Result:
found 368 distributions and 1276 files matching your query ! ( run in 2.663 )


Crypt-PWSafe3

 view release on metacpan or  search on metacpan

lib/Crypt/PWSafe3/Databaseformat.pm  view on Meta::CPAN

of "[[uuidstr]]", where "uuidstr" is a 32-character representation of the 
alias' associated base entry's UUID (field type 0x01).  This representation
is the same as the standard 36-character string representation as defined in 
RFC4122 but with the four hyphens removed. If an entry with this UUID is not
in the database, this is treated just as an 'unusual' password.  The alias
will only use its base's password entry when copying it to the clipboard or
during Autotype.

[4] If the entry is a shortcut, the password will be saved in a special form 
of "[~uuidstr~]", where "uuidstr" is a 32-character representation of the 
shortcut's associated base entry's UUID (field type 0x01).  This representation

lib/Crypt/PWSafe3/Databaseformat.pm  view on Meta::CPAN

its own.

[5] Representation is as described in Section 3.1.3.

[6] This will be updated whenever any part of this entry is accessed
i.e., to copy its username, password or notes to the clipboard; to
perform autotype or to browse to url.

[7] This will allow the user to enter an expiry date for an entry. The
application can then prompt the user about passwords that need to be
changed. A value of zero means "forever".

 view all matches for this distribution



DBIx-Web

 view release on metacpan or  search on metacpan

lib/DBIx/Web.pm  view on Meta::CPAN

		: '');
	if ($urf && $urf =~/^file:(.*)/i) {
		my $fs =$1; $fs =~s/\//\\/g;
		$r .="\n<font style=\"font-size: smaller;\">[ <span "
		# .' onclick="window.event.srcElement.select" '
		# .' oncopy="{window.clipboardData.setData(\'Text\',\'' .$s->htmlEscape($fs) .'\'); return(false)}" '
		# window.event.srcElement
		# document.selection.empty(); 
		.' title="' .$s->htmlEscape($s->lng(1,'rfafolder') .' ') .'">'
		.$g->a({-href=>$urf, -target=>'_blank'}
				, $s->htmlEscape($fs))

 view all matches for this distribution


Dash

 view release on metacpan or  search on metacpan

share/assets/dash_renderer/react-dom@16.8.6.js  view on Meta::CPAN

  pseudoElement: null
});

/**
 * @interface Event
 * @see http://www.w3.org/TR/clipboard-apis/
 */
var SyntheticClipboardEvent = SyntheticEvent.extend({
  clipboardData: function (event) {
    return 'clipboardData' in event ? event.clipboardData : window.clipboardData;
  }
});

