Group
Extension

Matches 1357

Plack-Middleware-OAuth ( C/CO/CORNELIUS/Plack-Middleware-OAuth-0.10.tar.gz, CORNELIUS, 2011; MetaCPAN )
Plack-Middleware-OAuth/lib/Plack/Middleware/OAuth.pm ( view source; MetaCPAN )
ub arguments_checking {
    my ($self,$provider_name,$config) = @_;
    # version 1 checking
    given ( $config->{version} ) {
        when(2) {  
            for( $self->version2_required ) { die "P
) = @_;  # env and provider id
	my $config = $self->providers->{ $provider };
    my $class;
    given( $config->{version} ) {
        when (2) { $class = 'Plack::Middleware::OAuth::Handler::RequestTo
 ($self,$env,$provider) = @_;
	my $config = $self->providers->{ $provider };

    my $class;
    given( $config->{version} ) {
        when (2) { $class = 'Plack::Middleware::OAuth::Handler::AccessTok
Text-Keywords ( G/GE/GETTY/Text-Keywords-0.900.tar.gz, GETTY, 2011; MetaCPAN )
Text-Keywords/lib/Text/Keywords/Container.pm ( view source; MetaCPAN )
r my $cur_found (@founds) {
					if ($cur_found->found eq $found_string and @{$cur_found->matches} ~~ @matches) {
						$already_found = 1; last;
					}
				}
				next if $already_found;
				my $found
};
					my $found_cstring = shift @cmatches;
					if ($found_string eq $found_cstring and @matches ~~ @cmatches) {
						delete $secondary_found[$cidx];
					}
					$cidx++;
				}
				push @founds, $s
r my $cur_found (@founds) {
					if ($cur_found->found eq $found_string and @{$cur_found->matches} ~~ @matches) {
						$already_found = 1; last;
					}
				}
				next if $already_found;
				push @fou
List-Gen ( A/AS/ASG/List-Gen-0.974.tar.gz, ASG, 2011; MetaCPAN )
List-Gen/lib/List/Gen/Lazy.pm ( view source; MetaCPAN )
 > will force
the values in C< LIST > to evaluate, and will return the new list.

    now(...)  ~~  grep {!$_ or 1} ...

=item methods of C< fn {...} > functions

return values of C< fn {...} >
Net-RabbitMQ-Management-API ( I/IB/IBUDAI/Net-RabbitMQ-Management-API-0.01.tar.gz, IBUDAI, 2011; MetaCPAN )
Net-RabbitMQ-Management-API/lib/Net/RabbitMQ/Management/API.pm ( view source; MetaCPAN )
>: optional integer, if present, will truncate the message payload if it is larger than the size given (in bytes)

=back

    my $a      = Net::RabbitMQ::Management::API->new( url => 'http://localhost
Text-BSV ( B/BF/BFITCH/Text-BSV-1.04.zip, BFITCH, 2010; MetaCPAN )
Text-BSV/lib/Text/BSV/BsvParsing.pm ( view source; MetaCPAN )
     push @potential_delimiters, $delim;
            } # end if
        } # next $delim

        given (scalar @potential_delimiters) {
            when (0) {
                die Text::BSV::Exception-
n/\\\\/gs;
            $field_name = translate_from_bsv($field_name);

            if ($field_name ~~ @field_names) {
                die Text::BSV::Exception->new(
                  $Text::BSV::Excep
         $INCLUDE_TRAILING_EMPTY_FIELDS;

        for my $piece (@pieces) {
            if ($piece ~~ @field_names) {
                die Text::BSV::Exception->new(
                  $Text::BSV::Excep
Bio-Protease ( B/BR/BRUNOV/Bio-Protease-1.112980.tar.gz, BRUNOV, 2011; MetaCPAN )
Bio-Protease/lib/Bio/Protease/Types.pm ( view source; MetaCPAN )
= Bio::Protease->Specificities;

    croak "Not a known specificity\n"
        unless $specificity ~~ %$specificity_of;

    return $specificity_of->{$specificity};
}

__PACKAGE__->meta->make_immutabl
Bio-Protease ( B/BR/BRUNOV/Bio-Protease-1.112980.tar.gz, BRUNOV, 2011; MetaCPAN )
Bio-Protease/lib/Bio/ProteaseI.pm ( view source; MetaCPAN )
b _cap_head { return 'XXX' . shift }

sub _uncap { s/X//g for @_ }

sub _looks_like_string { $_[0] ~~ /[a-z]+/i }

sub cleavage_sites {
    my ( $self, $substrate ) = @_;

    croak "Incorrect substra
Operator-Util ( P/PA/PATCH/Operator-Util-0.05.tar.gz, PATCH, 2011; MetaCPAN )
Operator-Util/lib/Operator/Util.pm ( view source; MetaCPAN )
}, res => [undef] },
);

# Perl 5.10 operators
if ($] >= 5.010) {
    $ops{'infix:~~'} = { sub => eval 'sub { $_[0] ~~ $_[1] }', res => [1, 1], chain => 1 };
    $ops{'infix://'} = { sub => eval 'sub 
   # 1    (also for 1 arg)
    eq    # 1    (also for 1 arg)
    ne    # 1    (also for 1 arg)
    ~~    # 1    (also for 1 arg)
    &     # -1   (from ^0, the 2's complement in arbitrary precision)
 
AnyEvent-Cron ( C/CO/CORNELIUS/AnyEvent-Cron-0.03.tar.gz, CORNELIUS, 2011; MetaCPAN )
AnyEvent-Cron/lib/AnyEvent/Cron.pm ( view source; MetaCPAN )
 => $cron_event,
            cb => $cb,
            %args
        });
    } 
    catch {
        given ( $timespec ) {
            # hour:minute per day
            when( m{^(\d+):(\d+)$} ) {
        
Bison ( B/BR/BRADH/Bison-0.05.tar.gz, BRADH, 2011; MetaCPAN )
Bison/lib/Bison.pm ( view source; MetaCPAN )

    my ($to, $port);
    for(keys %$args) {
        $to = $args->{$_} if $_ eq 'to';
    }

    given(lc $service) {
        when ('ssh') { $port = 22; }   
        when ('www') { $port = 80; }
     
s = 0;
    my @flush_items;
    if (ref $opts eq 'ARRAY') {
        for (@{$opts}) {
            given (uc $_) {
                when ('INPUT') { push @flush_items, $_; }
                when ('OUTPUT
PGXN-Site ( D/DW/DWHEELER/PGXN-Site-v0.7.2.tar.gz, DWHEELER, 2011; MetaCPAN )
PGXN-Site/lib/PGXN/Site/Controller.pm ( view source; MetaCPAN )
Request->new($env);
    my $params = $req->query_parameters;
    my $q = $params->{q};

    if ($q ~~ [undef, '', '*', '?']) {
        # Just redirect if there is no search term.
        unless ($q) {
or{badrequest},
            vars => { param => 'q' },
        });
    }

    unless ($params->{in} ~~ ['', undef, qw(docs dists extensions users tags)]) {
        return $self->render('/badrequest', {
Test-Legal ( I/IO/IOANNIS/Test-Legal-0.10.tar.gz, IOANNIS, 2011; MetaCPAN )
Test-Legal/script/license-injector.pl ( view source; MetaCPAN )
,
					           #actions => [qw/ fix /] ,
                 } ,
;
1;

DEBUG 'Scanning '. BASE ;
given (ACTION) {
	when (/^add$/i)   { disable_test_builder;
	                    write_LICENSE  BASE , 
Telephone-Mnemonic-US ( I/IO/IOANNIS/Telephone-Mnemonic-US-0.07.tar.gz, IOANNIS, 2011; MetaCPAN )
Telephone-Mnemonic-US/lib/Telephone/Mnemonic/US/Number.pm ( view source; MetaCPAN )


sub to_digits {
	my $alphanum = lc shift;
	my $res;
      for (split //, $alphanum ) {
        given ( $_) {
            when (/[abc]/)   { $res .= '2'}
            when (/[def]/)   { $res .= '3'}
 
Test-Legal ( I/IO/IOANNIS/Test-Legal-0.10.tar.gz, IOANNIS, 2011; MetaCPAN )
Test-Legal/script/copyright-injector.pl ( view source; MetaCPAN )
>BASE, dirs=> DIRS } ,
;


my @dirs = map { BASE .'/'. $_ } @{DIRS()} ;
DEBUG "Scanning @dirs ";
given (ACTION) {
	when (/^add$/i)   { my $msg = howl_notice($opts->{copyright} ) ;
						DEBUG 'Using c
Telephone-Mnemonic-US ( I/IO/IOANNIS/Telephone-Mnemonic-US-0.07.tar.gz, IOANNIS, 2011; MetaCPAN )
Telephone-Mnemonic-US/lib/Telephone/Mnemonic/US/Math.pm ( view source; MetaCPAN )
g;
    my @letters ;
    # filter input
    $num =~ s/\D+//;
    for (split //, $num ) {
        given (lc $_) {
            when ('2')   { push @letters,  [qw/a b c/]   }
            when ('3')   { p
Thorium ( A/AF/AFLOTT/Thorium-0.510.tar.gz, AFLOTT, 2011; MetaCPAN )
Thorium/lib/Thorium/Types.pm ( view source; MetaCPAN )
 not valid Apache2 Listen directive syntax" };

subtype ApacheLogLevel,
    as Str,
    where { $_ ~~ @apache_log_levels },
    message { "$_ is not a valid Apache2 log level. Must be one of " . join(
USB-Descriptor ( B/BF/BFOZ/USB-Descriptor-4.tar.gz, BFOZ, 2011; MetaCPAN )
USB-Descriptor/lib/USB/HID/Descriptor/Report.pm ( view source; MetaCPAN )
iptor item
# Expects the tag name followed by the data bytes
sub item
{
    my $tag = shift;
    given($tag)
    {
	# Handle Main items
	when( 'collection' )
	{
	    my $type = shift;
	    push @_, $c
ize(@_)), @_);
}

# Return an item's type given its tag
sub item_type
{
    my $tag = shift;
    given( $tags{$tag} & 0x0C )
    {
	when( 0x00 ) { return 'main' }
	when( 0x04 ) { return 'global' }
	wh
USB-Descriptor ( B/BF/BFOZ/USB-Descriptor-4.tar.gz, BFOZ, 2011; MetaCPAN )
USB-Descriptor/lib/USB/HID/Report.pm ( view source; MetaCPAN )
$v = shift @{$_[0]};	# Field initializer
	    next unless USB::HID::Report::Field->can($k);
	    given( ref($v) )
	    {
		when('HASH')	{ push @fields, USB::HID::Report::Field->$k(%{$v});	}
		when('AR
Lingua-IT-Ita2heb ( A/AH/AHARONI/Lingua-IT-Ita2heb-0.01.tar.gz, AHARONI, 2011; MetaCPAN )
Lingua-IT-Ita2heb/lib/Lingua/IT/Ita2heb/LettersSeq/IT/ToHeb.pm ( view source; MetaCPAN )
ent});
    }
}

sub _to_add_in {
    my ($seq, $letters_aref) = @_;

    return ($seq->text_to_add ~~ $letters_aref);
}

{
    # Dagesh qal.
    # BET and PE must not change according to these rules i
Lingua-IT-Ita2heb ( A/AH/AHARONI/Lingua-IT-Ita2heb-0.01.tar.gz, AHARONI, 2011; MetaCPAN )
Lingua-IT-Ita2heb/lib/Lingua/IT/Ita2heb/LettersSeq.pm ( view source; MetaCPAN )
x' is out of range.";
        }

        if (
            not $self->_letter($let_idx)
            ~~ @{ $sets_seq->[$i] })
        {
            return;
        }
    }

    return 1;
}

sub safe_mat

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