Group
Extension

Matches 1364

Net-LDNS ( C/CD/CDYBED/Net-LDNS-0.75.tar.gz, CDYBED, 2015; MetaCPAN )
Net-LDNS/include/ldns/dnssec_sign.h ( view source; MetaCPAN )
 be marked and should specifically 
 * be taken into account separately.
 *
 * When glue_list is given (not NULL), in the process of marking the names, all
 * glue resource records will be pushed to t
Net-LDNS ( C/CD/CDYBED/Net-LDNS-0.75.tar.gz, CDYBED, 2015; MetaCPAN )
Net-LDNS/include/ldns/dnssec_verify.h ( view source; MetaCPAN )
packet had an empty ANSWER
 *                          section
 * \param[in] match On match, the given (reference to a) pointer will be set 
 *                  to point to the matching nsec resource 
Algorithm-DependencySolver ( K/KA/KAORU/Algorithm-DependencySolver-1.01.tar.gz, CDFH, 2015; MetaCPAN )
Algorithm-DependencySolver/DependencySolver/Solver.pm ( view source; MetaCPAN )
only if the edge from $pred to $node can
                # safely be removed
                $pred ~~ [$G->all_predecessors($_)]
            } @other_predecessors;

            if ($other_paths_to_pre
Date-Calc ( S/ST/STBEY/Date-Calc-6.4.tar.gz, STBEY, 2015; MetaCPAN )
Date-Calc/lib/Date/Calc.pod ( view source; MetaCPAN )
is function returns a string containing the (english) abbreviation
of the ordinal number for the given (cardinal) number "C<$number>".

I.e.,

    0  =>  '0th'    10  =>  '10th'    20  =>  '20th'
    
Articulate ( P/PE/PERRETTDL/Articulate-0.005.tar.gz, PERRETTDL, 2015; MetaCPAN )
Articulate/lib/Articulate/Flow/LocationSwitch.pm ( view source; MetaCPAN )
h of the keys of C<< $self->where >>; if the location
of C<$item> matches location specification given (see
L<Articulate::LocationSpecification>), then instantiates the value of
that key and performs 
Wrangler ( C/CL/CLIPLAND/Wrangler-2.15.tar.gz, CLIPLAND, 2015; MetaCPAN )
Wrangler/lib/Wrangler/Wx/FormEditor.pm ( view source; MetaCPAN )
 $editor, ".($field_name||'(no field name)').", $editor_name");
	if($field_name){
		if($field_name ~~ @{ $editor->{wrangler}->config()->{'ui.formeditor'}->{ $editor_name } }){ # never happens, is prev
Syntax-Feature-Qwa ( T/TO/TOBYINK/Syntax-Feature-Qwa-0.002.tar.gz, TOBYINK, 2014; MetaCPAN )
Syntax-Feature-Qwa/lib/Syntax/Feature/Qwa.pm ( view source; MetaCPAN )
mart matching

 my $admins = qwk(alice bob carol);
 my $login  = get_current_user();
 
 if ($login ~~ $admins)
 {
   ...
 }

=head2 Arrayrefs for smart matching

The example above also works using arr
ably will be.

 my $admins = qwa(alice bob carol);
 my $login  = get_current_user();
 
 if ($login ~~ $admins)
 {
   ...
 }

=head1 BUGS

Please report any bugs to
L<http://rt.cpan.org/Dist/Display.ht
HTML-Inject ( T/TO/TOBYINK/HTML-Inject-0.004.tar.gz, TOBYINK, 2014; MetaCPAN )
HTML-Inject/lib/HTML/Inject.pm ( view source; MetaCPAN )
nodeName ~~ [qw(title link meta style)] } },
);

