Group
Extension

Matches 1357

Parse-Taxonomy ( J/JK/JKEENAN/Parse-Taxonomy-0.24.tar.gz, JKEENAN, 2016; MetaCPAN )
Parse-Taxonomy/lib/Parse/Taxonomy/AdjacentList.pm ( view source; MetaCPAN )
 '~~',
         } );

Yields:

    [
      ["path", "is_actionable"],
      ["~~Alpha", 0],
      ["~~Beta", 0],
      ["~~Alpha~~Epsilon", 0],
      ["~~Alpha~~Epsilon~~Kappa", 1],
      ["~~Alpha~~Z
eta", 0],
      ["~~Alpha~~Zeta~~Lambda", 1],
      ["~~Alpha~~Zeta~~Mu", 0],
      ["~~Beta~~Eta", 1],
      ["~~Beta~~Theta", 1],
    ]

Finally, should we want the C<path> column in the returned ar
Gtk2-Ex-DbLinker ( R/RA/RAPPAZF/Gtk2-Ex-DbLinker-0.113.tar.gz, RAPPAZF, 2019; MetaCPAN )
Gtk2-Ex-DbLinker/lib/Gtk2/Ex/DbLinker/Datasheet.pm ( view source; MetaCPAN )
->debug( "field name with txt renderer: " . $field->{name} );

                #if ($field->{name} ~~ @apk) {
                if ( grep /^$field->{name}$/, @apk ) {
                    $self->{log}->d
d_status;

            } else {
                my $x = "";

                # if ( $field->{name} ~~ @{$self->{cols}}) {
                if ( defined $self->{hcols}->{ $field->{name} } ) {
          
X11-Protocol-Other ( K/KR/KRYDE/X11-Protocol-Other-31.tar.gz, KRYDE, 2019; MetaCPAN )
X11-Protocol-Other/devel/lib/X11/Protocol/Ext/XFree86_VidModeExtension.pm ( view source; MetaCPAN )
y, except for C<private> which is treated as an empty
string if omitted.

Any mode values can be given (not just those listed by
C<XF86VidModeGetAllModeLines()>) but it's generally the caller's
respon
Search-QS ( E/EB/EBRUNI/Search-QS-0.04.tar.gz, EBRUNI, 2019; MetaCPAN )
Search-QS/lib/Search/QS/Options/Int.pm ( view source; MetaCPAN )
> undef);


sub to_qs() {
    my $s = shift;
    my $amp = shift || 0;
    return '' if ($s->value ~~ $s->default);
    return $s->name . '=' . $s->value . ($amp ? '&' : '');
}

sub reset() {
    my $
MsgPack-RPC ( Y/YA/YANICK/MsgPack-RPC-2.0.3.tar.gz, YANICK, 2019; MetaCPAN )
MsgPack-RPC/lib/MsgPack/RPC.pm ( view source; MetaCPAN )
> [ 'read' ],
);

sub receive ( $self, $message ) {
    my @message = @$message;

    my $m;
    given ( $message[0] ) {
        $m = MsgPack::RPC::Message::Request->new( id => $message[1], method => 
MsgPack-RPC ( Y/YA/YANICK/MsgPack-RPC-2.0.3.tar.gz, YANICK, 2019; MetaCPAN )
MsgPack-RPC/lib/MsgPack/Decoder/Generator/Any.pm ( view source; MetaCPAN )
sub { 1 };

has '+next' => sub {
    my $self = shift;
    my $byte = $self->buffer_as_int;

    given( $byte ) {
        return [ [ 'FixInt', buffer => $self->buffer ] ]  
            when $byte <= 0
PMLTQ ( M/MA/MATY/PMLTQ-3.0.2.tar.gz, MATY, 2019; MetaCPAN )
PMLTQ/lib/PMLTQ/Relation/DepthFirstRangeIterator.pm ( view source; MetaCPAN )
e range
[RMIN,RMAX]; note that the arguments for LMIN,LMAX must be negative values.
For example, given (LMIN,LMAX,RMIN,RMAX) = (-1,-3,1,4), the iterator returns
first three nodes preceding and first f
i18n ( A/AU/AUDREYT/i18n-0.13.tar.gz, AUDREYT, 2019; MetaCPAN )
i18n/lib/i18n.pm ( view source; MetaCPAN )
-Mi18n=/path/to/po-files/ -le 'print ~~"Hello, world"';
    Hola, mundo

In your module:

    use i18n "/path/to/po-files";
    my $place = ~~'world';
    print ~~"Hello, $world";

=head1 DESCRIPTION
s (C<~~>)
in front of every string that is intended to be translated.  That's it.
All the other details of localization are handled outside the program.
Here are some examples:

    my $str1 = ~~'The 
time is now';
    my $str2 = ~~"$str1 for having a cow";
    my $str3 = ~~qq{Wow! $str2};
    my $str4 = ~~<<END;
    How now.
    Brown cow.
    END

Think of the tilde signs as an indicator that you
Benchmark-Perl-Formance-Analyzer ( S/SC/SCHWIGON/Benchmark-Perl-Formance-Analyzer-0.009.tar.gz, SCHWIGON, 2019; MetaCPAN )
Benchmark-Perl-Formance-Analyzer/lib/Benchmark/Perl/Formance/Analyzer/BenchmarkAnything.pm ( view source; MetaCPAN )
  require File::Basename;
        require BenchmarkAnything::Evaluations;

        my $timestamp = ~~gmtime;
        my $headline  = "Perl::Formance - charts rendered at: $timestamp\n\n";
        $hea
WebService-Google-Reader ( G/GR/GRAY/WebService-Google-Reader-0.24.tar.gz, GRAY, 2017; MetaCPAN )
WebService-Google-Reader/ex/mark-software-updates.pl ( view source; MetaCPAN )
len = length $top;
        find {
            wanted => sub {
                if ($File::Find::dir ~~ %prune) {
                    $File::Find::prune = 1;
                    return;
                
\s+/, $line;
        next unless $package ~~ %modules;
        $dists{ CPAN::DistnameInfo->new($dist)->dist } = undef;
    }
    close $fh;

    sub { $_[0] ~~ %dists; }
};

my %conf = (
    perl => {
 }

            my $listed;
            for my $w (@whitelist) {
                next if not $name ~~ $w;
                $listed = 1;
                VERBOSE && say "$lang - $name - whitelisted";
   
Dancer-Plugin-SporeDefinitionControl ( N/NO/NOUDARD/Dancer-Plugin-SporeDefinitionControl-0.18.tar.gz, NOUDARD, 2019; MetaCPAN )
Dancer-Plugin-SporeDefinitionControl/lib/Dancer/Plugin/SporeDefinitionControl.pm ( view source; MetaCPAN )
llow_allow_origins'} 
                                                  &&  $req->header('Origin') ~~ @{$build_options_route->{'header_allow_allow_origins'}}
                                          
Net-Silk ( M/MS/MSISK/Net-Silk-2.08.tar.gz, MSISK, 2019; MetaCPAN )
Net-Silk/lib/Net/Silk/Bag.pm ( view source; MetaCPAN )
type
  counter_len

=back

=item type_merge($type1, $type2)

Return the field type that would be given (by default) to a bag
that is a result of co-mingling two bags of the given types.
For example, '
Perl-Metrics-Lite ( K/KI/KITANO/Perl-Metrics-Lite-0.092.tar.gz, KITANO, 2019; MetaCPAN )
Perl-Metrics-Lite/lib/Perl/Metrics/Lite/Analysis/Sub/Plugin/MccabeComplexity.pm ( view source; MetaCPAN )
   >>=
    ?
    and
    cmp
    eq
    gt
    lt
    ne
    not
    or
    xor
    ||
    ||=
    ~~
);

Readonly::Array our @DEFAULT_LOGIC_KEYWORDS => qw(
    else
    elsif
    for
    foreach
    
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
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5X/overload.pm ( view source; MetaCPAN )
   binary              => '& &= | |= ^ ^= &. &.= |. |.= ^. ^.=',
    unary               => "neg ! ~ ~.",
    mutators            => '++ --',
    func                => "atan2 cos sin exp abs log sqrt
            => "-X",
    dereferencing       => '${} @{} %{} &{} *{}',
    matching            => '~~',
    special             => 'nomethod fallback =',
);

my %ops_seen;
@ops_seen{ map split(/ /), v
  => 'lt le gt ge eq ne',
 binary		  => '& &= | |= ^ ^= &. &.= |. |.= ^. ^.=',
 unary		  => 'neg ! ~ ~.',
 mutators	  => '++ --',
 func		  => 'atan2 cos sin exp abs log sqrt int',
 conversion	  => 'bo
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
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
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
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
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 

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