Group
Extension

Matches 1303

DBD-Pg ( T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz, JBAKER, 2023; MetaCPAN )
DBD-Pg/dbd-pg.pod ( view source; MetaCPAN )
----------------------------
 ~~    Same as SQL "LIKE" operator                'scrappy,marc' ~~ '%scrappy%'
 !~~   Same as SQL "NOT LIKE" operator            'bruce' !~~ '%al%'
 ~     Match (regex), 
Text-CSV ( I/IS/ISHIGAKI/Text-CSV-2.04.tar.gz, HMBRAND, 2023; MetaCPAN )
Text-CSV/Text-CSV-0.007/t/41_null.t ( view source; MetaCPAN )

    "0\n\0",
    "\0\n\0",
    );
my %exp;
for @pat -> $pat {
    my $x = $pat;
    $x ~~ s:g/\0/\\0/;
    $x ~~ s:g/\n/\\n/;
    %exp{$pat} = $x;
    }
my Str @line = ("", Str, "0\n", "", "\0\0\n0")
Text-CSV ( I/IS/ISHIGAKI/Text-CSV-2.04.tar.gz, HMBRAND, 2023; MetaCPAN )
Text-CSV/Text-CSV-0.007/t/30_field.t ( view source; MetaCPAN )
);
my $n = +$f;
ok ($n ~~ Num,                "Undefined in Numeric context type");
is ($n.defined,   False,      "Undefined in Numeric context defined");
my $s = ~$f;
ok ($s ~~ Str,                "U
e ( T/TI/TIMKA/e-1.10.tar.gz, TIMKA, 2024; MetaCPAN )
e/lib/e.pm ( view source; MetaCPAN )
package e;

=head1 LOGO

                  ___====-_  _-====___
            _--~~~#####// '  ` \\#####~~~--_
          -~##########// (    ) \\##########~-_
        -############//  |\^^/|  \\########
::Util::set_subname( "${class}::$_", $patch{$_} );
    }
}

