Group
Extension

Matches 1309

match-simple ( T/TO/TOBYINK/match-simple-0.012.tar.gz, TOBYINK, 2023; MetaCPAN )
match-simple/lib/match/simple.pm ( view source; MetaCPAN )
	my @mro = @{ mro::get_linear_isa( ref $obj ) };
	for my $class ( @mro ) {
		my $name = "$class\::(~~";
		my $overload = do {
			no strict 'refs';
			exists( &$name ) ? \&$name : undef;
		};
		return 
ide being passed as an
argument.

=item *

If the right hand side is an object which overloads C<< ~~ >>, then this
will be used.

=item *

If the right hand side is an arrayref, then the operator rec
GFX-Enhancer ( K/KO/KOBOLDWIZ/Perl5/GFX-Enhancer-0.1.22.tar.gz, KOBOLDWIZ, 2021; MetaCPAN )
GFX-Enhancer/lib/GFX/Enhancer/SingleLineAntialias.pm ( view source; MetaCPAN )
rom resulting list
	for (my $i = 0; $i < length(@rgba_points); $i++) {
		if (not (@rgba_points[$i] ~~ @non_rgba_rgba_points)) {
			push (@return_rgba_points, @rgba_points[$i]);
		}
	}
	
	return (@retu
}->{width}}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i]->{index} - $self->{imgrepr}->{width} - 1}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i
]->{index} - $self->{imgrepr}->{width} + 1}) % $self->{imgrepr}->{width} ~~ @indexl) {
		push (@grepped_points, @rgbasl[$i]);
		}
	}
	return (@grepped_points);	
}

1;
Scope-Upper ( V/VP/VPIT/Scope-Upper-0.34.tar.gz, VPIT, 2023; MetaCPAN )
Scope-Upper/Upper.xs ( view source; MetaCPAN )
al.retop)
# define SU_RETOP_LOOP(C)  ((C)->blk_loop.my_op->op_lastop->op_next)
# define SU_RETOP_GIVEN(C) ((C)->blk_givwhen.leave_op->op_next)
#else
# define SU_RETOP_SUB(C)  ((C)->blk_oldretsp > 0 ? 
 XSH_HAS_PERL(5, 10, 0)
  case CXt_GIVEN:
cxt_given:
   type = OP_LEAVEGIVEN;
   next = SU_RETOP_GIVEN(cx);
   break;
  case CXt_WHEN:
cxt_when:
#if XSH_HAS_PERL(5, 15, 1)
   type   = OP_LEAVEWHEN;
#e
PRANG ( E/EG/EGILES/PRANG-0.21.tar.gz, EGILES, 2023; MetaCPAN )
PRANG/lib/PRANG/XMLSchema/Guide.pod ( view source; MetaCPAN )
est);
 subtype "XML::EPP::transferOpType"
     => as "PRANG::XMLSchema::token",
     => where { $_ ~~ @tot };

=head2 CONVERT C<complexType> TO CLASSES

This really belongs earlier in this document, i
XAO-FS ( A/AM/AMALTSEV/XAO-FS-1.26.tar.gz, AMALTSEV, 2023; MetaCPAN )
XAO-FS/lib/XAO/DO/FS/Glue/Base_MySQL.pm ( view source; MetaCPAN )
                              1);
    }
    else {
        throw $self "store_row - no key_value given (old usage??)";
    }

    # Trapping for errors.
    #
    # This seems to be only needed for My
