Group
Extension

Matches 1309

Params-Attr ( F/FL/FLUFFY/Params-Attr-1.00.tar.gz, FLUFFY, 2010; MetaCPAN )
Params-Attr/lib/Params/Attr.pm ( view source; MetaCPAN )
n",
                          $keys, $_, $caller, $filename, $linenum
                unless $keys ~~ $keycheck;
            } else {
              die sprintf "key list not supported with type %s at 
 } elsif ( ! defined $value ) {
            return $type & UNDEF;
          } else {
            given ( ref $value ) {
              when ( '' )       { return $type & SCALAR };
              default
 die sprintf "value '%s' is not a legal value for $name\n", $value // '*undef*'
    unless grep $_ ~~ $value, @$legit;
}

# ----------------------------------------------------------------------------
OWL2Perl ( E/EK/EKAWAS/OWL2Perl-1.00.tar.gz, EKAWAS, 2011; MetaCPAN )
OWL2Perl/lib/OWL/Data/Object.pm ( view source; MetaCPAN )
');
    $self->namespace ('');
    $self->primitive ('no');
}


# return the same value as given (but others may override it - eg,
# Boolean changes here 1 to 'true'

sub _express_value {
  
SADI ( E/EK/EKAWAS/SADI-1.10.tar.gz, EKAWAS, 2011; MetaCPAN )
SADI/lib/SADI/Data/Object.pm ( view source; MetaCPAN )
');
    $self->namespace ('');
    $self->primitive ('no');
}


# return the same value as given (but others may override it - eg,
# Boolean changes here 1 to 'true'

