Group
Extension

Matches 1357

Lingua-FreeLing3-Utils ( S/SM/SMASH/Lingua-FreeLing3-Utils-0.02_1.tar.gz, SMASH, 2013; MetaCPAN )
Lingua-FreeLing3-Utils/lib/Lingua/FreeLing3/Utils.pm ( view source; MetaCPAN )
$c < @$tokens - $n + 1) {
      		my @s = @$tokens[$c .. $c+$n-2];

                $count++ if @s ~~ @search;
                $c++;
            }
            $denominator = $count;
        } else {
 
DBIx-Lite ( A/AA/AAR/DBIx-Lite-0.15.tar.gz, AAR, 2012; MetaCPAN )
DBIx-Lite/lib/DBIx/Lite/ResultSet.pm ( view source; MetaCPAN )
f (!$have_scalar_ref && (my @pk = $self->{cur_table}->pk)) {
        if (not "$cur_table_prefix.*" ~~ @cols) {
            $_ =~ s/^[^.]+$/$cur_table_prefix\.$&/ for @pk;
            unshift @cols, @p
Text-Xslate ( G/GF/GFUJI/Text-Xslate-1.6002.tar.gz, GFUJI, 2012; MetaCPAN )
Text-Xslate/lib/Text/Xslate/Parser.pm ( view source; MetaCPAN )
emeta } qw(
    ...
    ..
    == != <=> <= >=
    << >>
    += -= *= /= %= ~=
    &&= ||= //=
    ~~ =~

    && || //
    -> =>
    ::
    ++ --
    +| +& +^ +< +> +~
), ',');

my %shortcut_table = (
is_logical(1);
    $parser->infix('<=>', 150);
    $parser->infix('cmp', 150);
    $parser->infix('~~',  150);

    $parser->infix('|',  140, \&led_pipe);

    $parser->infix('&&', 130)->is_logical(1)
rst)) { # when
            if(!$test->is_logical) {
                $when->first( $parser->binary('~~', $topic, $test) );
            }
        }
        else { # default
            $when->first( $pa
Data-BitStream ( D/DA/DANAJ/Data-BitStream-0.07.tar.gz, DANAJ, 2013; MetaCPAN )
Data-BitStream/lib/Data/BitStream/Code/Additive.pm ( view source; MetaCPAN )
sis and seed arrays are passed as array references.  The basis
array may be modified if a sub is given (since its job is to expand the basis).
It is possible to use a tied array as the basis, but usin
DBIx-TableLoader-CSV ( R/RW/RWSTAUNER/DBIx-TableLoader-CSV-1.102.tar.gz, RWSTAUNER, 2013; MetaCPAN )
DBIx-TableLoader-CSV/lib/DBIx/TableLoader/CSV.pm ( view source; MetaCPAN )
or croak("Cannot proceed without a 'file' or 'io' attribute");

  # discard first row if columns given (see POD for 'no_header' option)
  $self->{first_row} = $self->get_raw_row()
    if $self->{colum
Parse-RecDescent ( J/JT/JTBRAUN/Parse-RecDescent-1.967009.tar.gz, JTBRAUN, 2012; MetaCPAN )
Parse-RecDescent/lib/Parse/RecDescent.pm ( view source; MetaCPAN )
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
END_FORMAT
    formline(<<'END_FORMAT', $errortext);
~~                     ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
END_FORMAT
    print {
  | ~~       |^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|
END_FORMAT

my $TRACECONTEXT_FORMAT = <<'END_FORMAT';
@>|@|||||||||@                                      |^<<<<<<<<<<<<<<<<<<<<<<<<<<<
  | ~~    
DBIx-Class-LookupColumn ( R/RU/RUBATTEL/DBIx-Class-LookupColumn-0.10.tar.gz, RUBATTEL, 2012; MetaCPAN )
DBIx-Class-LookupColumn/lib/DBIx/Class/LookupColumn/Auto.pm ( view source; MetaCPAN )
mns = $schema->source(  $lookup )->primary_columns;
	my @columns_without_primary_keys = grep{ !($_ ~~ @primary_columns) }  @columns;
	my $guessed_field;
	
	# classic lookup table with only two columns
Pod-Inherit ( B/BB/BBYRD/Pod-Inherit-0.90.tar.gz, BBYRD, 2012; MetaCPAN )
Pod-Inherit/lib/Pod/Inherit.pm ( view source; MetaCPAN )
 it can.

This module will B<load> each of the classes in the list of input
files or directories given (default: C<@ARGV>), auto-discover which
methods each class provides, locate the actual class the
App-KGB ( D/DA/DAM/App-KGB-1.25.tar.gz, DAM, 2012; MetaCPAN )
App-KGB/lib/App/KGB/Client/ServerRef.pm ( view source; MetaCPAN )
t->log;
    my @commit_changes = @{ $commit->changes };
    my $password = $self->password;

    given ( $client->single_line_commits ) {
        when ('off')    { }     # keep it as it is
        whe
 $branch,
        module     => $module,
        extra      => $extra,
    };

    my $meth;
    given ($protocol_ver) {
        when ('auto') {
            if ( defined($extra) ) {
                $m
Progress-PV ( V/VG/VGIRISH/Progress/Progress-PV-0.02.tar.gz, VGIRISH, 2012; MetaCPAN )
Progress-PV/lib/Progress/PV.pm ( view source; MetaCPAN )
.

If no display switches are specified, pv behaves as if -p, -t, -e,
-r,
       and -b had been given (i.e. everything except average rate is
switched
       on).  Otherwise, only those display types
Gtk-Perl ( M/ML/MLEHMANN/Gtk-Perl-0.7010.tar.gz, MLEHMANN, 2012; MetaCPAN )
Gtk-Perl/Gtk/xs/Gtk.xs ( view source; MetaCPAN )
_mono(visual, colormap);
	OUTPUT:
	RETVAL

 #OUTPUT: integer
 #DESC: Get the pixel value for the given (red, green, blue) tuple.
void
get_pixel(colorc, red, green, blue)
	Gtk::Gdk::ColorContext	colorc
Config-YAARG ( A/AL/ALUCAS/Config-YAARG-0.023.tar.gz, ALUCAS, 2012; MetaCPAN )
Config-YAARG/lib/Config/YAARG.pm ( view source; MetaCPAN )
    my ($self, $struct, $type_map, $key) = @_;


    #attempt reading common data structures
    given (ref($struct)) {

        when ('ARRAY') {
            return [ map {
                $self->_yaa
            
            #attempt custom type mapping
            if ($target) {
                given (ref($target)) {
                    when ('CODE') {
                        return $target->($st
Ravenel ( R/RD/RDIETRICH/Ravenel-1.1.tar.gz, RDIETRICH, 2012; MetaCPAN )
Ravenel/lib/Ravenel.pm ( view source; MetaCPAN )
led down to a pure source servlet, loaded into memory, and ready to take whatever arguments were given (either from the URL, session, or post form) to produce output content.  I saw this in a greater 
Net-OpenVPN-TrayIcon ( M/MU/MUGENKEN/Net-OpenVPN-TrayIcon-v0.2.2.tar.gz, MUGENKEN, 2012; MetaCPAN )
Net-OpenVPN-TrayIcon/lib/Net/OpenVPN/TrayIcon.pm ( view source; MetaCPAN )
tch->{set_icon}->('active') if $sig ~~ 'USR1';
    return 1;
}

sub _sig_usr2_handler {
    my ($sig) = @_;
    $this->dispatch->{set_icon}->('inactive') if $sig ~~ 'USR2';
    return 1;
}

sub BUILD 
= @_;

    Gtk2->main;
}

sub click {
    my ($self, $gtk_evnt_box, $gtk_evnt_button) = @_;

    given ($gtk_evnt_button->button){
        when (1){   # left click
            $self->menu;
        }
 

        my ($routes) = qx[/sbin/ip r]; # first line -> default route

        return 1 if $routes ~~ /default\svia\s\d{0,3}\.\d{0,3}\.\d{0,3}\.\d{0,3}\sdev\s$tunnel/;

        Time::HiRes::usleep 100
autodie ( P/PJ/PJF/autodie-2.13.tar.gz, PJF, 2012; MetaCPAN )
autodie/lib/autodie/exception.pm ( view source; MetaCPAN )
"stringify"
;

# Overload smart-match only if we're using 5.10

use if ($] >= 5.010), overload => '~~'  => "matches";

our $VERSION = '2.13';

my $PACKAGE = __PACKAGE__;  # Useful to have a scalar for
en') ) { ... }

    if ( $e ~~ 'open' ) { ... }

C<matches> is used to determine whether a
given exception matches a particular role.  On Perl 5.10,
using smart-match (C<~~>) with an C<autodie::except
Mojolicious-Plugin-BlogSpam ( A/AK/AKRON/Mojolicious-Plugin-BlogSpam-0.05.tar.gz, AKRON, 2012; MetaCPAN )
Mojolicious-Plugin-BlogSpam/lib/Mojolicious/Plugin/BlogSpam.pm ( view source; MetaCPAN )
r site
regarding the number of comments detected as C<ok> or C<spam>.
If no C<site> attribute is given (whether as a parameter or when
registering the plugin), this will return nothing.

For a non-blo
EBook-MOBI ( B/BO/BORISD/EBook-MOBI-0.55.tar.gz, BORISD, 2012; MetaCPAN )
EBook-MOBI/lib/EBook/MOBI/MobiPerl/Palm/Doc.pm ( view source; MetaCPAN )
} = undef;
	$self->{sort} = undef;
	$self->{records} = [];

	return $self;
}

# determine if the given (raw) record is a Doc header record and fill in the
# record with appropriate fields if it is.
su
Getopt-Plus ( F/FL/FLUFFY/Getopt-Plus-0.99.tar.gz, FLUFFY, 2012; MetaCPAN )
Getopt-Plus/lib/Getopt/Plus.pm ( view source; MetaCPAN )
 argument is given, then it is
treated as an option name, and the description for that option is given (a la
longhelp).
END
     default   => 0,
     linkage   => sub { $_[0]->dump_help(undef, $_[2]) 
Plack-Middleware-Auth-QueryString ( S/SO/SONGMU/Plack-Middleware-Auth-QueryString-0.02.tar.gz, SONGMU, 2012; MetaCPAN )
Plack-Middleware-Auth-QueryString/lib/Plack/Middleware/Auth/QueryString.pm ( view source; MetaCPAN )
 $env) = @_;

    my $req = Plack::Request->new($env);
    $req->query_parameters->get($self->key) ~~ $self->password;
}

sub unauthorized {
    my $self = shift;

    my $body = 'Authorization requir
Tapper-Test ( A/AM/AMD/Tapper-Test-4.1.1.tar.gz, AMD, 2012; MetaCPAN )
Tapper-Test/lib/Tapper/Test.pm ( view source; MetaCPAN )
node_name,
                          $os->name(long => 1, edition => 1),
                          ~~localtime($os->build),
                         );
        $uname .= " [Sys::Info]";
        return

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.