has body_element_test => (
	is         => read_only,
	isa        => must_do( CODE ),
	default    => sub { sub { no warnings; $_[0]->nodeName ~~ [qw(scr
Smart-Dispatch ( T/TO/TOBYINK/Smart-Dispatch-0.006.tar.gz, TOBYINK, 2014; MetaCPAN )
Smart-Dispatch/lib/Smart/Dispatch/Match.pm ( view source; MetaCPAN )
  => 16,
};

use overload
	'&{}'    => sub { my $x=shift; sub { $x->conduct_dispatch($_[0]) } },
	'~~'     => 'value_matches',
	bool     => sub { 1 },
;

has test => (
	(_TYPES?(isa=>Any()):()),
	is  
f, $value) = @_;
	local $_ = $value;
	no warnings; # stupid useless warnings below
	return ($value ~~ $self->test);
}

sub conduct_dispatch
{
	my ($self, $value, @args) = @_;
	local $_ = $value;
	if (


=item * B<< code derefernce >> C<< &{} >> - C<conduct_dispatch>.

=item * B<< smart match >> C<< ~~ >> - C<value_matches>.

=back

=head1 BUGS

Please report any bugs to
L<http://rt.cpan.org/Dist/Di
Net-DirectConnect ( P/PR/PRO/Net-DirectConnect-0.14.tar.gz, PRO, 2014; MetaCPAN )
Net-DirectConnect/lib/Net/DirectConnect/adc.pm ( view source; MetaCPAN )
 );
      if ( $code ~~ '20' and $_[0] =~ /^Reconnecting too fast, you have to wait (\d+) seconds before reconnecting./ ) {
        $self->work( $1 + 10 );
      } elsif ( $code ~~ '30'
        and $_
Net-DirectConnect ( P/PR/PRO/Net-DirectConnect-0.14.tar.gz, PRO, 2014; MetaCPAN )
Net-DirectConnect/lib/Net/DirectConnect.pm ( view source; MetaCPAN )
h=$self->{'host'}", 'p=', $self->{'protocol'}, 'm=', $self->{'module'} );
    if ( $self->{'host'} ~~ m{^(?:\w+://)?broadcast} or $self->{'host'} =~ /^(?:255\.|\[?ff)/i ) {
      #if (use_try 'Socket:
atabuf'}, POSIX::BUFSIZ, $self->{'recv_flags'} ) )
    or !length( $self->{'databuf'} )) and $recv ~~ 'recv' )
  {
    #TODO not here
    if (
      $self->active()
      and !$self->{'incoming'}
    
Dancer-Plugin-CRUD ( Z/ZU/ZURBORG/Dancer-Plugin-CRUD-1.031.tar.gz, ZURBORG, 2014; MetaCPAN )
Dancer-Plugin-CRUD/lib/Dancer/Plugin/CRUD.pm ( view source; MetaCPAN )
  }

            {
                my @chain = @$chain;

                #unless ($options{action} ~~ [qw[ read update delete patch ]]) {
                #	pop @chain;
                #}
             
CGI-Deurl-XS ( A/AT/ATHOMASON/CGI-Deurl-XS-0.08.tar.gz, ATHOMASON, 2014; MetaCPAN )
CGI-Deurl-XS/XS.pm ( view source; MetaCPAN )
f a
parameter appears more than once, the hash value is an array reference
containing each value given (with value order preserved). Obviously, parameter
order is not preserved in the hash.

HTTP esca
Protocol-CassandraCQL ( P/PE/PEVANS/Protocol-CassandraCQL-0.12.tar.gz, PEVANS, 2014; MetaCPAN )
Protocol-CassandraCQL/lib/Protocol/CassandraCQL/ColumnMeta.pm ( view source; MetaCPAN )
$keyspace, $table, $column ) = $meta->column_name( $idx )

Returns the name of the column at the given (0-based) index; either as three
separate strings, or all joined by ".".

=cut

sub column_name
{
DhMakePerl ( D/DA/DAM/DhMakePerl-0.76.tar.gz, DAM, 2012; MetaCPAN )
DhMakePerl/lib/DhMakePerl/Command/refresh.pm ( view source; MetaCPAN )
detects arch-dep package

    $self->extract_docs     if 'docs'     ~~ $self->cfg->only;
    $self->extract_examples if 'examples' ~~ $self->cfg->only;
    print "Found docs: @{ $self->docs }\n"
     
@{ $self->examples }\n"
        if @{ $self->examples } and $self->cfg->verbose;

    if ( 'rules' ~~ $self->cfg->only ) {
        $self->create_rules;
        if ( !-f $self->debian_file('compat') or
t') );
        }
    }

    if ( 'examples' ~~ $self->cfg->only ) {
        $self->update_file_list( examples => $self->examples );
    }

    if ( 'docs' ~~ $self->cfg->only ) {
        $self->update
Sidekick-Check ( R/RI/RIVOTTI/Sidekick-Check-0.0.1.tar.gz, RIVOTTI, 2014; MetaCPAN )
Sidekick-Check/lib/Sidekick/Check.pm ( view source; MetaCPAN )
sub {
    my $method = shift;
    my $value  = shift;
    my $name   = shift;
    my @args;

    given ( ref $method ) {
        when ( 'ARRAY' ) {
            ($method, @args) = @{ $method };
       
Bit-Vector ( S/ST/STBEY/Bit-Vector-7.4.tar.gz, STBEY, 2014; MetaCPAN )
Bit-Vector/lib/Bit/Vector/String.pod ( view source; MetaCPAN )
ealized in C, internally); these methods will silently
assume a value of 0 bits if "C<undef>" is given (and may warn
about the "Use of uninitialized value" if warnings are enabled).

=item *

C<$strin
ealized in C, internally); these methods will silently
assume a value of 0 bits if "C<undef>" is given (and may warn
about the "Use of uninitialized value" if warnings are enabled).

The necessary num
Tk-Splash ( S/SR/SREZIC/Tk-Splash-0.16.tar.gz, SREZIC, 2014; MetaCPAN )
Tk-Splash/lib/Tk/FastSplash.pm ( view source; MetaCPAN )
lash screen for Perl/Tk programs.
It uses lowlevel Perl/Tk stuff, so upward compatibility is not given
(the module should work at least for Tk800.015, .022, .024, .025 and
Tk804.025, but does not work
Positron ( B/BD/BDEUTSCH/Positron-v0.1.3.tar.gz, BDEUTSCH, 2014; MetaCPAN )
Positron/lib/Positron/Template.pm ( view source; MetaCPAN )
      return $self->_process_loop($node, $environment, $sigil, $quant, $tail);
    } elsif ($sigil ~~ ['?', '!']) {
        return $self->_process_condition($node, $environment, $sigil, $quant, $tail)
l, $quant, $tail);
    } elsif ($sigil ~~ ['.', ',']) {
        return $self->_process_include($node, $environment, $sigil, $quant, $tail);
    } elsif ($sigil ~~ [':', ';']) {
        return $self->_
EntityModel ( T/TE/TEAM/EntityModel-0.102.tar.gz, TEAM, 2013; MetaCPAN )
EntityModel/lib/EntityModel/Definition.pm ( view source; MetaCPAN )
 %args = @_;

	my $src = delete $args{source};
	my ($k, $v);
	if(ref $src ~~ 'HASH') {
		($k, $v) = %$src;
	} elsif(ref $src ~~ 'ARRAY') {
		($k, $v) = @$src;
	} else {
		$k = $src;
	}
	logDebug("Tryi
@_;

	my $target = delete $args{target};
	my ($k, $v);
	if(ref $target ~~ 'HASH') {
		($k, $v) = %$target;
	} elsif(ref $target ~~ 'ARRAY') {
		($k, $v) = @$target;
	} else {
		$k = shift;
	}
	logDebu

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