Group
Extension

Matches 1357

Cheat-Meta ( X/XI/XIONG/developer-tools/Cheat-Meta-v0.0.5.tar.gz, XIONG, 2011; MetaCPAN )
Cheat-Meta/lib/Cheat/Sheet/Util.pod ( view source; MetaCPAN )
a;    # ( c )    ~~ after       {/b/} (a, b, c)
        @gots = after_incl  {$_} @a;    # ( b, c ) ~~ after_incl  {/b/} (a, b, c)
        @gots = before      {$_} @a;    # ( a )    ~~ before      {/b/
 b, c)
        @gots = before_incl {$_} @a;    # ( a, b ) ~~ before_incl {/b/} (a, b, c)
        @gots = indexes     {$_} @a;    # ( 1 )    ~~ indexes     {/b/} (a, b, c)
        $got  = firstval    {
ts)
    #         Seen-hash: Use hashrefs instead of arrayrefs:
    #   [ 11, 12, 14, 14, 14, 15 ] ~~ { 11 => 1, 12 => 1, 14 => 3, 15 => 1 }
    #
        # Construct a work-object
        my $lc = Li
ABNF-Grammar ( N/NY/NYAAPA/ABNF-Grammar-0.08.tar.gz, NYAAPA, 2013; MetaCPAN )
ABNF-Grammar/lib/ABNF/Validator.pm ( view source; MetaCPAN )
 =~ s/[-\W]/_/g;
    $name;
}

func _range($val, $dent) {
    my $ret = "";
    $ret .= '[';
    given ( $val->{type} ) {
		when ( 'hex' ) {
			$ret .= join('-', map { '\x{' . $_ . '}' } $val->{min}, 
lue} \n";
		}
	}
    $ret .= "]";
    $ret;
}

