Group
Extension

Matches 1309

perl5i ( M/MS/MSCHWERN/perl5i-v2.13.2.tar.gz, MSCHWERN, 2016; MetaCPAN )
perl5i/lib/perl5i/1/ARRAY.pm ( view source; MetaCPAN )
( sub { $_ ~~ $filter }, @$array );
    }

    return List::Util::first( sub { $filter->() }, @$array );

}

sub grep {
    my ( $array, $filter ) = @_;

    my @result = CORE::grep { $_ ~~ $filter } 
               : $obj2+0 eq "$obj1";
    }
    elsif( 'num' ~~ [$type1, $type2] ) {
        return $obj1 == $obj2;
    }
    elsif( 'str' ~~ [$type1, $type2] ) {
        return $obj1 eq $obj2;
    }
 
($r1, $r2) = @_;
    # Hashes can't be equal unless their keys are equal.
    return unless ( %$r1 ~~ %$r2 );

    # Compare the equality of the values for each key.
    foreach my $key (keys %$r1) {
Statistics-Descriptive-LogScale ( K/KH/KHEDIN/Statistics-Descriptive-LogScale-0.11.tar.gz, KHEDIN, 2017; MetaCPAN )
Statistics-Descriptive-LogScale/lib/Statistics/Descriptive/LogScale.pm ( view source; MetaCPAN )
pproximation
	# the condition is: linear bin( thresh ) ~~ log bin( thresh )
	# i.e. thresh * base - thresh ~~ absolute error * 2
	# i.e. thresh ~~ absolute_error * 2 / (base - 1)
	# also support legac
d numbers to the data pool.

Returns self, so that methods can be chained.

If incorrect data is given (i.e. non-numeric, undef),
an exception is thrown and only partial data gets inserted.
The state 
 allowed and has the same effect.
Data is guaranteed to remain consistent.

If incorrect data is given (i.e. non-numeric, undef, or +infinity),
an exception is thrown and nothing changes.

B<NOTE> Cac
Pod-Knit ( Y/YA/YANICK/Pod-Knit-0.0.1.tar.gz, YANICK, 2018; MetaCPAN )
Pod-Knit/eventual.pl ( view source; MetaCPAN )
lias => $alias };

    use List::AllUtils qw/ first /;

    push( (first { 
                $alias ~~ @$_
            } @levels)->@*, $new );

}

add_directive(synopsis => 'head1');

has xml => (
    
::AllUtils qw/ first_index /;
    use experimental 'smartmatch';

    my $i = first_index { $token ~~ @$_ } @levels;
    warn $i;
    return $i;
}

sub parse_pod($self, $end_cond = undef ) {
    while
Text-HikiDoc ( K/KA/KAWABATA/Text-HikiDoc-1.023.tar.gz, KAWABATA, 2016; MetaCPAN )
Text-HikiDoc/lib/Text/HikiDoc.pm ( view source; MetaCPAN )
|----||
        ~~    ~~
  "}}

  is replaced with

  <pre class="ascii-art">
               (__)
              (oo)
       /-------\/
      / |     ||
     *  ||----||
        ~~    ~~
  </pre>

  If
            (__)
              (oo)
       /-------\/
      / |     ||
     *  ||----||
        ~~    ~~
  >>>

=back

=head2 Text::HikiDoc::Plugin::br

=over 4

{{br}}

is replaced with 

E<lt>br /E<
Banal-Moosy-Mungers ( T/TA/TABULO/Banal-Moosy-Mungers-0.002.tar.gz, TABULO, 2019; MetaCPAN )
Banal-Moosy-Mungers/lib/Banal/Moosy/Mungers.pm ( view source; MetaCPAN )
ub mhs_dict { &mhs_dictionary }
sub mhs_dictionary {
# - Lookup meta specs for attributes from a given (src) dictonary;
#     * Parameters destined to this routine (dict, src/src_dict, dest/dest_dict)
unge context (%_) wins over all of the above
# - [OPTIONALLY] : merge the resulting specs onto a given (dest) dictionary, which may the same as (serc)
#######################################
  # ATTEN
App-Pimpd ( W/WO/WOLDRICH/App-Pimpd-0.310.tar.gz, WOLDRICH, 2018; MetaCPAN )
App-Pimpd/lib/App/Pimpd/Playlist/Favorite.pm ( view source; MetaCPAN )
  }
    else {
      return;
    }
  }

  chomp(my @songs = <$fh>);
  close($fh);

  return ($file ~~ @songs) ? 1 : 0;
}


