Group
Extension

Matches 1364

Regexp-Common ( A/AR/ARFREITAS/Regexp-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regexp-Common/lib/Regexp/Common/URI/pop.pm ( view source; MetaCPAN )
m $2

The I<scheme>.

=item $3

The I<user>, if given.

=item $4

The I<authentication type>, if given (could be a I<*>).

=item $5

The I<host>.

=item $6

The I<port>, if given.

=back

=head1 REFER
Regex-Common ( A/AR/ARFREITAS/Regex-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regex-Common/lib/Regex/Common/net.pm ( view source; MetaCPAN )
 the first part of
a domain does not look like an IP address. If the C<< {-rfc1101} >> option
is given (as in C<< $RE {net} {domain} {-rfc1101} >>), we will match using
the relaxed rules.

=head1 REFE
Regex-Common ( A/AR/ARFREITAS/Regex-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regex-Common/lib/Regex/Common/URI/pop.pm ( view source; MetaCPAN )
m $2

The I<scheme>.

=item $3

The I<user>, if given.

=item $4

The I<authentication type>, if given (could be a I<*>).

=item $5

The I<host>.

=item $6

The I<port>, if given.

=back

=head1 REFER
Text-Treesitter ( P/PE/PEVANS/Text-Treesitter-0.13.tar.gz, PEVANS, 2024; MetaCPAN )
Text-Treesitter/lib/Text/Treesitter/QueryCursor.pm ( view source; MetaCPAN )
 );

Performs the query pattern-matching operation by attempting to match node
subtrees from the given (root) node, against patterns defined by the query.

This method does not return a result; instea
Regexp-Common ( A/AR/ARFREITAS/Regexp-Common-v1.0.0.tar.gz, ARFREITAS, 2024; MetaCPAN )
Regexp-Common/lib/Regexp/Common/net.pm ( view source; MetaCPAN )
 the first part of
a domain does not look like an IP address. If the C<< {-rfc1101} >> option
is given (as in C<< $RE {net} {domain} {-rfc1101} >>), we will match using
the relaxed rules.

=head1 REFE
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/Table.pm ( view source; MetaCPAN )
     }
                else
                        {
                        #$match = TRUE if $v ~~ $filter;
                        $match = TRUE if fake_smartmatch($v, $filter);
                  
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/Element.pm ( view source; MetaCPAN )
        'text:name' : 'text:id';
        my %opt = (attribute => $attr, value => $name);
        given ($role)
                {
                when (undef)
                        {
                
{
        my $self        = shift;
        my $type        = shift;

        my $filter;
        given ($type)
                {
                when (undef)
                        {
                

        my $self        = shift;
        my $value       = $self->get_attribute(shift);
        given ($value)
                {
                when (undef)
                        {
               
podlators ( R/RR/RRA/podlators-v6.0.2.tar.gz, RRA, 2024; MetaCPAN )
podlators/lib/Pod/Text.pm ( view source; MetaCPAN )
as set to an unknown value.

=item Invalid quote specification "%s"

(F) The quote specification given (the C<quotes> option to the
constructor) was invalid.  A quote specification must be either one
DBIx-Class-DeploymentHandler ( W/WE/WESM/DBIx-Class-DeploymentHandler-0.002234.tar.gz, WESM, 2024; MetaCPAN )
DBIx-Class-DeploymentHandler/lib/DBIx/Class/DeploymentHandler/Manual/CatalystIntro.pod ( view source; MetaCPAN )
 say <<'OUT';
 usage:
   install
   upgrade
   current-version
 OUT
 }

 help unless $ARGV[0];

 given ( $ARGV[0] ) {
     when ('install')         { install()         }
     when ('upgrade')         
podlators ( R/RR/RRA/podlators-v6.0.2.tar.gz, RRA, 2024; MetaCPAN )
podlators/lib/Pod/Man.pm ( view source; MetaCPAN )
 accents for nroff and troff
.if n \{\
.    ds ' \&
.    ds ` \&
.    ds ^ \&
.    ds , \&
.    ds ~ ~
.    ds /
.\}
.if t \{\
.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h'|\\n:u'
.    ds ` \\k:\h'-(\\
as set to an unknown value.

=item Invalid quote specification "%s"

(F) The quote specification given (the C<quotes> option to the
constructor) was invalid.  A quote specification must be either one
String-Util-Match ( P/PE/PERLANCAR/String-Util-Match-0.005.tar.gz, PERLANCAR, 2024; MetaCPAN )
String-Util-Match/lib/String/Util/Match.pm ( view source; MetaCPAN )
match (`~~`) operator can already match against a list of strings
or regexes, this function is currently basically equivalent to:

    if (ref($haystack) eq 'ARRAY') {
        return $needle ~~ @$hays
rtmatch (C<~~>) operator can already match against a list of strings
or regexes, this function is currently basically equivalent to:

 if (ref($haystack) eq 'ARRAY') {
     return $needle ~~ @$haystac
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/TextElement.pod ( view source; MetaCPAN )
essed as a
regular expression. The second instruction sets a bookmark in the same
paragraph at a given (zero-based), so before the 5th character.

In order to put a bookmark according to a regexp that
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/TextElement.pod ( view source; MetaCPAN )
essed as a
regular expression. The second instruction sets a bookmark in the same
paragraph at a given (zero-based), so before the 5th character.

In order to put a bookmark according to a regexp that
Test2-Suite ( E/EX/EXODIST/Test2-Suite-0.000163.tar.gz, EXODIST, 2024; MetaCPAN )
Test2-Suite/lib/Test2/Tools/ClassicCompare.pm ( view source; MetaCPAN )
c',
    'and' => 'logic',
    '//'  => 'logic',

    '&' => 'bitwise',
    '|' => 'bitwise',

    '~~' => 'match',
);
sub cmp_ok($$$;$@) {
    my ($got, $op, $exp, $name, @diag) = @_;

    my $ctx = c
m =~  (str)

=item &&

=item ||

=item xor

=item or

=item and

=item //

=item &

=item |

=item ~~

=back

=back

=head1 SOURCE

The source code repository for Test2-Suite can be found at
F<https:/
urpmi ( T/TV/TVIGNAUD/urpmi-v8.133.2.tgz, TVIGNAUD, 2024; MetaCPAN )
urpmi/pod/8/urpmq.pod ( view source; MetaCPAN )
ven.

=item B<--whatrequires-recursive>

Reverse search to what requires recursively the package given
(looking through virtual packages).

=back

=head2 Output Options

=over


=item B<-i>

Prints us
Metabolomics-Fragment-Annotation ( G/GI/GIACOMONI/Metabolomics-Fragment-Annotation-0.6.9.tar.gz, GIACOMONI, 2023; MetaCPAN )
Metabolomics-Fragment-Annotation/lib/PeakForest/REST_Client/Role/AutoDoc.pm ( view source; MetaCPAN )
                               ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                 $role_reqs
.

    format INHERIT_POD =
=head1 NAME

@*
$myclass

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                                               $handles
.

    format ATTR_NARROW 
         $handles
             ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
             $handles

.
    format ATTRHEAD_POD =
=head1 ATTRIBUTES

.
    format ATTR_POD =

=he
Test2-Tools-HTTP ( P/PL/PLICEASE/Test2-Tools-HTTP-0.12.tar.gz, PLICEASE, 2024; MetaCPAN )
Test2-Tools-HTTP/lib/Test2/Tools/HTTP.pm ( view source; MetaCPAN )
gent>.

=head2 psgi_app_del [app_del]

 psgi_app_del;
 psgi_app_del $url;

Remove the app at the given (or default) URL.

=head2 psgi_app_guard [app_guard]

 my $guard = psgi_app_guard $app;
 my $guar
Affix ( S/SA/SANKO/Affix-0.11.tar.gz, SANKO, 2023; MetaCPAN )
Affix/lib/Affix.pm ( view source; MetaCPAN )
must be provided with more context data.

=head2 C<Pointer[ ... ]>

    Pointer[Int]  ~~ int *
    Pointer[Void] ~~ void *

Create pointers to (almost) all other defined types including C<Struct> and
            struct {
            year  => Int,               int year;
            month => Int,   ~~          int month;
            day   => Int                int day;
        ],                   
ned.

The argument list and return value must be defined. For example,
C<CodeRef[[Int, Int]=>Int]> ~~ C<typedef int (*fuc)(int a, int b);>; that is to
say our function accepts two integers and returns
Perl-Tokenizer ( T/TR/TRIZEN/Perl-Tokenizer-0.11.tar.gz, TRIZEN, 2024; MetaCPAN )
Perl-Tokenizer/lib/Perl/Tokenizer.pm ( view source; MetaCPAN )
y @postfix_operators    = qw( ++ -- );
my @prec_operators       = qw ( ... .. -> ++ -- =~ <=> \\ ? ~~ ~. ~ : >> >= > << <= < == != ! );
my @assignment_operators = qw( && || // ** % ^. ^ &. & |. | * + 
MIME-tools ( D/DS/DSKOLL/MIME-tools-5.515.tar.gz, DSKOLL, 2024; MetaCPAN )
MIME-tools/lib/MIME/Head.pm ( view source; MetaCPAN )
 MIME entities to scalars.

Also, it defaults to the I<currently-selected> filehandle if none is given
(not STDOUT!), so I<please> supply a filehandle to prevent confusion.

=cut

sub print {
    my (

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