Crypt-LE ( L/LE/LEADER/Crypt-LE-0.39.tar.gz, LEADER, 2023; MetaCPAN )
Crypt-LE/lib/Crypt/LE.pm ( view source; MetaCPAN )
rop the protocol if given (defaults to https later). If that leaves nothing, the check below
        # will set the servers to LE standard ones.
        $self->{server}=~s~^\w+://~~;
    } elsif ($sel
MRO-Magic ( R/RJ/RJBS/MRO-Magic-0.100002.tar.gz, RJBS, 2023; MetaCPAN )
MRO-Magic/lib/MRO/Magic.pm ( view source; MetaCPAN )
hod};
  my $passthru   = $arg->{passthru};

  use Data::Dumper;
  return sub {
    return if $_[2] ~~ $passthru;

    return if substr($_[2], 0, 1) eq '(';

    ${ $_[1] } = $_[2];
    $_[2] = $metame
File-AptFetch ( W/WH/WHYNOT/File-AptFetch-v0.1.15.tar.gz, WHYNOT, 2023; MetaCPAN )
File-AptFetch/lib/AptFetch.pm ( view source; MetaCPAN )
with I<$!>.

=item ($method): (apt-config): timeouted

While processing a fair 120sec timeout is given
(it's reset after each I<$line>).
I<@$config_source> hanged for that time.

=item ($method): (apt
Email-MIME-Kit-Assembler-Markdown ( R/RJ/RJBS/Email-MIME-Kit-Assembler-Markdown-0.100009.tar.gz, RJBS, 2023; MetaCPAN )
Email-MIME-Kit-Assembler-Markdown/lib/Email/MIME/Kit/Assembler/Markdown.pm ( view source; MetaCPAN )
the Markdown content after
#pod it has been rendered by the kit's Renderer, if any.
#pod
#pod If given (and true), the C<munge_signature> option will perform some basic
#pod munging of a sigdash-prefi
s.  The specific munging performed is not guaranteed to remain exactly
#pod stable.
#pod
#pod If given (and true), the C<render_wrapper> option will cause the kit entry to
#pod be passed through the r
template
#pod parameter called C<wrapped_content>, and should be included that way.
#pod
#pod If given (and true), the C<encode_entities> option will cause HTML in the
#pod source text to be entity en
Sort-ByExample ( R/RJ/RJBS/Sort-ByExample-0.008.tar.gz, RJBS, 2023; MetaCPAN )
Sort-ByExample/lib/Sort/ByExample.pm ( view source; MetaCPAN )
d in the
#pod example will be found at the end of the output, sorted by the fallback sub if
#pod given (see below).
#pod
#pod Alternately, the example may be a reference to a hash.  Values are used to
t not found in the
example will be found at the end of the output, sorted by the fallback sub if
given (see below).

Alternately, the example may be a reference to a hash.  Values are used to
provide 
Sub-Exporter-GlobExporter ( R/RJ/RJBS/Sub-Exporter-GlobExporter-0.006.tar.gz, RJBS, 2023; MetaCPAN )
Sub-Exporter-GlobExporter/lib/Sub/Exporter/GlobExporter.pm ( view source; MetaCPAN )
porting package.  It will
export it under the name C<$default_name>, unless an alternate name is given
(as shown above).  The glob that is installed is specified by the
C<$globref_locator>, which can 
Locale-Maketext-Test ( B/BI/BINARY/Locale-Maketext-Test-0.06.tar.gz, BINARY, 2022; MetaCPAN )
Locale-Maketext-Test/lib/Locale/Maketext/Test.pm ( view source; MetaCPAN )
+)
                     |                             # [, ] and ~ should be escaped as ~[, ~] and ~~
                         (?<esc>[\[\]~])
                     !
                         if ($+{es
p5-GFX-Enhancer ( K/KO/KOBOLDWIZ/Perl5/p5-GFX-Enhancer-0.1.13.tar.gz, KOBOLDWIZ, 2021; MetaCPAN )
p5-GFX-Enhancer/lib/GFX/Enhancer/SingleLineAntialias.pm ( view source; MetaCPAN )
rom resulting list
	for (my $i = 0; $i < length(@rgba_points); $i++) {
		if (not (@rgba_points[$i] ~~ @non_rgba_rgba_points)) {
			push (@return_rgba_points, @rgba_points[$i]);
		}
	}
	
	return (@retu
}->{width}}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i]->{index} - $self->{imgrepr}->{width} - 1}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i
]->{index} - $self->{imgrepr}->{width} + 1}) % $self->{imgrepr}->{width} ~~ @indexl) {
		push (@grepped_points, @rgbasl[$i]);
		}
	}
	return (@grepped_points);	
}

1;
Mojolicious-Plugin-XRD ( A/AK/AKRON/Mojolicious-Plugin-XRD-0.24.tar.gz, AKRON, 2022; MetaCPAN )
Mojolicious-Plugin-XRD/lib/Mojolicious/Plugin/XRD.pm ( view source; MetaCPAN )
the
response headers as a L<Mojo::Headers> object.