sub import {
    monkey_patch(
        ~~ caller(),

        ######################################
        #          Investigation
       
Sim-OPT ( G/GL/GLBRUNE/Sim-OPT-0.731.tar.gz, GLBRUNE, 2024; MetaCPAN )
Sim-OPT/lib/Sim/OPT/Parcoord3d.pm ( view source; MetaCPAN )
IF ALSO THE THIRD AXIS HAS TO BE CHECKED FOR NON-REPETITIONS, PUT 1 OTHERWISE.
						if (@cutelms ~~ @cutelems)
						{

							$counthit++;
							print "COUNTGROUP: $countgroup, HIT! $counthit\
Travel-Status-DE-VRR ( D/DE/DERF/Travel-Status-DE-VRR-2.02.tar.gz, DERF, 2024; MetaCPAN )
Travel-Status-DE-VRR/lib/Travel/Status/DE/EFA/Result.pm ( view source; MetaCPAN )
 shift(@via_main);

			# FIXME cannot smartmatch $stop since it became an object
			#			if ( $stop ~~ \@via_show or $stop == $last_stop ) {
			#				next;
			#			}
			push( @via_show, $stop );
		}
	}

Sidef ( T/TR/TRIZEN/Sidef-24.05.tar.gz, TRIZEN, 2024; MetaCPAN )
Sidef/lib/Sidef/Deparse/Perl.pm ( view source; MetaCPAN )
                  next;
                    }

                    # !~ and ~~ methods
                    if ($method eq '~~' or $method eq '!~') {
                        $code =
                   
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( && || // ** % ^. ^ &. & |. | * + 
Mail-SpamAssassin ( S/SI/SIDNEY/Mail-SpamAssassin-4.0.1-rc1zj-TRIAL.tar.gz, SIDNEY, 2024; MetaCPAN )
Mail-SpamAssassin/spamd-apache2/bin/Bench-spamd.pl ( view source; MetaCPAN )
empfoo;
my $start = [gettimeofday];

while ($mux->handles < $opt{conc} && new_conn()) {
    ##warn ~~ $mux->handles();
    die if $mux->handles > $opt{conc};
}
$mux->loop;

my $howlong = tv_interval($
Test2-Suite ( E/EX/EXODIST/Test2-Suite-0.000162.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:/
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-1.200.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/Table.pm ( view source; MetaCPAN )
      }
                else
                        {
                        $match = TRUE if $v ~~ $filter;
                        }
                if ($match)
                        {
         
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-1.200.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)
                        {
               
BmltClient-ApiClient ( B/BM/BMLT/BmltClient-ApiClient-0.tar.gz, BMLT, 2022; MetaCPAN )
BmltClient-ApiClient/lib/BmltClient/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-Tagged-Markdown ( P/PE/PEVANS/String-Tagged-Markdown-0.05.tar.gz, PEVANS, 2023; MetaCPAN )
String-Tagged-Markdown/lib/String/Tagged/Markdown.pm ( view source; MetaCPAN )
down_markers
{
   "**" => "bold",
   "*"  => "italic",
   "__" => "bold",
   "_"  => "italic",
   "~~" => "strike",
   "`"  => "fixed",
}

sub __cache_per_class ( $code )
{
   my %cache;
   return sub
d above.

Recognises the following kinds of inline text markers:

   **bold**

   *italic*

   ~~strike~~

   `fixed`

   [link](target)

   backslashes escape any special characters as \*

In additio
Aion ( D/DA/DART/Aion-0.1.tar.gz, DART, 2023; MetaCPAN )
Aion/lib/Aion.pm ( view source; MetaCPAN )
meta = $Aion::META{$pkg};
    my $extends = $meta->{extends} // return "";

    return 1 if $class ~~ $extends;
    for my $extender (@$extends) {
        return 1 if $extender->isa($class);
    }

  
elf;
	my $meta = $Aion::META{$pkg};
	my $does = $meta->{with} // return "";

    return 1 if $role ~~ $does;
    for my $doeser (@$does) {
        return 1 if $doeser->can("does") && $doeser->does($ro
PDL ( E/ET/ETJ/PDL-2.089.tar.gz, ETJ, 2024; MetaCPAN )
PDL/Libtmp/Transform/Cartography/Cartography.pm ( view source; MetaCPAN )
optical system.

In the forward direction, t_perspective generates perspective views of
a sphere given (lon/lat) mapping or vector information.  In the reverse
direction, t_perspective produces (lon/l
PDL ( E/ET/ETJ/PDL-2.089.tar.gz, CHM, 2024; MetaCPAN )
PDL/Lib/Transform/Cartography/Cartography.pm ( view source; MetaCPAN )
optical system.

In the forward direction, t_perspective generates perspective views of
a sphere given (lon/lat) mapping or vector information.  In the reverse
direction, t_perspective produces (lon/l
StreamFinder ( T/TU/TURNERJW/StreamFinder-2.32.tar.gz, TURNERJW, 2024; MetaCPAN )
StreamFinder/lib/StreamFinder/BrandNewTube.pm ( view source; MetaCPAN )
:  Channel-ids are distinguished by the 
"@"-sign.  

NOTE:  For ugetube.com, a full URL must be given (not just an ID), as there's 
no way to distinguish them from brandnewtube.com IDs and we decided
PDL ( E/ET/ETJ/PDL-2.089.tar.gz, ETJ, 2024; MetaCPAN )
PDL/GENERATED/PDL/GSL/LINALG.pm ( view source; MetaCPAN )
L(A)->dims[0], $PDL(A)->dims[1]) : 1)); int [o,phys]signum())

=for ref

LU decomposition of the given (real or complex) matrix.

=for bad

LU_decomp ignores the bad-value flag of the input ndarrays.
PDL ( E/ET/ETJ/PDL-2.089.tar.gz, ETJ, 2024; MetaCPAN )
PDL/PDLdb.pl ( view source; MetaCPAN )
nes to list (a windowful).
        $incr = $window - 1;

        # Set the start to the argument given (if there was one).
        $start = $1 if $1;

        # Back up by the context amount.
        

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