/**
 * @interface FocusEvent

 view all matches for this distribution


Data-ICal

 view release on metacpan or  search on metacpan

doc/rfc2445.txt  view on Meta::CPAN


RFC 2445                       iCalendar                   November 1998


   addition, the content type is useful as an object for interactions
   between desktop applications using the operating system clipboard,
   drag/drop or file systems capabilities.

   This memo is based on the earlier work of the vCalendar specification
   for the exchange of personal calendaring and scheduling information.
   In order to avoid confusion with this referenced work, this memo is

doc/rfc2445.txt  view on Meta::CPAN

   The iCalendar format is suitable as an exchange format between
   applications or systems. The format is defined in terms of a MIME
   content type. This will enable the object to be exchanged using
   several transports, including but not limited to SMTP, HTTP, a file
   system, desktop interactive protocols such as the use of a memory-
   based clipboard or drag/drop interactions, point-to-point
   asynchronous communication, wired-network transport, or some form of



Dawson & Stenerson          Standards Track                     [Page 5]

 view all matches for this distribution


Data-Password-Filter

 view release on metacpan or  search on metacpan

share/dictionary.txt  view on Meta::CPAN

clinker's
clinkers
clinking
clinks
clip
clipboard
clipboard's
clipboards
clipped
clipper
clipper's
clippers
clipping

 view all matches for this distribution


Data-Password-zxcvbn

 view release on metacpan or  search on metacpan

lib/Data/Password/zxcvbn/RankedDictionaries/English.pm  view on Meta::CPAN

    'clings' => 19692,
    'clingy' => 9466,
    'clinic' => 1631,
    'clinically' => 10125,
    'clip' => 3283,
    'clipboard' => 11417,
    'clipped' => 6851,
    'clipper' => 6137,
    'clippers' => 10124,
    'clipping' => 11416,
    'clippings' => 7102,

 view all matches for this distribution


Data-Random-Contact

 view release on metacpan or  search on metacpan

lib/Data/Random/Contact/Language/EN.pm  view on Meta::CPAN

clinker's
clinkers
clinking
clinks
clip
clipboard
clipboard's
clipboards
clipped
clipper
clipper's
clippers
clipping

 view all matches for this distribution



Data-Roundtrip

 view release on metacpan or  search on metacpan

script/json2json.pl  view on Meta::CPAN


    # press CTRL-D when done typing JSON to STDIN
    # input must be less than 4K long!
    json2json.pl

    # Read input from clipboard or write output to clipboard
    # Only in: Unix / Linux / OSX                
    # (must have already installed xclip or xsel or pbpaste (on OSX))
    json2json.pl -e < $(xclip -o)
    json2json.pl -e < $(pbaste)
    # write the output to the clipboard for further pasting
    json2json.pl -i input.json | xclip -i
    # clicking mouse's middle-button will paste the result

=head1 USAGE

 view all matches for this distribution


Devel-PerlySense

 view release on metacpan or  search on metacpan

lib/Devel/PerlySense.pm  view on Meta::CPAN

C<C-o g e> -- If point is located on an error line from a syntax
error, or a stack trace from the debugger or similar, go to that
file+line.

If no file name can be found, prompt for a piece of text that contains
the file+line spec. The kill ring or clipboard text is used as default
if available (so it's easy to just copy the error line from the
terminal, run this command and hit return to accept the default text).



lib/Devel/PerlySense.pm  view on Meta::CPAN



=head3 Edit - Copy Package Name

C<C-o e c p> -- Copy the current package statement name to the
clipboard (kill-ring) and display it in the echo area. If there is no
package statement, try to get the package name from the file name.



=head3 Edit - Copy Package Name From File Name

C<C-o e c P> -- Assuming the file is a Perl module in a lib directory,
copy the corrsponding package name to the clipboard (kill-ring) and
display it in the echo area.

Useful when you've just created an empty new Perl module .pm file.



=head3 Edit - Copy Sub Name

C<C-o e c s> -- Copy the current sub name to the clipboard (kill-ring)
and display it in the echo area.



=head3 Edit - Copy Method Name

C<C-o e c m> -- Copy the current method name to the clipboard
(kill-ring) and display it in the echo area. Method name in this case
means "package->sub".



=head3 Edit - Copy File Name

C<C-o e c f> -- Copy the current file name to the clipboard
(kill-ring) and display it in the echo area.



=head3 Edit - Add 'use Module' Statement

 view all matches for this distribution


Devel-REPL-Plugin-Clipboard

 view release on metacpan or  search on metacpan

lib/Devel/REPL/Plugin/Clipboard.pm  view on Meta::CPAN

package Devel::REPL::Plugin::Clipboard;

# ABSTRACT: #clip output to clipboard

use Devel::REPL::Plugin;
use namespace::autoclean;
use Clipboard;
use Term::ANSIColor 2.01 qw(colorstrip);

lib/Devel/REPL/Plugin/Clipboard.pm  view on Meta::CPAN

};

sub command_clip {
	my ($self) = @_;
	Clipboard->copy( $self->last_output );
	return 'Output copied to clipboard';
}

1;

__END__

=pod

=head1 NAME

Devel::REPL::Plugin::Clipboard - #clip output to clipboard

=head1 VERSION

version 0.004

lib/Devel/REPL/Plugin/Clipboard.pm  view on Meta::CPAN


This module provides the following command to your Devel::REPL shell:

=head2 #clip

The C<#clip> puts the output of the last command on your clipboard.

=head1 AUTHOR

Steve Nolte <mcsnolte@cpan.org>

 view all matches for this distribution


Devel-Refactor

 view release on metacpan or  search on metacpan

Refactor.pm  view on Meta::CPAN

    # }


Included in the examples directory is a script for use in KDE
under Linux.  The script gets its code snippet from the KDE 
clipboard and returns the transformed code the same way.  The
new sub name is prompted for via STDIN.

=cut

sub extract_subroutine {

 view all matches for this distribution


Devel-ptkdb

 view release on metacpan or  search on metacpan

ptkdb.pm  view on Meta::CPAN

 entered through B<Enter Expr> entry, or by Alt-E when text is
 selected in the code pane.

 The B<Quick Expr> entry, will take an expression, evaluate it, and
 replace the entries contents with the result.  The result is also
 transfered to the 'clipboard' for pasting.

=item Subs

 Displays a list of all the packages invoked with the script
 heirarchially. At the bottom of the heirarchy are the subroutines

 view all matches for this distribution


Devel-tcltkdb

 view release on metacpan or  search on metacpan

tcltkdb.pm  view on Meta::CPAN

entered through B<Enter Expr> entry, or by Alt-E when text is
selected in the code pane.

The B<Quick Expr> entry, will take an expression, evaluate it, and
replace the entries contents with the result.  The result is also
transfered to the 'clipboard' for pasting.

=item Subs

Displays a list of all the packages invoked with the script
heirarchially. At the bottom of the heirarchy are the subroutines

 view all matches for this distribution


Devel-tkdb

 view release on metacpan or  search on metacpan

tkdb.pm  view on Meta::CPAN

entered through B<Enter Expr> entry, or by Alt-E when text is
selected in the code pane.

The B<Quick Expr> entry, will take an expression, evaluate it, and
replace the entries contents with the result.  The result is also
transfered to the 'clipboard' for pasting.

=item Subs

Displays a list of all the packages invoked with the script
heirarchially. At the bottom of the heirarchy are the subroutines

 view all matches for this distribution


Digest-Oplop

 view release on metacpan or  search on metacpan

bin/oplop  view on Meta::CPAN

just for you.

If the account label is not specified, oplop will prompt you to enter it.

When Clipboad L<http://search.cpan.org/~king/Clipboard-0.13/> is also
installed, the password will be copied into the clipboard for you.

=head1 SYNOPSIS

oplop [--validate] [label]

 view all matches for this distribution


Dist-Zilla-PluginBundle-Author-TABULO

 view release on metacpan or  search on metacpan

Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt  view on Meta::CPAN

SDL2::assert_data
SDL2::atomic
SDL2::atomic_t
SDL2::audio
SDL2::blendmode
SDL2::clipboard
SDL2::endian
SDL2::error
SDL2::events
SDL2::filesystem
SDL2::gamecontroller

 view all matches for this distribution


Dwimmer

 view release on metacpan or  search on metacpan

share/public/css/ui-lightness/jquery-ui-1.8.16.custom.css  view on Meta::CPAN

.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }

 view all matches for this distribution


EekBoek

 view release on metacpan or  search on metacpan

lib/EB/CPAN/Term/ReadLine/readline.pm  view on Meta::CPAN

sub F_PossibleCompletions;
sub F_Complete;
sub F_YankClipboard;
sub F_CopyRegionAsKillClipboard;
sub F_KillRegionClipboard;
sub clipboard_set;
sub F_BeginUndoGroup;
sub F_EndUndoGroup;
sub F_DoNothing;
sub F_ForceMemorizeDigitArgument;
sub F_MemorizeDigitArgument;

lib/EB/CPAN/Term/ReadLine/readline.pm  view on Meta::CPAN

    $ThisCommandKilledText = 1 + $s;
    $KillBuffer = '' if !$LastCommandKilledText;
    $KillBuffer .= substr($line, $s, $e - $s);
}

sub clipboard_set {
    my $in = shift;
    if ($^O eq 'os2') {
      eval {
	require OS2::Process;
	OS2::Process::ClipbrdText_set($in); # Do not disable \r\n-conversion

lib/EB/CPAN/Term/ReadLine/readline.pm  view on Meta::CPAN

    print COPY $in;
    close COPY or warn("$mess: closing $!");
}

sub F_CopyRegionAsKillClipboard {
    return clipboard_set($line) unless $line_rl_mark == $rl_HistoryIndex;
    &F_CopyRegionAsKill;
    clipboard_set($KillBuffer);
}

sub F_KillRegionClipboard {
    &F_KillRegion;
    clipboard_set($KillBuffer);
}

sub F_YankClipboard
{
    remove_selection();

 view all matches for this distribution


Encode-Guess-Educated

 view release on metacpan or  search on metacpan

t/data/cp1252/10617571.cp1252  view on Meta::CPAN

                       __________________________________________________ Search
   [18]Clear Search
   [19]Advanced Search [20]View summary of your Recent Activity Recent
   Activity
    |  [21]View summary of your Clipboard Clipboard
   [22][small_clipboard_off.png]
   TATA element recognition by the TATA box-binding protein has been
   conserved throughout evolution.
   (PMID:10617571)
     * [23]Abstract This article is available in UKPMC
     * [24]Citations List of citations in UKPMC which this record is cited

t/data/cp1252/10617571.cp1252  view on Meta::CPAN

  16. http://ukpmc.ac.uk/Guides
  17. http://ukpmc.ac.uk/ukpmcplus
  18. file://localhost/dev/paper.html
  19. http://ukpmc.ac.uk/advancesearch
  20. http://ukpmc.ac.uk/?wicket:interface=:226:search:recentsearches::ILinkListener::
  21. http://ukpmc.ac.uk/?wicket:interface=:226:search:clipboard::ILinkListener::
  22. http://ukpmc.ac.uk/?wicket:interface=:226:clipboard_icon:addclipboard::ILinkListener::
  23. file://localhost/dev/paper.html#fragment-abstract
  24. file://localhost/dev/paper.html#fragment-related-citations
  25. file://localhost/dev/paper.html#fragment-related-bioentities
  26. file://localhost/dev/paper.html#fragment-related-pubmedarts
  27. http://ukpmc.ac.uk/search/?page=1&query=+AUTH:%22Patikoglou+GA%22&refineauth=Patikoglou+GA

 view all matches for this distribution


Eshu

 view release on metacpan or  search on metacpan

t/0244-realworld-html.t  view on Meta::CPAN

	"<aside class=\"sidebar\">\n<section>\n<h2>Recent</h2>\n<ul>\n<li><a href=\"/p/1\">Post 1</a></li>\n<li><a href=\"/p/2\">Post 2</a></li>\n<li><a href=\"/p/3\">Post 3</a></li>\n</ul>\n</section>\n<section>\n<h2>Popular</h2>\n<ul>\n<li><a href=\"/p/a\...
	"<div class=\"toast\" role=\"alert\" aria-live=\"assertive\">\n<div class=\"toast-header\">\n<strong>Notification</strong>\n<button type=\"button\" class=\"close\" aria-label=\"Close\">X</button>\n</div>\n<div class=\"toast-body\">\nYour file has be...
	"<form class=\"settings\">\n<fieldset>\n<legend>Notifications</legend>\n<label><input type=\"checkbox\" name=\"email\" checked> Email</label>\n<label><input type=\"checkbox\" name=\"sms\"> SMS</label>\n<label><input type=\"checkbox\" name=\"push\" c...
	"<div class=\"chat\">\n<div class=\"messages\">\n<div class=\"message sent\">\n<p>Hello!</p>\n<time>10:00</time>\n</div>\n<div class=\"message received\">\n<p>Hi there!</p>\n<time>10:01</time>\n</div>\n</div>\n<form class=\"compose\">\n<input type=\...
	"<div class=\"kanban\">\n<div class=\"column\" data-status=\"todo\">\n<h2>To Do</h2>\n<div class=\"card\" draggable=\"true\">Task A</div>\n<div class=\"card\" draggable=\"true\">Task B</div>\n</div>\n<div class=\"column\" data-status=\"doing\">\n<h2...
	"<iframe\n  src=\"https://www.youtube.com/embed/abc123\"\n  title=\"Video\"\n  frameborder=\"0\"\n  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope\"\n  allowfullscreen>\n</iframe>\n",
	"<figure class=\"code-example\">\n<pre><code class=\"language-js\">const x = 1;</code></pre>\n<figcaption>Example JavaScript</figcaption>\n</figure>\n",
) {
	my $once = h($snippet);
	is(h($once), $once, 'HTML: snippet idempotent');
}

 view all matches for this distribution


Etk-Perl

 view release on metacpan or  search on metacpan

xs/Clipboard.xs  view on Meta::CPAN

#include <Ecore_Data.h>

#include "EtkTypes.h"
#include "EtkSignals.h"

MODULE = Etk::Clipboard		PACKAGE = Etk::Clipboard	PREFIX = etk_clipboard_

void
etk_clipboard_text_request(widget)
	Etk_Widget *	widget
      ALIAS:
	TextRequest=1

void
etk_clipboard_text_set(widget, data, length)
	Etk_Widget *	widget
	char *	data
	int	length
      ALIAS:
	TextSet=1

 view all matches for this distribution


Farabi

 view release on metacpan or  search on metacpan

lib/Farabi/files/public/assets/codemirror/mode/mirc/index.html  view on Meta::CPAN

      dec %matches
    }
    did -c $dname 6 1
  }
  elseif ($did == 7) && ($did($dname,6).seltext) { echo -ga $AKALogo 07 $mid($replace($hget(NickNames,$v1),$chr(126),$chr(44)),2,-1) }
  elseif ($did == 9) && ($did($dname,6).seltext) { clipboard $mid($v1,$pos($v1,*,1)) }
}
On *:Start:{
  if (!$hget(NickNames)) { hmake NickNames 10 }
  if ($isfile(NickNames.hsh)) { hload  NickNames NickNames.hsh }
}

 view all matches for this distribution


File-KeePass-Agent

 view release on metacpan or  search on metacpan

lib/File/KeePass/Agent/unix.pm  view on Meta::CPAN

    $cb->{'5'} = ['_menu_entry', $file, $e->{'id'}, $gid, 'copy', 'comment'];
    $t .= "        (i)    Show entry information\n";
    $t .= "        (c)    Show entry comment\n";
    $t .= "        (p)    Print password\n";
    $t .= "        (a)    Run Auto-Type in 5 seconds\n";
    $t .= "        (1)    Copy password to clipboard\n";
    $t .= "        (2)    Copy username to clipboard\n";
    $t .= "        (3)    Copy url to clipboard\n";
    $t .= "        (4)    Copy title to clipboard\n";
    $t .= "        (5)    Copy comment to clipboard\n";
    my $i = 6;
    for my $key (sort keys %{ $e->{'strings'} || {} }) {
        my $k = $i++;
        $cb->{$k} = ['_menu_entry', $file, $e->{'id'}, $gid, 'copy', $key];
        $t .= "        ($k)    Copy string \"$key\" to clipboard\n";
    }
    for my $key (sort keys %{ $e->{'binary'} || {} }) {
        my $k = $i++;
        $cb->{$k} = ['_menu_entry', $file, $e->{'id'}, $gid, 'save', $key];
        $t .= "        ($k)    Save binary \"$key\" as...\n";

lib/File/KeePass/Agent/unix.pm  view on Meta::CPAN

            entry => $e,
        }, $title, undef);
    } elsif ($action eq 'copy') {
        my $data = ($extra eq 'password') ? $kdb->locked_entry_password($e) : exists($e->{$extra}) ? $e->{$extra} : $e->{'strings'}->{$extra};
        $data = '' if ! defined $data;
        $self->_copy_to_clipboard($data) || return;
        print "Sent $extra to clipboard\n";
        print "--Zero length $extra--\n" if ! length $data;
    } elsif ($action eq 'save') {
        if (my $file = $self->_file_prompt("Save file \"$extra\" as: ", $extra)) {
            if (open my $fh, ">", $file) {
                binmode $fh;

lib/File/KeePass/Agent/unix.pm  view on Meta::CPAN

        print "--Unknown action $action--\n";
    }
    return [];
}

sub _copy_to_clipboard {
    my ($self, $data) = @_;
    if (my $klip = eval {
        require Net::DBus;
        my $bus = Net::DBus->find;
        my $obj = $bus->get_service("org.freedesktop.DBus")->get_object("/org/freedesktop/DBus");

lib/File/KeePass/Agent/unix.pm  view on Meta::CPAN

        die "No klipper service found" unless $h{'org.kde.klipper'};
        return $bus->get_service('org.kde.klipper')->get_object('/klipper');
    }) {
        $klip->setClipboardContents($data);
        return 1;
    } elsif (-x '/usr/bin/xclip' && open(my $prog, '|-', '/usr/bin/xclip', '-selection', 'clipboard')) {
        print $prog $data;
        close $prog;
    } else {
        print "--No current clipboard service available\n";
        return;
    }
}

###----------------------------------------------------------------###

 view all matches for this distribution


Finance-CompanyNames

 view release on metacpan or  search on metacpan

CompanyNames/TextSupport.pm  view on Meta::CPAN

clinic clinical clinically clinicial clinics
clinician clinicians
clinker clinkering clinkers
clinopyroxene clinopyroxenes
clip clipable cliper clipped clipper clippers clipping clippings clips
clipboard clipboards
clique cliques
clist clists
clo cloe clos
cloak cloaked cloaks
clobber clobbered clobbers

CompanyNames/TextSupport.pm  view on Meta::CPAN

clinics
clink
clinked
clinker
clip
clipboard
clipped
clipper
clippers
clipping
clippings

 view all matches for this distribution


Fl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - :event - handle(...) event values are now exported now
        - :default - This tag is exported by default. I'll note these as the
            list grows
    - New demo scripts:
        - eg/double_click.pl - Custom button widget that detects double clicks
        - eg/drag_and_drop.pl - Example of clipboard access and drag and drop
    - New widgets:
        - Fl::Progress - Typical progress bar
        - Fl::InputChoice - Input widget and menu button rolled into one
        - Fl::Menu - Base class for all widgets that have a menu
        - Fl::MenuButton - Button that pops up a menu when pushed

 view all matches for this distribution


Flower

 view release on metacpan or  search on metacpan

public/assets/css/ionicons.min.css  view on Meta::CPAN


  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") form...

 view all matches for this distribution


Foorum

 view release on metacpan or  search on metacpan

templates/lang/en/help/background.html  view on Meta::CPAN

        text-align: center;
        padding-top: 50px;
    }
</style>

<p>click on the image to copy the url to clipboard.</p>

<div class='imagediv' style='background:url("[% c.config.dir.images %]/background/1.jpg");'>[% c.config.dir.images %]/background/1.jpg</div>
<div class='imagediv' style='background:url("[% c.config.dir.images %]/background/66.jpg");'>[% c.config.dir.images %]/background/66.jpg</div>
<div class='imagediv' style='background:url("[% c.config.dir.images %]/background/42.jpg");'>[% c.config.dir.images %]/background/42.jpg</div>
<div class='imagediv' style='background:url("[% c.config.dir.images %]/background/48.jpg");'>[% c.config.dir.images %]/background/48.jpg</div>

 view all matches for this distribution


FreeHAL

 view release on metacpan or  search on metacpan

lang_en/conceptnet-commonsense-is-1.prot  view on Meta::CPAN

the sky is blue during the day
shit is a vulgar word
shitty is a vulgar word
University of Michigan is an excellent university
Daniel Chait is a genius
An Asian doctor is looking at a clipboard
a ball is a round object
Jazz is a universal language
A man is carrying his young daughter at a happy occasion
George Washington is a dead president
Feeling sore is an indication of injury

 view all matches for this distribution


( run in 2.663 seconds using v1.01-cache-2.11-cpan-84e82930d8c )