func _string($val, $dent) {
    my $ret = "";
    given ( $val->{type} ) {
		when ( 'hex' ) {
		    $ret = join('', map { '\x' . $_ } @{$val->{value}});
ABNF-Grammar ( N/NY/NYAAPA/ABNF-Grammar-0.08.tar.gz, NYAAPA, 2013; MetaCPAN )
ABNF-Grammar/lib/ABNF/Generator.pm ( view source; MetaCPAN )
enerateChain>.

Uses in generate call to stringify chains.

=cut

func _asStrings($generated) {
	given ( $generated->{class} ) {
		when ( "Atom" ) { return [ $generated->{value} ] }

		when ( "Sequenc
Expense-Tracker ( T/TC/TCONST/Expense-Tracker-0.008.tar.gz, TCONST, 2012; MetaCPAN )
Expense-Tracker/lib/ExpenseTracker/Controllers/Base.pm ( view source; MetaCPAN )
'.$now if ( 'created_at' ~~ [ $self->app->model->resultset( $self->{resource} )->result_source->columns ] );  
  $self->{_payload}->{updated_at} = ''.$now if ( 'updated_at' ~~ [ $self->app->model->res

  
  my $now = DateTime->now ;  
  
  $self->{_payload}->{updated_at} = ''.$now if ( 'updated_at' ~~ [ $self->app->model->resultset( $self->{resource} )->result_source->columns ] );
}

1;

__END__
=p
IBM-StorageSystem ( L/LT/LTP/IBM-StorageSystem-0.045.tar.gz, LTP, 2013; MetaCPAN )
IBM-StorageSystem/lib/IBM/StorageSystem/Statistic.pm ( view source; MetaCPAN )
 ) { 
		print ( $v->{time} - $t ) . ": $v->{value}\n" 

		# Or with human-readable times
		# print ~~ localtime ( $v->{time} - $t ) . ": $v->{value}\n" 
	}

=head1 AUTHOR

Luke Poskitt, C<< <ltp at cp
Acme-CPANAuthors-Acme-CPANAuthors-Authors ( S/SA/SANKO/Acme-CPANAuthors-Acme-CPANAuthors-Authors-v1.0.0.tar.gz, SANKO, 2013; MetaCPAN )
Acme-CPANAuthors-Acme-CPANAuthors-Authors/scripts/author_info.pl ( view source; MetaCPAN )
>distributions($id);
    my $kwalitee = $authors->kwalitee($id);
    print "$name has published ", ~~ @dists, " distributions:\n";
    @dists = sort { lc($a->dist) cmp lc($b->dist) } @dists;
    for m
Padre ( P/PL/PLAVEN/Padre-0.96.tar.gz, PLAVEN, 2012; MetaCPAN )
Padre/share/doc/perlopquick/perlopquick.pod ( view source; MetaCPAN )
st operators
    nonassoc          < > <= >= lt gt le ge
    nonassoc          == != <=> eq ne cmp ~~
    left              &
    left              | ^
    left              &&
    left              |
now 0
    my $z = "c" cmp "b"; #$x is now positive

=head3 See also

L</X E<lt>=E<gt> Y>

=head2 X ~~ Y

=head3 Class

This belongs to L<perlop/Equality Operators>.

=head3 Description

This is the sm
ead.

=head3 Example

See L<perlsyn/"Smart matching in detail"> for examples.

=head3 See also

L</~~X>, L<perlsyn/"Smart matching in detail">, and L<perlfunc/scalar>

=head2 X & Y

=head3 Class

This
Proc-Async ( T/TU/TULSOFT/Proc-Async-0.2.0.tar.gz, TULSOFT, 2013; MetaCPAN )
Proc-Async/lib/Proc/Async/Config.pm ( view source; MetaCPAN )
rgument with the
# property value.
#
# Return a sorted list of all property names if no argument given (the
# list may be empty).
# -----------------------------------------------------------------
su
Test-Approvals ( J/JR/JRCOUNTS/Test-Approvals-v0.0.5.tar.gz, JRCOUNTS, 2013; MetaCPAN )
Test-Approvals/bin/criticizeall.pl ( view source; MetaCPAN )
$file = $next_file->() ) ) {
    my $mtime = stat($file)->mtime;
    if ( ( !$force ) and $mtime ~~ $mtimes{$file} ) {
        next;
    }

    my $perlcritic = "perlcritic $ARGV{-C} $file";
  
Test-Approvals ( J/JR/JRCOUNTS/Test-Approvals-v0.0.5.tar.gz, JRCOUNTS, 2013; MetaCPAN )
Test-Approvals/bin/tidyall.pl ( view source; MetaCPAN )
e ( defined( my $file = $next_file->() ) ) {
    my $mtime = stat($file)->mtime;
    if ( $mtime ~~ $mtimes{$file} ) {
        next;
    }

    my $perltidy = "perltidy $ARGV{-P} $file";
    if
App-OS-Detect-MachineCores ( D/DB/DBR/App-OS-Detect-MachineCores-0.038.tar.gz, DBR, 2012; MetaCPAN )
App-OS-Detect-MachineCores/lib/App/OS/Detect/MachineCores.pm ( view source; MetaCPAN )
er!" unless $_[0] ~~ [0..100] },
    lazy    => 1,
    builder => '_build_cores',
);

option add_one => (
    is      => 'rw',
    isa     => sub { die "Invalid bool!" unless $_[0] ~~ [ 0 .. 1 ] },
  
 q{add one to the number of cores (useful in scripts)},
);

sub _build_cores {
    do { 
        given ($_[0]->os) {
            when ('darwin') { $_ = `sysctl hw.ncpu | awk '{print \$2}'`;     chomp;
File-CachingFind ( D/DO/DORNER/File-CachingFind-0.67.tar.gz, DORNER, 2013; MetaCPAN )
File-CachingFind/lib/File/CachingFind.pm ( view source; MetaCPAN )
#################################################

=item B<findInPath> - locate all files with a given (normalized) name

    @list = $obj->findInPath($a_file_name);

Example:

    @time_h = $includes
###########################################

=item B<findFirstInPath> - locate first file with a given (normalized) name

    @list = $obj->findFirstInPath($a_file_name);

Example:

    $includes2 =
	
#############################################

=item B<findBestInPath> - locate best file with a given (normalized) name

    @list = $obj->findBestInPath($a_file_name,
				 $reference_to_comparison_f
NG ( C/CH/CHENRYN/NG-0.001_05.tar.gz, CHENRYN, 2013; MetaCPAN )
NG/lib/NG/Excel/Cell.pm ( view source; MetaCPAN )


sub english_to_num {
    my ( $class, $width, $style ) = @_;
    given ( lc $style ) {
        when ('solid') {
            given ($width) {
                when (0) { return 7; }
                wh
              default  { return 7; }
            }
        }
        when ('dash') {
            given ($width) {
                when (1) { return 3; }
                when (2) { return 8; }
        
      default  { return 9; }
            }
        }
        when ('dash dot dot') {
            given ($width) {
                when (1) { return 11; }
                when (2) { return 12; }
      
POD2-ES ( E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz, ENELL, 2013; MetaCPAN )
POD2-ES/lib/POD2/ES/perlcheat.pod ( view source; MetaCPAN )
lse { }
  < > <= >= lt gt le ge  unless  (e) { } elsif (e) { } else { }
  == != <=> eq ne cmp ~~ given   (e) { when (e) {} default {} }
  &
  | ^             METACARACTERES EXP. REG.     MODIFICADORES
DBIx-Class-LookupColumn ( R/RU/RUBATTEL/DBIx-Class-LookupColumn-0.10.tar.gz, RUBATTEL, 2012; MetaCPAN )
DBIx-Class-LookupColumn/lib/DBIx/Class/LookupColumn.pm ( view source; MetaCPAN )
ACH loop !
 my $played_warlock_classical =  'Warlock' ~~ @roles_played_classical; # assigns boolean 
 # my $played_warlock_classical =  'Warloc' ~~ @roles_played_classical; # assigns an empty string, 
Method-Signatures ( B/BA/BAREFOOT/Method-Signatures-20121201.tar.gz, BAREFOOT, 2012; MetaCPAN )
Method-Signatures/lib/Method/Signatures.pm ( view source; MetaCPAN )
{
            $rhs = "!$check_exists ? ($sig->{default}) : do{ no warnings; my \$arg = $rhs; \$arg ~~ ($sig->{default_when}) ? ($sig->{default}) : \$arg }";
        }
    }

    # Handle simple defaul
, $class, $sig->{var}, $sig->{var}, $constraint;
            push @code, "$error unless grep { \$_ ~~ $constraint_impl } $sig->{var}; ";
        }
    }

    return @code;
}

# A hook for extension au
Padre-Plugin-Cookbook ( B/BO/BOWTIE/Padre-Plugin-Cookbook-0.24.tar.gz, BOWTIE, 2013; MetaCPAN )
Padre-Plugin-Cookbook/lib/Padre/Plugin/Cookbook/Recipe04/Main.pm ( view source; MetaCPAN )

#######
# Event Handler Button Warning Clicked
#######
sub clean_clicked {
	my $self = shift;

	given ( $self->relation_name ) {

		when ('DebugBreakpoints') {
			clean_debug_breakpoints_files($self)
#####
# Composed Method
# _display_relation
#######
sub _display_relation {
	my $self = shift;

	given ( $self->relation_name ) {
		when ('DebugBreakpoints') {
			$self->clean->Enable;
			_display_any
Padre-Plugin-Cookbook ( B/BO/BOWTIE/Padre-Plugin-Cookbook-0.24.tar.gz, BOWTIE, 2013; MetaCPAN )
Padre-Plugin-Cookbook/lib/Padre/Plugin/Cookbook/Recipe02/Main.pm ( view source; MetaCPAN )
 = shift;
	my $main   = $self->main;
	my $config = $main->config;
	my $output = $main->output;

	given ( $self->user_name->GetStringSelection() ) {
		when ('nick') {
			$self->name_label->SetLabel( 'u
Pod-Elemental-MakeSelector ( C/CJ/CJM/Pod-Elemental-MakeSelector-0.02.tar.gz, CJM, 2012; MetaCPAN )
Pod-Elemental-MakeSelector/lib/Pod/Elemental/MakeSelector.pm ( view source; MetaCPAN )
 {
    my $name = add_value($valuesR, shift @$inputR);
    push @expressions, "\$para->format_name ~~ $name";
  } # end if specific format(s) listed

  join_expressions(and => \@expressions);
} # end 
 {
      my $name = add_value($valuesR, shift @$inputR);
      push @expressions, "\$para->command ~~ $name";
    } # end if specific command(s) listed

    join_expressions(and => \@expressions);
  }
                        shift @$inputR // croak "-content requires a value");
    "\$para->content ~~ $name";
  }, #end -content

  -region       => \&region_action,
  -podregion    => sub { region_ac
Data-Password-BasicCheck ( B/BR/BRONTO/Data-Password-BasicCheck-2.03.tar.gz, BRONTO, 2013; MetaCPAN )
Data-Password-BasicCheck/BasicCheck.pm ( view source; MetaCPAN )
mbols, the password, its reverse and
all possible rotations don't match any personal information given
(name, surname, city, username)

=back


=head1 METHODS

=head2 new

creates a password checker o

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