Group
Extension

Matches 1310

Test-Inter ( S/SB/SBECK/Test-Inter-1.12.tar.gz, SBECK, 2024; MetaCPAN )
Test-Inter/lib/Test/Inter.pod ( view source; MetaCPAN )
 actually a short description of the
test). Whenever a test result is reported, the name will be given (if
one was specified).

The name may not have a '#' in it.

The name is completely optional, but
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' ] ]
Tapper-Reports-Web ( T/TA/TAPPER/Tapper-Reports-Web-5.0.17.tar.gz, TAPPER, 2024; MetaCPAN )
Tapper-Reports-Web/lib/Tapper/Reports/Web/Controller/Tapper/Testruns.pm ( view source; MetaCPAN )
cility.

=head2 get_test_list_from_precondition

Utility function to extract testprograms from a given (sub-) precondition.

=head2 get_testrun_overview

This function reads and parses all preconditio
PDL-Graphics-Gnuplot ( E/ET/ETJ/PDL-Graphics-Gnuplot-2.032.tar.gz, ETJ, 2024; MetaCPAN )
PDL-Graphics-Gnuplot/lib/PDL/Graphics/Gnuplot.pm ( view source; MetaCPAN )
e what commands
would be sent to gnuplot. This is a dry run. Note that if the 'binary' option is
given (see below), then this dump will contain binary data. If this binary data
should be suppressed fr
 gnuplot I<and> to the log. Useful for debugging I/O issues. Note that
if the 'binary' option is given (see below), then this log will contain binary
data. If this binary data should be suppressed fro
PDL-Graphics-Gnuplot ( E/ET/ETJ/PDL-Graphics-Gnuplot-2.032.tar.gz, ETJ, 2024; MetaCPAN )
PDL-Graphics-Gnuplot/README.pod ( view source; MetaCPAN )
e what commands
would be sent to gnuplot. This is a dry run. Note that if the 'binary' option is
given (see below), then this dump will contain binary data. If this binary data
should be suppressed fr
 gnuplot I<and> to the log. Useful for debugging I/O issues. Note that
if the 'binary' option is given (see below), then this log will contain binary
data. If this binary data should be suppressed fro
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
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/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;
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
Padre ( S/SZ/SZABGAB/Padre-1.02.tar.gz, SZABGAB, 2023; MetaCPAN )
Padre/share/doc/perlopquick/perlopquick.pod ( view source; MetaCPAN )
st operators
    nonassoc          < > <= >= lt gt le ge
    nonassoc          == != <=> eq ne cmp ~~
    left              &
    left              | ^
    left              &&
    left              |
now 0
    my $z = "c" cmp "b"; #$x is now positive

=head3 See also

L</X E<lt>=E<gt> Y>

=head2 X ~~ Y

=head3 Class

This belongs to L<perlop/Equality Operators>.

=head3 Description

This is the sm
ead.

=head3 Example

See L<perlsyn/"Smart matching in detail"> for examples.

=head3 See also

L</~~X>, L<perlsyn/"Smart matching in detail">, and L<perlfunc/scalar>

=head2 X & Y

=head3 Class

This
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 
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
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
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
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  
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
Markdown-Parser ( J/JD/JDEGUEST/Markdown-Parser-v0.4.1.tar.gz, JDEGUEST, 2024; MetaCPAN )
Markdown-Parser/lib/Markdown/Parser/Insertion.pm ( view source; MetaCPAN )
er> and inherits from L<Markdown::Parser::Element>

For example:

    Tickets for the event are ~~€5~~ ++€10++

Which would become:

    Tickets for the event are <del>€5</del> <ins>€10</ins>
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

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