Group
Extension

Matches 1354

Games-Hangman ( P/PE/PERLANCAR/Games-Hangman-0.063.tar.gz, PERLANCAR, 2020; MetaCPAN )
Games-Hangman/lib/Games/Hangman.pm ( view source; MetaCPAN )
 unless $list ~~ @wmods;
            } elsif ($type eq 'p') {
                die "Unknown phraselist '$list'\n" unless $list ~~ @pmods;
            } else {
                if ($list ~~ @wmods) {
   
                 $type = 'w';
                } elsif ($list ~~ @pmods) {
                    $type = 'p';
                } else {
                    die "Unknown word-/phraselist '$list'\n";
      
'p';
            if ($type eq 'w') {
                if (($ENV{LANG} // "") =~ /^id/ && "ID::KBBI" ~~ @wmods) {
                    $list = "ID::KBBI";
                } else {
                    if 
App-HTTP_Proxy_IMP ( S/SU/SULLR/App-HTTP_Proxy_IMP-0.958.tar.gz, SULLR, 2021; MetaCPAN )
App-HTTP_Proxy_IMP/lib/App/HTTP_Proxy_IMP/IMP.pm ( view source; MetaCPAN )
fy
    CHKIF: for my $if ( $factory->get_interface ) {
	my ($dt,$rt) = @$if;
	for (@$rt) {
	    $_ ~~ [ IMP_REPLACE, IMP_TOSENDER ] or next;
	    $self->{can_modify} =1;
	    last CHKIF;
	}
    }
	
  
t->{acct}{$key} = $value;
	    next;
	}

        # (pre)pass data up to offset
        if ( $rtype ~~ [ IMP_PASS, IMP_PREPASS ]) {
	    my ($dir,$offset) = @$rv;
	    $DEBUG && $request->xdebug("got $
ew data
		$ib0->[3],  # callback
		$ib0->[4],  # cbargs
	    ];

	    next;
	}
        if ( $rtype ~~ [ IMP_PAUSE, IMP_CONTINUE ] ) {
	    my $dir = shift(@$rv);
	    my $relay = $self->{request}{conn
Telegram-JsonAPI ( C/CI/CINDY/Telegram-JsonAPI-1.02.tar.gz, CINDY, 2022; MetaCPAN )
Telegram-JsonAPI/lib/Telegram/JsonAPI.pm ( view source; MetaCPAN )
# If you have more than one client id simutaneously, you can distinguish them by this field.
    given( $msg->{'@type'} ) {
      when('updateAuthorizationState') {
        ...
      }
      ...
    }
  say "recv: $msg";
      $msg = decode_json($msg);
      given($msg->{'@type'}) {
        when('updateAuthorizationState') {
          given( $msg->{authorization_state}{'@type'} ) {
            when
khatgallery ( R/RU/RUBYKAT/khatgallery-0.2405.tar.gz, RUBYKAT, 2022; MetaCPAN )
khatgallery/lib/HTML/KhatGallery/Core.pm ( view source; MetaCPAN )
re-generation of the thumbnail images even if they already
exist.  If false (the default) then a given (thumbnail) image file will
only be created if it doesn't already exist.

=item B<image_match>

R
Git-CPAN-Patch ( Y/YA/YANICK/Git-CPAN-Patch-2.5.0.tar.gz, YANICK, 2022; MetaCPAN )
Git-CPAN-Patch/lib/Git/CPAN/Patch/Command/Import.pm ( view source; MetaCPAN )
 }

    return sort { $a->date cmp $b->date } @releases;
}

sub releases_to_import ($self) {
    given ( $self->thing_to_import ) {
        when ( qr/^(?:https?|file|ftp)::/ ) {
            return $se
Finance-AMEX-Transaction ( T/TH/THINC/Finance-AMEX-Transaction-0.005.tar.gz, THINC, 2022; MetaCPAN )
Finance-AMEX-Transaction/lib/Finance/AMEX/Transaction/CBNOT/Detail.pm ( view source; MetaCPAN )
item NP = Non-Gas & Oil Industries

=item Non-CAPN Merchants

=item GO = Gas & Oil Industry

=item ~~ = Non-Gas & Oil Industries

=back

Note: Tildes (~) represent character spaces.

=head2 IND_REF_NU
App-Staticperl ( M/ML/MLEHMANN/App-Staticperl-1.46.tar.gz, MLEHMANN, 2022; MetaCPAN )
App-Staticperl/staticperl.pod ( view source; MetaCPAN )
les.

   --incglob '/unicore/**.pl'

=item C<--add> F<file> | C<--add> "F<file> alias"

Adds the given (perl) file into the bundle (and optionally call it
"alias"). The F<file> is either an absolute p
Astro-Montenbruck ( K/KR/KRUSHI/Astro-Montenbruck-1.26.tar.gz, KRUSHI, 2022; MetaCPAN )
Astro-Montenbruck/script/planpos.pl ( view source; MetaCPAN )
rees
    equ2hor( $h, $delta, $theta);
}

sub convert_lambda {
    my ($target, $dec) = @_;

    given ($target) {
        sub { dms_or_dec_str( $_[0], decimal => $dec ) }
            when 1;
        
ormat = sub {
        dms_or_dec_str($_[0], decimal => $dec, places => 2, sign => 1)
    };

    given( $target ) {
        sub {  $format->( $_[1] ) }
            when [1, 2];
        sub {
         
 my ($target, $format, $theme) = @_;
    my $fmt = uc $format;
    my $tmpl;
    my @titles;
    given ($target) {
        when (1) {
            $tmpl = $fmt eq 'S' ? '%-7s   %-11s   %-10s  %-10s %-1
Callable ( A/AL/ALTOMRU/Callable-0.02.tar.gz, ALTOMRU, 2022; MetaCPAN )
Callable/lib/Callable.pm ( view source; MetaCPAN )
e' => 'method_name']);

C<$Callable::DEFAULT_CLASS_CONSTRUCTOR> is used when no constructor name
given (C<new> by default)

=head2 callable

Callable instance can be cloned from another callable insta
REST-Neo4p ( M/MA/MAJENSEN/REST-Neo4p-0.4003.tar.gz, MAJENSEN, 2022; MetaCPAN )
REST-Neo4p/lib/REST/Neo4p/Agent/HTTP/Thin.pm ( view source; MetaCPAN )
ontent_file);
  given ($rq) {
    when (/get|delete/i) {
      $resp = $self->request(uc $rq, $url);
    }
    when (/post|put/i) {
      my @rm;
      for my $i (0..$#args) {
	given ($args[$i]) {
	  
ow("Method $rq not implemented in ".__PACKAGE__."\n");
    }
  }
  if ($resp->code == 599) {
    given( $resp->content ) {
      when (/timeout/) {
	$resp->code(500);
	$resp->message("Connection timeo
Games-Word-Guess ( P/PE/PERLANCAR/Games-Word-Guess-0.091.tar.gz, PERLANCAR, 2021; MetaCPAN )
Games-Word-Guess/lib/Games/Word/Guess.pm ( view source; MetaCPAN )
  if (($ENV{LANG} // "") =~ /^en/ && "ID::KBBI" ~~ @wls) {
            $wl = "ID::KBBI";
        } elsif (($ENV{LANG} // "") =~ /^id/ && "EN::Enable" ~~ @wls) {
            $wl = "EN::Enable";
       
  $wl = $wls[rand @wls];
        }
    }
    die "Can't find module for wordlist '$wl'" unless $wl ~~ @wls;
    my $mod = "WordList::$wl";
    load $mod;
    print "Loaded wordlist module $mod\n";

  
Text-Markmoredown ( K/KI/KIAVASH/text/Text-Markmoredown-0.000036.tar.gz, KIAVASH, 2021; MetaCPAN )
Text-Markmoredown/lib/Text/Markmoredown.pm ( view source; MetaCPAN )
\1 }
        {<small>$2</small>}gsx;

    $text =~ s{ ^(~~) (?=\S) ((?:.(?!~>))+?) (?<=\S) \1 }
        {<del>$2</del>}gsx;

    $text =~ s{ ^(~~) (?=\S) (.+?) (?<=\S) [ ]? ~> [ ]? (?=\S) (.+?) (?<=\S
  {<small>$2</small>}gsx;

    $text =~ s{ (?<=\W) (~~) (?=\S) ((?:.(?!~>))+?) (?<=\S) \1 }
        {<del>$2</del>}gsx;

    $text =~ s{ (?<=\W) (~~) (?=\S) (.+?) (?<=\S) [ ]? ~> [ ]? (?=\S) (.+?) (?<
  {<small>$2</small>}gsx;

    $text =~ s{ (?<=\W) (~~) (?=\S) ((?:.(?!~>))+?) (?<=\S) \1 }
        {<del>$2</del>}gsx;

    $text =~ s{ (?<=\W) (~~) (?=\S) (.+?) (?<=\S) [ ]? ~> [ ]? (?=\S) (.+?) (?<
Text-Markmoredown ( K/KI/KIAVASH/text/Text-Markmoredown-0.000036.tar.gz, KIAVASH, 2021; MetaCPAN )
Text-Markmoredown/README.pod ( view source; MetaCPAN )
ethrough, deleted text>

    ~~Strike through this text.~~

    <del>Strike through this text.</del>

B<Deleted/Inserted Text>

    ~~this is incorrect ~> this is correct~~

    <del>this is incorrect
Net-STOMP-Client ( L/LC/LCONS/Net-STOMP-Client-2.5.tar.gz, LCONS, 2021; MetaCPAN )
Net-STOMP-Client/lib/Net/STOMP/Client/Frame.pm ( view source; MetaCPAN )
OPTIONS])

return a new Net::STOMP::Client::Frame object (class method); the options
that can be given (C<command>, C<headers>, C<body_reference> and C<body>)
match the accessors described below

=ite
Quota ( T/TO/TOMZO/Quota-1.8.2.tar.gz, TOMZO, 2021; MetaCPAN )
Quota/Quota.pm ( view source; MetaCPAN )
ta::sync($dev)>

Have the kernel update the quota file on disk or all quota files
if no argument given (the latter doesn't work on all systems,
in particular on I<HP-UX 10.10>).

The main purpose of t
No-Worries ( L/LC/LCONS/No-Worries-1.7.tar.gz, LCONS, 2021; MetaCPAN )
No-Worries/lib/No/Worries/String.pm ( view source; MetaCPAN )
 $_Plural{$noun} = $noun . "s";
        }
    }
    return($_Plural{$noun});
}

#
# quantify the given (count, noun) pair
#

sub string_quantify ($$) {
    my($count, $noun) = @_;

    return($count .
Config-Generator ( L/LC/LCONS/Config-Generator-1.1.tar.gz, LCONS, 2021; MetaCPAN )
Config-Generator/lib/Config/Generator/Util.pm ( view source; MetaCPAN )
epresent a comment

=item list_of(SOMETHING)

return a list of things depending on what has been given (undef, an array
reference or a scalar); this is very useful with L<Config::General>'s list
repre
Treex-Core ( P/PO/POPEL/Treex-Core-2.20210102.tar.gz, POPEL, 2021; MetaCPAN )
Treex-Core/lib/Treex/Core/ScenarioParser.pm ( view source; MetaCPAN )
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
END_FORMAT
    formline(<<'END_FORMAT', $errortext);
~~                     ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
END_FORMAT
    print {
  | ~~       |^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|
END_FORMAT

my $TRACECONTEXT_FORMAT = <<'END_FORMAT';
@>|@|||||||||@                                      |^<<<<<<<<<<<<<<<<<<<<<<<<<<<
  | ~~    
AsposeThreeDCloud-ThreeDCloudApi ( A/AS/ASPOSE/AsposeThreeDCloud-ThreeDCloudApi-20.7.1.tar.gz, ASPOSE, 2020; MetaCPAN )
AsposeThreeDCloud-ThreeDCloudApi/lib/AsposeThreeDCloud/Role/AutoDoc.pm ( view source; MetaCPAN )
                               ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                 $role_reqs
.

	format INHERIT_POD =
=head1 NAME

@*
$mycl
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                                               $handles
.

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

.
	format ATTRHEAD_POD =
=head1 ATTRIBUTES

.
	format ATTR_POD =

Aspose3DCloud-ThreeDCloudApi ( A/AS/ASPOSEAPI/Aspose3DCloud-ThreeDCloudApi-20.5.0.tar.gz, ASPOSEAPI, 2020; MetaCPAN )
Aspose3DCloud-ThreeDCloudApi/lib/AsposeThreeDCloud/Role/AutoDoc.pm ( view source; MetaCPAN )
                               ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                 $role_reqs
.

	format INHERIT_POD =
=head1 NAME

@*
$mycl
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                                               $handles
.

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

.
	format ATTRHEAD_POD =
=head1 ATTRIBUTES

.
	format ATTR_POD =


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