Expects a valid URL. In case no scheme is given (e.g., C<//gmail.com>),
the method will first try to fetch the resource with C<https> and
on fa
Lingua-Romana-Perligata ( D/DC/DCONWAY/Lingua-Romana-Perligata-0.604.tar.gz, DCONWAY, 2022; MetaCPAN )
Lingua-Romana-Perligata/lib/Lingua/Romana/Perligata.pm ( view source; MetaCPAN )
ne> tells it to
"reject!", and I<counte> bids it "count!". In each case, an instruction
is being given (and in a void context too, so no backchat is expected).

Handling scalar and list contexts is a 
perlsecret ( B/BO/BOOK/perlsecret-1.017.tar.gz, BOOK, 2021; MetaCPAN )
perlsecret/lib/perlsecret.pod ( view source; MetaCPAN )
 block for one-liners
    -M5;         Maori farewell               BEGIN block for one-liners
    ~~           Inchworm                     scalar
    ~-           Inchworm on a stick          high-p
alar / list context
    =< >=~       Flaming X-Wing               match input, assign captures
    ~~<>         Kite                         a single line of input
    <<m=~m>> m ; Ornate double-blade
  boolean list squash
    0+!!         Key to the truth             numeric boolean conversion
    ~~!!         Serpent of truth             numeric boolean conversion
    ||()         Abbott and Cost
Git-Nuggit ( E/ED/EDELL/Git-Nuggit-1.01.tar.gz, EDELL, 2022; MetaCPAN )
Git-Nuggit/bin/nuggit_remote.pl ( view source; MetaCPAN )
-v' || $ARGV[1] eq '--verbose') {
	$verbose = 1;	
}

# remote is origin unless two arguments are given (not counting the flag)
if ($numArgs == 3 + $verbose) {
	$name = $ARGV[1 + $verbose];
	$newurl = 
FAST ( D/DH/DHARD/FAST-1.06.tar.gz, DHARD, 2015; MetaCPAN )
FAST/lib/FAST/List/Gen/Perl6.pm ( view source; MetaCPAN )
     ~~  <1..3> | <4..6>        ~~  <1..3>->zip(<4..6>)

    <1..3> Z. <4..6>     ~~  <1..3> |'.'| <4..6>    ~~  <1..3>->zip('.' => <4..6>)

    <1..3> X <4..6>      ~~  <1..3> x <4..6>        ~~  <1.
 <4..6>     ~~  <1..3> x'.'x <4..6>    ~~  <1..3>->cross('.' => <4..6>)

    <1..3> <<+>> <4..6>  ~~  <1..3> <<'+'>> <4..6>  ~~  <1..3>->hyper('<<+>>', <4..6>)

    [+] 1..10            ~~  <[+] 1..10
>            ~~  reduce {$_[0] + $_[1]} 1 .. 10
    [+]->(1..10)         ~~  <[+]>->(1..10)         ~~  same as above

    [\+] 1..10           ~~  <[..+] 1..10>          ~~  scan {$_[0] + $_[1]} 1 ..
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/Synopsis/S05-regex.pod ( view source; MetaCPAN )
t-to-right order with
respect to the starting positions.

     $str = "abracadabra";

     if $str ~~ m:overlap/ a (.*) a / {
         @substrings = slice @();    # bracadabr cadabr dabr br
     }

=i
str = "abracadabra";

     if $str ~~ m:exhaustive/ a (.*?) a / {
         say "@()";    # br brac bracad bracadabr c cad cadabr d dabr br
     }

Note that the C<~~> above can return as soon as the f
ke the old
C<\A> and C<\z>. (The C</m> modifier is gone.)  On the right side of
an embedded C<~~> or C<!~~> operator they always match the start/end
of the indicated submatch because that submatch is 
Text-Xslate ( S/SK/SKAJI/Text-Xslate-v3.5.9.tar.gz, SKAJI, 2021; MetaCPAN )
Text-Xslate/src/Text-Xslate.xs ( view source; MetaCPAN )
(SvOBJECT(r)) { /* a ~~ $object */
            /* XXX: what I should do? */
            return tx_sv_eq_nomg(aTHX_ a, b);
        }
        else if(SvTYPE(r) == SVt_PVAV) { /* a ~~ [ ... ] */
        
 }
            }
            return FALSE;
        }
        else if(SvTYPE(r) == SVt_PVHV) { /* a ~~ { ... } */
            if(SvOK(a)) {
                HV* const hv = (HV*)r;
                return

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