sub _express_value {
  
Tree-Family ( B/BD/BDUGGAN/Tree-Family-0.02.tar.gz, BDUGGAN, 2011; MetaCPAN )
Tree-Family/lib/Tree/Family.pm ( view source; MetaCPAN )
 a decent order, to minimize the
#              distance between elements of the pairs.
#
# e.g. given ( [d,c], [a,b], [b,c] )
# the best ordering would be one of
#            ( [a,b], [b,c], [c,d] )
Template-JavaScript ( A/AV/AVAR/Template-JavaScript-0.01.tar.gz, AVAR, 2011; MetaCPAN )
Template-JavaScript/lib/Template/JavaScript.pm ( view source; MetaCPAN )
<undef>';
        $@ //= '<unknown error>';
        die "retval:[$retval] \$\@:[$@]";
    }

    given ( ref $self->{output} ) {
        when ( 'SCALAR' ){
            ${ $self->{output} } = $self->{_
Collision-2D ( Z/ZP/ZPMORGAN/Collision-2D-0.07.tar.gz, ZPMORGAN, 2011; MetaCPAN )
Collision-2D/lib/Collision/2D.pm ( view source; MetaCPAN )
al => 4);
 #$collision->time == 1. More on that in L<Collision::2D::Collision>.
 #$collision->axis ~~ [0,1] or [0,-1]. More on that in L<Collision::2D::Collision>.

=item intersection

 print 'whoops'
JavaScript-Prepare ( M/MN/MNF/JavaScript-Prepare-v0.1.tar.gz, MNF, 2011; MetaCPAN )
JavaScript-Prepare/lib/JavaScript/Prepare.pm ( view source; MetaCPAN )
 = shift;
    my @args = @_;
    
    my $minified = '';
    foreach my $arg ( @args ) {
        given ( $arg ) {
            when ( -f $arg ) {
                $minified .= $self->process_file( $arg 
XUL-Gui ( A/AS/ASG/XUL-Gui-0.63.tar.gz, ASG, 2010; MetaCPAN )
XUL-Gui/lib/XUL/Gui.pm ( view source; MetaCPAN )
r for the widget variables:

    $_->has('label')        ~~ exists $_{A}{label} ? (label=>$_{A}{label}) : ()
    $_->has('label->value') ~~ exists $_{A}{label} ? (value=>$_{A}{label}) : ()

    $
DBD-ADO ( S/SG/SGOELDNER/DBD-ADO-2.99.tar.gz, SGOELDNER, 2011; MetaCPAN )
DBD-ADO/lib/DBD/ADO.pm ( view source; MetaCPAN )
ic type, e.g.:

  $sth->bind_param( 1, $value, { ado_type => 6 } );  # adCurrency

If no type is given (neither by the provider nor by you), the datatype
defaults to SQL_VARCHAR (adVarChar).


=head2 
Exception-Resumable ( S/SE/SEANO/Exception-Resumable-0.91.tar.gz, SEANO, 2011; MetaCPAN )
Exception-Resumable/Resumable.pm ( view source; MetaCPAN )
eq 'HASH')
            ? exists $k->{$err}
            : $k eq $err
EOS
} else {
    $test = '$err ~~ $k';
}
eval q#
sub raise(*@)
{
    my $err = shift;
    my @c = @CATCH;
    local @CATCH = @LAST_C
CLI-Framework ( K/KE/KERISMAN/CLI-Framework-0.05.tar.gz, KERISMAN, 2011; MetaCPAN )
CLI-Framework/lib/CLI/Framework/Application.pm ( view source; MetaCPAN )
ould only be
    # done once for the application, not every time a command is run.

    #~~~~~~~~~~~~~~~~~~~~~~~
    # ARGV_Format
    #
    # non-interactive case:     @ARGV:      [app-opts]  <cmd> [
;

Returns a usage message for the application or a specific (sub)command.

If a command name is given (optionally with subcommands), returns a usage
message string for that (sub)command.  If no comma
Statistics-embedR ( Q/QI/QIUHW/Statistics-embedR-v0.10.1.tar.gz, QIUHW, 2011; MetaCPAN )
Statistics-embedR/lib/Statistics/embedR.pm ( view source; MetaCPAN )
my @keys = keys %$result;
    return $result unless @keys == 1;
    return $result unless $keys[0] ~~ ['int', 'str', 'real'];

    my $values = $result->{$keys[0]};
    return @$values == 1 ? $values-
AnyEvent-Feed ( E/EL/ELMEX/AnyEvent-Feed-0.3.tar.gz, ELMEX, 2011; MetaCPAN )
AnyEvent-Feed/lib/AnyEvent/Feed.pm ( view source; MetaCPAN )
eader, $new_entries, $feed_obj, $error)

This callback is called if the C<interval> parameter is given (see above)
with the same arguments as the callback given to the C<fetch> method (see below).

=i
Memcached-Client ( M/MD/MDORMAN/Memcached-Client-2.01.tar.gz, MDORMAN, 2011; MetaCPAN )
Memcached-Client/lib/Memcached/Client/Serializer.pm ( view source; MetaCPAN )
e
data that has been returned.

=head2 serialize()

C<serialize()> will serialize the data it is given (if it's a
reference), and if the data is large enough and the savings
significant enough (and th
App-Nag ( D/DF/DFH/App-Nag-0.002.tar.gz, DFH, 2011; MetaCPAN )
App-Nag/lib/App/Nag.pm ( view source; MetaCPAN )
p', "print usage message and exit" ],
    );

    print( $usage->text ), exit if $opt->help;
    given ( scalar @ARGV ) {
        when (0) {
            $usage->die(
                {
                

    my $then = $now->clone;

    if ( $props{unit} ) {
        my $unit = $props{unit};
        given ($unit) {
            when ('h') { $unit = 'hours' }
            when ('m') { $unit = 'minutes' }
       if ( $hour < 13 ) {
            $then->add( hours => 12 ) while $then < $now;
            given ($suffix) {
                when ('a') { $then->add( hours => 12 ) if $then->hour >= 12 }
       
App-Twitch ( G/GE/GETTY/App-Twitch-0.904.tar.gz, GETTY, 2011; MetaCPAN )
App-Twitch/lib/App/Twitch.pm ( view source; MetaCPAN )
fault => sub { getcwd },
	documentation => 'Directory for the keyword files and the feed file if given (default: current directory)',
);

has log_dispatch_conf => (
	is => 'ro',
	isa => 'HashRef',
	la
Padre-Plugin-Perl6 ( A/AZ/AZAWAWI/Padre-Plugin-Perl6-0.71.tar.gz, AZAWAWI, 2010; MetaCPAN )
Padre-Plugin-Perl6/share/templates/p6_grammar.p6 ( view source; MetaCPAN )
		(\w+)
	}
	rule value { 
		(\w+)
	}
	rule entry {
		<key> '=' <value> (';')?
	}
}

my $text = "foo=bar;me=self;";
if $text ~~ /^<Properties::entry>+$/ {
	"Matched".say;
} else {
	"Not Matched".say;
}
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/Apocalypse/A04.pod ( view source; MetaCPAN )
EXPR1)) {
        if ($_ =~ (EXPR2)) { ... }
    }

[Update: the C<=~> operator has been renamed C<~~>.]

=head3 Table 1: Matching a switch value against a case value

    $a      $b        Type of Ma
an operator on every case, simply provide an empty given,
to be read as "given nothing...":

    given () {
        when $a.isa(Ant) { ... }
        when $b.isa(Bat) { ... }
        when $c.isa(Cat) {
      }
    }

This works because =~ is considered a boolean operator.

[Update: The operator is C<~~> now.]

RFC:

    catch not &TooSevere => { ... }

Now:

    when not &TooSevere { ... }

The unar
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/Synopsis/S26-documentation.pod ( view source; MetaCPAN )

    DOC use Pod6::Markovian;

or:

    DOC BEGIN {
        use Pod6::Literate;

        if ($?DOC ~~ /short/) {
            literate_sequence(<
                NAME
                AUTHOR
           
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/Synopsis/S32-setting-library/Numeric.pod ( view source; MetaCPAN )
mplex> with
a C<NaN> in real or imaginary part may be considered a C<NaN> itself (and
C<(NaN + 1i) ~~ NaN> is C<True>).

Coercion of a C<Complex> to any C<Real> returns the real part (coerced, if
nece

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