sub remove_favorite {
  my $query = shift;
  return if !defined($query);

  t
PMLTQ-Commands ( M/MA/MATY/PMLTQ-Commands-2.0.3.tar.gz, MATY, 2019; MetaCPAN )
PMLTQ-Commands/lib/PMLTQ/Command/query.pm ( view source; MetaCPAN )
cify PML-TQ query on the command-line.

=item B<--query-file> filename

Read PML-TQ query from a given (utf-8 encoded text) file

=item B<--query-pml-file> filename

Read PML-TQ query from a given PML
Bitmask-Data ( M/MA/MAROS/Bitmask-Data-2.05.tar.gz, MAROS, 2017; MetaCPAN )
Bitmask-Data/lib/Bitmask/Data.pm ( view source; MetaCPAN )
=> '_compare',
    'cmp'   => '_compare',
    '=='    => '_equals',
    'eq'    => '_equals',
    '~~'    => sub {
        my ($self,$value) = @_; 
        my $bitmask = $self->any2bitmask($value);
  
ask: max <%i>',$class->bitmask_length))
            if $count > $class->bitmask_length;

        given ( $params[0] // '' ) {
            when (blessed $_ && $_->isa('Math::BigInt')) {
               
d"
        unless defined $param;

    my $length = $class->bitmask_length;
    my $bit;    
    given ($param) {
        when (blessed $param && $param->isa('Bitmask::Data')) {
            $bit = $cl
MarpaX-Languages-PowerBuilder ( S/SE/SEBKIRCHE/MarpaX-Languages-PowerBuilder-0.01.tar.gz, SEBKIRCHE, 2018; MetaCPAN )
MarpaX-Languages-PowerBuilder/lib/MarpaX/Languages/PowerBuilder/SRQ.pm ( view source; MetaCPAN )
) = @_;
    my %mixed;
    %mixed = (%mixed, %$_) for grep{ exists $_->{unions} ? not $_->{unions} ~~ [] : 1 } grep { ref eq 'HASH' } @children;
    return \%mixed;
}

sub unions{ shift; { unions => [
};
    $h->{orders} = $children[1] unless $children[1] ~~ [];
    $h->{arguments} = $children[2]->{arguments} unless $children[2]->{arguments} ~~ [];
    return $h;
}

sub selection_item{
    my (unde
Web-DataService ( M/MM/MMCCLENN/Web-DataService-0.42.tar.gz, MMCCLENN, 2018; MetaCPAN )
Web-DataService/lib/Web/DataService/Execute.pm ( view source; MetaCPAN )
  $request->output_linebreak($output_linebreak);
    
    my $save_specified = $request->special_given('save');
    my $save_value = $request->special_value('save') || '';
    
    if ( $save_specifie
s method is called by the error reporting routine if we do not know the
# output format.  We are given (possibly) both types of objects and need to
# determine the appropriate output format based on t
Web-DataService ( M/MM/MMCCLENN/Web-DataService-0.42.tar.gz, MMCCLENN, 2018; MetaCPAN )
Web-DataService/lib/Web/DataService/Request.pm ( view source; MetaCPAN )
 exists and undefined otherwise.
    
    return $self->{raw_params}{$param_name};
}


# special_given ( param )
# 
# Return true if the given special parameter was specified in the request,
# regardl
a service and if it was included with this request.  Returns I<undef>
otherwise.

=head3 special_given ( param )

Returns true if the specified special parameter was included in this request
and is en
d
parameter, or an empty hashref if the parameter was not included in the
request.

=head3 param_given ( param )

Returns true if the specified parameter was included in there request, whether
or not 
Web-DataService ( M/MM/MMCCLENN/Web-DataService-0.42.tar.gz, MMCCLENN, 2018; MetaCPAN )
Web-DataService/lib/Web/DataService/IRequest.pm ( view source; MetaCPAN )
n ne '' )
    {
	return { $clean => 1 };
    }
    
    else
    {
	return {};
    }
}


# param_given ( )
# 
# Return true if the specified parameter was included in this request, whether
# or not it
POD2-RU ( M/MI/MISHIN/POD2-RU-5.18.0.1.84.tar.gz, MISHIN, 2017; MetaCPAN )
POD2-RU/lib/POD2/RU/perlsecret.pod ( view source; MetaCPAN )
ветствие       КОНЕЦ блока для однострочного скрипта
    ~~           Дюймовыйчервь Inchworm        скалярный
    ~-           Дюйм
   ищем во входных данных и присваиваем захваченное
    ~~<>         Кайт, девочка убийца          Одиночная строка ввод
а нежного приветствия.

=head2 Дюймовый_червь (Inchworm)

    ~~

Этот оператор в основном короче C<scalar>(убирает целых 4
WWW-Mechanize-Firefox ( C/CO/CORION/WWW-Mechanize-Firefox-0.80.tar.gz, CORION, 2018; MetaCPAN )
WWW-Mechanize-Firefox/makeppd.pl ( view source; MetaCPAN )
 $name-PPM.tar");

#Delete qw(blib pod2html-dircache pod2html-itemcache pm_to_blib pod2htmd.x~~ pod2htmi.x~~);

if (! $has_xs) {
        open $PPD, "<$ppd" or die "Can't open the $ppd file: $!\n";
   
Lingua-Boolean-Tiny ( T/TO/TOBYINK/Lingua-Boolean-Tiny-0.008.tar.gz, TOBYINK, 2018; MetaCPAN )
Lingua-Boolean-Tiny/lib/Lingua/Boolean/Tiny.pm ( view source; MetaCPAN )
olean::Tiny::BASE;
	
	our $AUTHORITY = 'cpan:TOBYINK';
	our $VERSION   = '0.008';
	
	# Versions of ~~ and fc for legacy Perls...
	use if $] >= 5.016, feature => 'fc';
	BEGIN { eval q[fc("1")] or eval 
e match::simple qw(match);
		1;
	}
	or eval q
	{
		use v5.10.1;
		no warnings;
		sub match { $_[0] ~~ $_[1] };
		1;
	}
	or eval q
	{
		sub match
		{
			my ($a, $b) = @_;
			if (ref($b) eq 'ARRAY')
			
Store-CouchDB ( L/LE/LEV/Store-CouchDB-4.3.tar.gz, LEV, 2018; MetaCPAN )
Store-CouchDB/lib/Store/CouchDB.pm ( view source; MetaCPAN )
ath = '';
    foreach my $key (keys %$opts) {
        my $value = $opts->{$key};

        if ($key ~~ @JSON_KEYS) {

            # backwards compatibility with key, startkey, endkey as strings
       
Mojolicious-Plugin-ValidateTiny ( K/KO/KOORCHIK/Mojolicious-Plugin-ValidateTiny-0.17.tar.gz, KOORCHIK, 2018; MetaCPAN )
Mojolicious-Plugin-ValidateTiny/lib/Mojolicious/Plugin/ValidateTiny.pm ( view source; MetaCPAN )
 @_;
            croak "ValidateTiny: Wrong validatation rules"
                unless ref($rules) ~~ [ 'ARRAY', 'HASH' ];

            $c->stash('validate_tiny.was_called', 1);

            $rules = 
o_rules;

                foreach my $f ( @{ $rules->{fields} } ) {
                    next if $f ~~ $conf->{exclude};
                    push @fields_wo_rules, $f unless exists $h{$f};
            
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/src/Perlito5/Grammar/Precedence.pm ( view source; MetaCPAN )
soc    named unary operators
# nonassoc    < > <= >= lt gt le ge
# nonassoc    == != <=> eq ne cmp ~~
# left        &
# left        | ^
# left        &&
# left        || //
# nonassoc    ..  ...
# rig
'^.' ], $prec );
$prec = $prec - 1;
add_op( 'infix', [ '..', '...' ], $prec );
add_op( 'infix', [ '~~' ],  $prec, { assoc => 'chain' } );
$prec = $prec - 1;
add_op( 'infix', [ '&&' ],  $prec, { assoc 
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5/Grammar/Precedence.pm ( view source; MetaCPAN )
soc    named unary operators
# nonassoc    < > <= >= lt gt le ge
# nonassoc    == != <=> eq ne cmp ~~
# left        &
# left        | ^
# left        &&
# left        || //
# nonassoc    ..  ...
# rig
'^.' ], $prec );
$prec = $prec - 1;
add_op( 'infix', [ '..', '...' ], $prec );
add_op( 'infix', [ '~~' ],  $prec, { assoc => 'chain' } );
$prec = $prec - 1;
add_op( 'infix', [ '&&' ],  $prec, { assoc 
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5/Perl6/PrettyPrinter.pm ( view source; MetaCPAN )
fix:<...>' => { fix => 'infix', prec => 130, str => ' ... ' },
    'infix:<~~>'  => { fix => 'infix', prec => 130, str => ' ~~ ' },

    'infix:<&&>' => { fix => 'infix', prec => 140, str => ' && ' },

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