Group
Extension

Matches 1310

List-Gen ( S/SO/SOMMREY/List-Gen-0.976.tar.gz, SOMMREY, 2024; MetaCPAN )
List-Gen/lib/List/Gen/Lazy.pm ( view source; MetaCPAN )
 > will force
the values in C< LIST > to evaluate, and will return the new list.

    now(...)  ~~  grep {!$_ or 1} ...

=item methods of C< fn {...} > functions

return values of C< fn {...} >
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
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
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
Apache2-API ( J/JD/JDEGUEST/Apache2-API-v0.3.1.tar.gz, JDEGUEST, 2024; MetaCPAN )
Apache2-API/lib/Apache2/API/Query.pm ( view source; MetaCPAN )
he current parameter
set.

=item strip_like($regex)

Remove all parameters whose names match the given (qr-quoted) regex e.g.

    $qq->strip_like(qr/^utm/)

Does NOT match against parameter values.

Net-API-REST ( J/JD/JDEGUEST/Net-API-REST-v1.2.3.tar.gz, JDEGUEST, 2024; MetaCPAN )
Net-API-REST/lib/Net/API/REST/Query.pm ( view source; MetaCPAN )
he current parameter
set.

=item strip_like($regex)

Remove all parameters whose names match the given (qr-quoted) regex e.g.

    $qq->strip_like(qr/^utm/)

Does NOT match against parameter values.

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
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)
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)
                        {
               
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/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
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
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
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
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
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')         
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:/
autodie ( T/TO/TODDR/autodie-2.37.tar.gz, TODDR, 2023; MetaCPAN )
autodie/lib/Fatal.pm ( view source; MetaCPAN )
ned, @results ];
        }
        elsif ( SMARTMATCH_ALLOWED ) {
            $match = q[ @results ~~ $hints->{list} ];
            warnings::warnif('deprecated', sprintf(WARNING_SMARTMATCH_DEPRECATED
!defined $retval ];
        }
        elsif (SMARTMATCH_ALLOWED) {
            $match = q[ $retval ~~ $hints->{scalar} ];
            warnings::warnif('deprecated', sprintf(WARNING_SMARTMATCH_DEPRECAT

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