Group
Extension

Matches 1309

marc-mir ( M/MA/MARCC/marc-mir-0.4.tar.gz, MARCC, 2013; MetaCPAN )
marc-mir/lib/MARC/MIR.pm ( view source; MetaCPAN )
 }
	    grep_subfields { (tag) ~~ $sspec }
    } grep_fields { (tag) ~~ $fspec }
    # TODO: Benchmark: is it really faster ? 
    # map_fields {
    #     if ( (tag) ~~ $fspec ) {
    #         map_s
ubfields {
    #     	if ( (tag) ~~ $sspec ) {
    #     	    with_value { $code->() }
    #     	} else { () }
    #         }
    #     } else { () }
    # } $rec
}

sub marawk (&$) {
    my $code =
Lingua-POL-Numbers ( P/PE/PETAMEM/Lingua-POL-Numbers-0.135.tar.gz, PETAMEM, 2014; MetaCPAN )
Lingua-POL-Numbers/lib/Lingua/POL/Numbers.pm ( view source; MetaCPAN )
 my $wynik = '';

    $Idziesiatka = Val(Left($Number, 1));
    if ($Idziesiatka == 1) {
        given(Val($Number)) {
            when (10) { $wynik = 'dziesięćdz '; }
            when (11) { $wyni
 '; }
            when (19) { $wynik = 'dziewiętnaście '; }
        }
    }
    else {
        given ($Idziesiatka) {
            when (2) { $wynik = 'dwadzieścia '; }
            when (3) { $wynik
Sys-Run ( T/TE/TEX/Sys-Run-0.16.tar.gz, TEX, 2014; MetaCPAN )
Sys-Run/lib/Sys/Run.pm ( view source; MetaCPAN )
nt
- NoSSHStrictHostKeyChecking
- SSHOpts
- ReturnRV
- Retry

=head2 check_binary

Make sure the given (unqalified) binary exists somewhere in the search path.

=head2 check_remote_binary

Make sure t
EntityModel-Log ( T/TE/TEAM/EntityModel-Log-0.006.tar.gz, TEAM, 2014; MetaCPAN )
EntityModel-Log/lib/EntityModel/Log.pm ( view source; MetaCPAN )
,
	'Info',
	'Warning',
	'Error',
	'Fatal',
);

=head2 _raise_error_on_global_instance

Raise the given (code, message, ...) log event on the L<EntityModel::Log> global instance.

=cut

sub _raise_erro
Eve ( Z/ZI/ZINIGOR/Eve-0.06.tar.gz, ZINIGOR, 2014; MetaCPAN )
Eve/lib/Eve/DbiStub.pm ( view source; MetaCPAN )
ed $data_hash->{'input_type_list'} and
                        not $data_hash->{'input_type_list'} ~~
                            $self->{'input_type_list'}) {
                        next;
          
Eve ( Z/ZI/ZINIGOR/Eve-0.06.tar.gz, ZINIGOR, 2014; MetaCPAN )
Eve/lib/Eve/HttpResource.pm ( view source; MetaCPAN )
    id => $self->_request->get_cookie(name => 'session_id'));

    if (!($self->_session->get_id() ~~
          $self->_request->get_cookie(name => 'session_id'))) {
        $self->_response->set_cook
Pod-Inherit ( B/BB/BBYRD/Pod-Inherit-0.91.tar.gz, BBYRD, 2014; 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
Dist-Zilla-PluginBundle-Prereqs ( B/BB/BBYRD/Dist-Zilla-PluginBundle-Prereqs-0.93.tar.gz, BBYRD, 2014; MetaCPAN )
Dist-Zilla-PluginBundle-Prereqs/lib/Dist/Zilla/Plugin/PrereqsClean.pm ( view source; MetaCPAN )
 (my $main_module = $distro) =~ s/-/::/g;
         $main_module = $modules[0] unless ($main_module ~~ @dmods);

         # remove any obvious split potentials
         if ($self->removal_level <= RL_D
Lingua-PT-Capitalizer ( J/JI/JIMMY/Lingua-PT-Capitalizer-0.001.tar.gz, JIMMY, 2014; MetaCPAN )
Lingua-PT-Capitalizer/lib/Lingua/PT/Capitalizer.pm ( view source; MetaCPAN )
y $i = 0; $i <= $#token; $i++ ) {
        foreach ( $token[$i] ) {
            if ( $preserve_caps ~~ q(1)
                && m{^\p{Lu}+(?:\N{APOSTROPHE})?$}msx )
            {
                next;
 
Hessian-Translator ( H/HE/HEYTRAV/Hessian-Translator-1.06.tar.gz, HEYTRAV, 2014; MetaCPAN )
Hessian-Translator/lib/Hessian/Translator/Envelope.pm ( view source; MetaCPAN )
sub read_packet_chunk {    #{{{
    my ( $self, $first_bit ) = @_;

    my ($packet_string);
    given ($first_bit) {
        when (/[\x70-\x7f]/) {
            my $length = unpack "C*", $first_bit;
 
       = keys %{$hessian_data};
        my $datastructure = $hessian_data->{ $keys[0] };
        given ( $keys[0] ) {
            when (/call/) {
                $hessian_message = $self->write_hessia
Lingua-Boolean ( D/DO/DOHERTY/Lingua-Boolean-0.008.tar.gz, DOHERTY, 2013; MetaCPAN )
Lingua-Boolean/lib/Lingua/Boolean.pm ( view source; MetaCPAN )
 '$lang'" unless exists $self->{languages}->{$lang}->{match}->{True};
    return true if ($to_test ~~ $self->{languages}->{$lang}->{match}->{True});
    return false;
}

sub _looks_false {
    my $sel
'$lang'" unless exists $self->{languages}->{$lang}->{match}->{False};
    return true if ($to_test ~~ $self->{languages}->{$lang}->{match}->{False});
    return false;
}

1;

__END__

=pod

=encoding 
Net-Radio-oFono ( R/RE/REHSACK/Net-Radio-oFono-0.001.tar.gz, REHSACK, 2012; MetaCPAN )
Net-Radio-oFono/lib/Net/Radio/oFono/SimManager.pm ( view source; MetaCPAN )
in type.

=cut

sub ChangePin
{
    my ( $self, $pin_type, $oldpin, $newpin ) = @_;

    $pin_type ~~ @valid_pin_types
      or croak(   "Invalid PIN type: '"
                . $pin_type
             
PinRequired property.

=cut

sub EnterPin
{
    my ( $self, $pin_type, $pin ) = @_;

    $pin_type ~~ @valid_pin_types
      or croak(   "Invalid PIN type: '"
                . $pin_type
             
w value of pin.

=cut

sub ResetPin
{
    my ( $self, $pin_type, $puk, $pin ) = @_;

    $pin_type ~~ @valid_pin_types
      or croak(   "Invalid PIN type: '"
                . $pin_type
             
MongoDB-Async ( N/NY/NYAKNYAN/MongoDB-Async-0.702.3.tar.gz, NYAKNYAN, 2014; MetaCPAN )
MongoDB-Async/lib/MongoDB/Async/Collection.pm ( view source; MetaCPAN )
r of elements).  If C<$fields> is specified, the resulting document
will only include the fields given (and the C<_id> field) which can cut down on
wire traffic.

=head2 insert ($object, $options?)

 
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/misc/Date/t/01sanity.t ( view source; MetaCPAN )
so ~~ $rx ) {
    #       substr($iso, $/.from, $/.chars) = $rx();
    #   }
    #}

    ($iso ~~ rx:perl5/(YYYY)/) && (substr($iso,$/.from,$/.chars)= sprintf("%04d", $year))
        or
    ($iso ~~ r
 100)))
        or undefine($year);

    $iso ~~ rx:perl5/(WNN)/ && (substr($iso,$/.from,$/.chars)=sprintf("W%02d", $week)) or undefine($week);
    $iso ~~ rx:perl5/(MM)/ && (substr($iso,$/.from,$/.ch
"%02d", $month)) or undefine($month);
    $iso ~~ rx:perl5/(DDD)/ && (substr($iso,$/.from,$/.chars)=sprintf("%03d", $doy)) or undefine($doy);
    $iso ~~ rx:perl5/(DD)/ && (substr($iso,$/.from,$/.char
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/ext/libwww-perl/lib/HTTP/Headers.pm ( view source; MetaCPAN )
py {
    $field.trans(('_' => '-')) if not $field ~~ /^\:/ and $TRANSLATE_UNDERSCORE;
    my $v = %!headers.delete($field.lc);
    push @values, $v ~~ Array ?? @$v !! $v if defined $v;
  }

  return @
my method header (Str $field is copy, Str $val is copy, Str $op = "") {
  unless $field ~~ /^\:/ {
    $field ~~ s:g/_/-/ if $TRANSLATE_UNDERSCORE;
    my $old = $field;
    $field = lc $field;
    un
entry for this field
      $old ~~ s:g/\b(\w)/{$0.ucfirst}/;
      %standard_case{$field} = $old;
    }
  }

  my $h = %!headers{$field};
  $h //= [];
  my @old = $h ~~ Array ?? @$h !! ($h);

  $val =
Bio-App-SELEX-RNAmotifAnalysis ( M/MO/MOLECULES/Bio-App-SELEX-RNAmotifAnalysis-0.0095.tar.gz, MOLECULES, 2014; MetaCPAN )
Bio-App-SELEX-RNAmotifAnalysis/lib/Bio/App/SELEX/Stockholm.pm ( view source; MetaCPAN )
$isGap = $stock->is_gap (SEQNAME, $colNum)

Return true if a given (SEQNAME,column) co-ordinate is a gap.

=cut

# Return true if a given (rowname,column) co-ordinate is a gap
sub is_gap {
    my ($se
Statistics-Descriptive-Weighted ( D/DH/DHARD/Statistics-Descriptive-Weighted-0.7.tar.gz, DHARD, 2014; MetaCPAN )
Statistics-Descriptive-Weighted/lib/Tree/Treap.pm ( view source; MetaCPAN )
=item range_values($lo_key, $hi_key)

Returns the list of values corresponding the range of keys given (see
range_keys() above).

=item minimum()

Returns the lowest ordered key in the treap.

=item m
EntityModel ( T/TE/TEAM/EntityModel-0.102.tar.gz, TEAM, 2013; MetaCPAN )
EntityModel/lib/EntityModel/Query/InsertField.pm ( view source; MetaCPAN )
 $self = bless { }, $class;
	my $args = shift;
	my @spec;
	if(ref $args ~~ 'HASH') {
		push @spec, %$args;
	} elsif(ref $args ~~ 'ARRAY') {
		push @spec, @$args;
	} else {
		die "no idea what $args is
EntityModel ( T/TE/TEAM/EntityModel-0.102.tar.gz, TEAM, 2013; MetaCPAN )
EntityModel/lib/EntityModel/Query/UpdateField.pm ( view source; MetaCPAN )
 $self = bless { }, $class;
	my $args = shift;
	my @spec;
	if(ref $args ~~ 'HASH') {
		push @spec, %$args;
	} elsif(ref $args ~~ 'ARRAY') {
		push @spec, @$args;
	} else {
		die "no idea what $args is
EntityModel ( T/TE/TEAM/EntityModel-0.102.tar.gz, TEAM, 2013; MetaCPAN )
EntityModel/lib/EntityModel.pm ( view source; MetaCPAN )
gin>

=back

=cut

sub new {
	my $class = shift;

	my @def;
	if(ref $_[0] ~~ 'HASH') {
		@def = %{$_[0]};
	} elsif(ref $_[0] ~~ 'ARRAY') {
		@def = @{$_[0]};
	} else {
		@def = @_;
	}

	my $self = ble

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