Group
Extension

Matches 1364

ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/Tutorial.pod ( view source; MetaCPAN )
{
                    my $cell = $table->get_cell($i, $j);
                    if ($cell->get_type ~~ $filter) {
                        $count++;
                        $amount += $cell->get_value;
               my $cell = $row->get_cell($j) or last CELL;
                    if ($cell->get_type ~~ $filter) {
                        $count++;
                        $amount += $cell->get_value;
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/Style.pm ( view source; MetaCPAN )
                        {
                                my $v;
                                given ($opt{$k})
                                        {
                                        when
ype} || 'number';
        $e = ODF::lpOD::ListLevelStyle->create($type) or return FALSE;
        given ($type)
                {
                when (['number', 'outline'])
                        {
    {
        my $caller      = shift;
        my $type        = shift;
        my $tag;
        given ($type)
                {
                when (undef)
                        {
                
mb ( I/IN/INA/mb/mb-0.58.tar.gz, INA, 2024; MetaCPAN )
mb/lib/mb.pm ( view source; MetaCPAN )
   \|\|= | \|\|  | \|\.= | \|\.  | \|=   | \|    | # "\x7C" [|] VERTICAL LINE     (U+007C)
        ~~    | ~\.   | ~=    | ~                       # "\x7E" [~] TILDE             (U+007E)

    ) /xmsgc
      (expr)
    # unless      (expr)
    # while       (expr)
    # until       (expr)
    # given       (expr)
    # when        (expr)
    # CORE::catch (expr)
    # catch       (expr)
    elsif (/
SQL-Translator ( V/VE/VEESH/SQL-Translator-1.66.tar.gz, VEESH, 2024; MetaCPAN )
SQL-Translator/lib/SQL/Translator.pm ( view source; MetaCPAN )

}

# ----------------------------------------------------------------------
# Load the sub name given (including package), optionally using a base package
# path. Returns code ref and name of sub loa
DBIx-HoldMyPlace ( L/LA/LANX/DBIx-HoldMyPlace-0.04.01-TRIAL.tar.gz, LANX, 2024; MetaCPAN )
DBIx-HoldMyPlace/My/exp/t_Data_DPath.pl ( view source; MetaCPAN )
tlist = dpath($path)->match($data); 

# Perl 5.10 style using overloaded smartmatch operator
#my $resultlist = $data ~~ dpath '/AAA/*/CCC';        # [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ]
Astro-Coords ( G/GS/GSB/Astro-Coords-0.22.tar.gz, GSB, 2024; MetaCPAN )
Astro-Coords/lib/Astro/Coords/Equatorial.pm ( view source; MetaCPAN )
tro::PAL::palPreces( 'FK5', $equinox, '2000.0', $ra, $dec );
    }

# Get the epoch. If it's not given (in $args{epoch}) then it's
# the same as the equinox.
    my $epoch = ( ( exists( $args{epoch} )
};

# The equinox is everything after the B.
    my $equinox = $1;

# Get the epoch. If it's not given (in $args{epoch}) then it's
# the same as the equinox. Assume supplied epoch is Besselian
    my 
App-SourcePlot ( G/GS/GSB/App-SourcePlot-1.32.tar.gz, GSB, 2024; MetaCPAN )
App-SourcePlot/lib/App/SourcePlot/Plotter/Tk.pm ( view source; MetaCPAN )
  $self->getCanvas()->lower($tag, $tag2);
}

=item drawTextVert

Draws text on the canvas in the given (x, y) coordinates using
the current font, font size, and font Color. Returns the text item
numbe
g($tag, 'withtag', $t);
    }
    return $t;
}


=item drawText

Draws text on the canvas in the given (x, y) coordinates using
the current font, font size, and font Color. Returns the text item
numbe
 'withtag', $t);
    }
    return $t;
}

=item drawTextFromLeft

Draws text on the canvas in the given (x, y) coordinates using
the current font, font size, and font Color. Returns the text item
numbe
Mail-SPF-Iterator ( S/SU/SULLR/Mail-SPF-Iterator-1.121.tar.gz, SULLR, 2024; MetaCPAN )
Mail-SPF-Iterator/lib/Mail/SPF/Iterator.pm ( view source; MetaCPAN )
ain part from the MAIL FROM handshake, e.g. '<','>'
and any parameters removed. If only '<>' was given (like in bounces) the
value is empty.

HELO is the string send within the HELO|EHLO dialog which 
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/bin/gen_statements.pl ( view source; MetaCPAN )
xt = "$statement";
        for my $bug (@PPI_BUGS) {
            next STATEMENT if $statement_text ~~ $bug;
        }

        next STATEMENT
            if $statement =~ m{ \A \s* print \s+ form [^\n
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/lib/PPR.pm ( view source; MetaCPAN )
      |    [<>*&|/]{1,2}+  (?! [=]  )
            |    \^              (?! [=]  )
            |    ~~
            |    isa
            )
        ) # End of rule (?<PerlInfixBinaryOperator>)

        (
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/lib/PPR/X.pm ( view source; MetaCPAN )
      |    [<>*&|/]{1,2}+  (?! [=]  )
            |    \^              (?! [=]  )
            |    ~~
            |    isa
            )
    )) # End of rule

        (?<PerlAssignmentOperator>   (?<P
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/bin/gen_blocks.pl ( view source; MetaCPAN )
#### $filelist[$n]";

    for my $block (@blocks) {
        no warnings;

        next if "$block" ~~ @PPI_BUGS;

        next if $block =~ m{ \A \s* \{ \s* form }xms;

        say {$testfile} $block;
Rinci ( P/PE/PERLANCAR/Rinci-1.1.104.tar.gz, PERLANCAR, 2024; MetaCPAN )
Rinci/lib/Rinci/function.pod ( view source; MetaCPAN )
eginning with $word
                 local $CWD = "/home";
                 return [grep {-d && $_ ~~ /^\Q$word/} <*>];
             },
         },
         force => {schema=>[bool => {default=>0}]},
grep {-d && $_ ~~ /^\Q$word/} <*>];

                 # exclude users already mentioned by user
                 my $ary = $args{args}{usernames};
                 $res = [grep {!($_ ~~ @$ary)}] @$res
Bio-EnsEMBL ( A/AB/ABECKER/Bio-EnsEMBL-113.0.0.tar.gz, ABECKER, 2024; MetaCPAN )
Bio-EnsEMBL/lib/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm ( view source; MetaCPAN )
=head2 can_access_Slice

  Description : Checks the lookup to see if we have access to the Slice given (using 
                seq region name as the ID). We reject any Circular Slice

=cut

sub can_a
Bio-EnsEMBL ( A/AB/ABECKER/Bio-EnsEMBL-113.0.0.tar.gz, ABECKER, 2024; MetaCPAN )
Bio-EnsEMBL/lib/Bio/EnsEMBL/Translation.pm ( view source; MetaCPAN )
               the correct transcript.
    Return type : Integer
    Exceptions  : Throws if the given (optional) argument is not a
                  transcript.
    Caller      : General
    Status  
               the correct transcript.
    Return type : Integer
    Exceptions  : Throws if the given (optional) argument is not a
                  transcript.
    Caller      : General
    Status  
Lingua-EN-Inflexion ( D/DC/DCONWAY/Lingua-EN-Inflexion-0.002009.tar.gz, DCONWAY, 2024; MetaCPAN )
Lingua-EN-Inflexion/lib/Lingua/EN/Inflexion/Term.pm ( view source; MetaCPAN )
ref(shift), ' object to typeglob reference'; },

    q[~~] => sub {
                my ($term, $other_arg) = @_;

                # Handle TERM ~~ TERM...
                if (blessed($other_arg) && $o
Tk-Getopt ( S/SR/SREZIC/Tk-Getopt-0.52.tar.gz, SREZIC, 2024; MetaCPAN )
Tk-Getopt/Getopt.pm ( view source; MetaCPAN )
nterface. The options are
stored in variables named I<$opt_XXX> or in a hash when B<-options> is
given (see below). B<-opttable> should be a reference to an array
containing all options. Elements of t
Net-SSH2 ( R/RK/RKITOVER/Net-SSH2-0.74.tar.gz, RKITOVER, 2024; MetaCPAN )
Net-SSH2/lib/Net/SSH2.pm ( view source; MetaCPAN )
 croak("hostname unknown: in order to use check_hostkey the peer host name ".
          "must be given (or discoverable) at connect time")
        unless defined $hostname;

    unless (defined $path)
marc-moose ( F/FR/FREDERICD/marc-moose-1.0.49.tar.gz, FREDERICD, 2024; MetaCPAN )
marc-moose/lib/MARC/Moose.pm ( view source; MetaCPAN )
p { not $_->tag ~~ [qw(001 009 039 917 930 955)] } @{$record->fields}
     ]);
     # Clean some subfields
     for my $field ( @{$record->fields} ) {
        next unless $field->tag ~~ [qw(410 461 60
Archive-Tar-Wrapper ( H/HA/HAARG/Archive-Tar-Wrapper-0.42.tar.gz, HAARG, 2024; MetaCPAN )
Archive-Tar-Wrapper/lib/Archive/Tar/Wrapper.pm ( view source; MetaCPAN )
) and upon extraction, it'll adjust the
permissions of newly generated files if the -p option is given (default for
superuser).

=back

=head1 BUGS

B<Archive::Tar::Wrapper> doesn't currently handle f

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