Group
Extension

Matches 1309

App-pimpd ( W/WO/WOLDRICH/App-pimpd-0.350.tar.gz, WOLDRICH, 2021; MetaCPAN )
App-pimpd/lib/App/Pimpd/Validate.pm ( view source; MetaCPAN )
  my @valid_lists = sort($mpd->collection->all_playlists);


  for my $list(@lists) {
    if($list ~~ @valid_lists) {
      next;
    }
    else {
      my @choices = ();

      for my $valid(@valid_l
ices;
      }
      elsif($answer eq 'current') {
        return(undef);
      }

      if($answer ~~ @valid_lists) {
        $list = $answer;
      }
      # Make sure the number selected is in fact 
s = @_;
  my @lists = $mpd->collection->all_playlists;
  map { s/^\s+//m } @lists;
  return ($_[0] ~~ @lists) ? 1 : 0;
}

sub escape {
  my $str = shift;
  $str =~ s/([;<>*|`&\$!#()[\]{}:'" ])/\\$1/g;
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 
Weather-PurpleAir-API ( T/TT/TTKCIAR/Weather-PurpleAir-API-0.09.tar.gz, TTKCIAR, 2022; MetaCPAN )
Weather-PurpleAir-API/lib/Weather/PurpleAir/API.pm ( view source; MetaCPAN )
->{$name} // $alt_hr->{$name} // $default_value;
}

# approximates python's "in" operator, because ~~ is unsane:
sub in {
    my $v = shift @_;
    return 0 unless (@_ && defined($_[0]));
    if (ref(
PDL-Dims ( F/FA/FANTASMA/PDL-Dims/PDL-Dims-0.019.tar.gz, FANTASMA, 2022; MetaCPAN )
PDL-Dims/lib/PDL/Dims.pm ( view source; MetaCPAN )
n==$self->ndims-1);
	#say "self: @n";
	my $str;
	my @rm;
	for my $i (0.. $#n) {
		unless (/$n[$i]/ ~~ @except){
			#say "Selecting $i $n[$i] $idx[$i]";
			push @rm,$n[$i];
			$str.="$idx[$i]"; 
		}
		
et+=0;
	$ret->sethdr($self->hdr_copy);
	#say $ret->info;
	for my $i (0.. $#n) {
		unless (/$n[$i]/ ~~ @except){
			#say "$i $n[$i] ",idx($self,$n[$i]);
			dimsize($ret,'channel',1);
			#say "$i $n[$i]
Regexp-Common-Markdown ( J/JD/JDEGUEST/Regexp-Common-Markdown-v0.1.5.tar.gz, JDEGUEST, 2021; MetaCPAN )
Regexp-Common-Markdown/lib/Regexp/Common/Markdown.pm ( view source; MetaCPAN )
cks with backticks, except the extended version uses tilde characters.

For example:

    ~~~
    <div>
    ~~~

You can see example of this regular expression along with test units here: L<https://re
n}

This is an extension to the original Markdown.

For example:

    Tickets for the event are ~~€5~~ ++€10++

Which would become:

    Tickets for the event are <del>€5</del> <ins>€10</ins>
 Flavoured Markdown|https://github.github.com/gfm/#strikethrough-extension->.

For example:

    ~~Hi~~ Hello, world!

You can see example of this regular expression along with test units here: L<http
Smartcat-Client ( T/TA/TARAS/Smartcat-Client-0.0.3.tar.gz, TARAS, 2021; MetaCPAN )
Smartcat-Client/lib/Smartcat/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
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
Lang-HL ( R/RA/RAJ/Lang-HL-5.052.tar.gz, RAJ, 2022; MetaCPAN )
Lang-HL/lib/Lang/HL.pm ( view source; MetaCPAN )
     return $not;
        }

        sub arrayElement($array, $element) {
            if( $element ~~ @{$array} ) {
                return 1;
            } else {
                return 0;
           
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
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
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";

  
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
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
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) (.+?) (?<
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
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 =


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