Group
Extension

Matches 1357

Genealogy-Gedcom ( R/RS/RSAVAGE/Genealogy-Gedcom-0.88.tgz, RSAVAGE, 2016; MetaCPAN )
Genealogy-Gedcom/lib/Genealogy/Gedcom/Reader/Lexer.pm ( view source; MetaCPAN )
al_name_piece_tags
{
	my($self) = @_;

	return
		(
		 GIVN => sub{return $self -> tag_name_piece_given(shift, shift)},
		 NICK => sub{return $self -> tag_name_piece_nickname(shift, shift)},
		 NOTE =>
Reply ( D/DO/DOY/Reply-0.42.tar.gz, DOY, 2016; MetaCPAN )
Reply/lib/Reply/App.pm ( view source; MetaCPAN )
urns a new Reply::App instance. Takes no arguments.

=head2 run(@argv)

Parses the argument list given (typically from @ARGV), along with the user's configuration file, and attempts to start a Reply s
Rethinkdb ( N/NJ/NJLG/Rethinkdb-0.14.tar.gz, NJLG, 2016; MetaCPAN )
Rethinkdb/lib/Rethinkdb.pm ( view source; MetaCPAN )
er[, number], {float => true})
  r->random(integer[, integer])

Generate a random number between given (or implied) bounds. C<random> takes
zero, one or two arguments.

=head2 now

  r->table("users")
threads-lite ( L/LE/LEONT/threads-lite-0.034.tar.gz, LEONT, 2015; MetaCPAN )
threads-lite/lib/threads/lite.pm ( view source; MetaCPAN )
plice @mailbox, $index, 1) if $mailbox[$index] ~~ @args;
		}
		while (1) {
			my $message = _receive;
			return _return_elements($message) if $message ~~ @args;
			push @mailbox, $message;
		}
	}
	els
(splice @mailbox, $index, 1) if $mailbox[$index] ~~ @args;
		}
		while (my $message = _receive_nb) {
			return _return_elements($message) if $message ~~ @args;
			push @mailbox, $message;
		}
		return
Graph-Easy ( S/SH/SHLOMIF/Graph-Easy-0.76.tar.gz, SHLOMIF, 2016; MetaCPAN )
Graph-Easy/lib/Graph/Easy/Parser.pm ( view source; MetaCPAN )
 bold; } [ ABC ]

You can repeat each of the style-patterns as much as you like:

	--->
	==>
	=>
	~~~~~>
	..-..-..->

Note that in patterns longer than one character, the entire
pattern must be repeat
label: foo; } [ ABC ]

	-- foo -->
	... baz ...>

	-- solid -->
	== double ==>
	.. dotted ..>
	~~ wave ~~>

	-  dashed - >
	=  double-dash = >
	.- dot-dash .->
	..- dot-dot-dash ..->

Note that the tw
Dist-Zilla-Plugin-Rinci-Wrap ( P/PE/PERLANCAR/Dist-Zilla-Plugin-Rinci-Wrap-0.13.tar.gz, PERLANCAR, 2016; MetaCPAN )
Dist-Zilla-Plugin-Rinci-Wrap/lib/Dist/Zilla/Plugin/Rinci/Wrap.pm ( view source; MetaCPAN )
->[2]{source};
        for (split /^/, $src->{presub1}) {
            push @requires, $_ unless $_ ~~ @requires;
            if (/^\s*(?:use|require|no) \s+ (\w+(?:::\w+)*)/x) {
                $mods{
UI-Dialog-Util-MenuControl ( A/AH/AHERNIT/UI-Dialog-Util-MenuControl-0.10.tar.gz, AHERNIT, 2016; MetaCPAN )
UI-Dialog-Util-MenuControl/lib/UI/Dialog/Util/MenuControl.pm ( view source; MetaCPAN )
 $@ ){
                    die $@ if not $dontdie;

                    # if a catch function is given (in context), forward the error
                    if ( $dontdie && $catchn ){
                 
File-Data ( R/RF/RFOLEY/File-Data-1.20.tar.gz, RFOLEY, 2016; MetaCPAN )
File-Data/lib/File/Data.pm ( view source; MetaCPAN )
    return ($File::Data::REFERENCE) ? \@ret : @ret;
}

=item xreturn

Returns the product of the given (or last) B<do()>, undef on failure.

    my $o_dat = $o_dat->prepend($A)->append($b)->return('pr
WebService-UMLSKS-Similarity ( T/TP/TPEDERSE/WebService-UMLSKS-Similarity-0.23.tar.gz, TPEDERSE, 2011; MetaCPAN )
WebService-UMLSKS-Similarity/lib/WebService/UMLSKS/FormGraph.pm ( view source; MetaCPAN )
hildren){
				$chdcount = $#children;
			#}
			
				
			foreach my $p (@parents) {
				unless ( $p ~~ %MetaCUIs ) {
					$Graph{$current_node}{$p} = 'U';
					$Graph{$p}{$current_node} = 'D';
					#$g
n) {
			if ( $#children != -1 ) {
				foreach my $c (0 .. $chdcount) {
					unless ( $children[$c] ~~ %MetaCUIs ) {
						
						$Graph{$current_node}{$children[$c]} = 'D';
						$Graph{$children[$c]}
}
		#	}
			if ( $#sib != -1 ) {
				foreach my $s (0 .. $sibcount) {
						
					unless ( $sib[$s] ~~ %MetaCUIs ) {
						
						unless(exists $Graph{$current_node}{$sib[$s]}){
							$Graph{$current_
Linux-RTC-Ioctl ( T/TO/TOUGHY/Linux-RTC-Ioctl-0.08.tar.gz, TOUGHY, 2016; MetaCPAN )
Linux-RTC-Ioctl/lib/Linux/RTC/Ioctl.pm ( view source; MetaCPAN )

=head2 $rtc->nodename

The name of the device file that is used by this C<$rtc> object. This is given (or implied) by the argument passed to the C<new()> constructor.

If the C<new()> constructor is 
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/ext/CGI/lib/CGI.pm ( view source; MetaCPAN )
    my $value = %extra{$key};
        my $temp_key = ucfirst(lc($key));
        
        $temp_key ~~ s:P5:g/[-_](\w)/-$0.uc()/;
        
        given $key {
            when "Target" { $header ~= "W
ing is copy) returns Str {

    my $latin = ?(uc $!CHARSET ~~ "ISO-8859-1"|"WINDOWS-1252");

    $string ~~ s:P5:g/&([^;]*);/{
        given (lc $0) {
            when "amp"  { "&" }
            when 
aram)) -> $value {
                my $esc_val = self.escapeHTML($value);
                $esc_val ~~ s:g/\n/<br \/>\n/;
                take("<li>$esc_val </li>");
            }
            take("</u
XML-API ( M/ML/MLAWREN/XML-API-0.30.tar.gz, MLAWREN, 2016; MetaCPAN )
XML-API/lib/XML/API.pm ( view source; MetaCPAN )
e => $value, -attr2=>'val2');
    $x->_add($content);
    $x->element_close;

If $content is not given (or never added with the _add method) for an
element then it will be rendered as empty. Ie, $x->b
Statistics-Sequences-Joins ( R/RG/RGARTON/Statistics-Sequences-Joins-0.20.tar.gz, RGARTON, 2016; MetaCPAN )
Statistics-Sequences-Joins/lib/Statistics/Sequences/Joins.pm ( view source; MetaCPAN )
sequence (I<O> - I<E>). Alias: C<observed_deviation>. Alternatively, the observed value might be given (as B<observed> => NUM), and so the method only has to get the expected value (as specified in L<
Locale-ID-GuessGender-FromFirstName ( P/PE/PERLANCAR/Locale-ID-GuessGender-FromFirstName-0.06.tar.gz, PERLANCAR, 2016; MetaCPAN )
Locale-ID-GuessGender-FromFirstName/lib/Locale/ID/GuessGender/FromFirstName.pm ( view source; MetaCPAN )
   die "Unknown algoritm `$algo`, use one of: ".
            join(", ", @known_algos) unless $algo ~~ @known_algos;
        $i++;
        my $func = "Locale::ID::GuessGender::FromFirstName::".
       
VCF ( S/SN/SNKWATT/VCF-1.003.tar.gz, SNKWATT, 2016; MetaCPAN )
VCF/lib/VCF/V4_1.pm ( view source; MetaCPAN )
+)\](.*)$/ )
        {
            if ( $1 ne '' && $3 ne '' ) { $msg=', two replacement strings given (expected one)'; push @err,$item; next; }
            my $rpl;
            if ( $1 ne '' )
      
Slurm-Sshare ( P/PA/PAYERLE/Slurm-Sshare-1.2.2.tar.gz, PAYERLE, 2016; MetaCPAN )
Slurm-Sshare/lib/Slurm/Sshare.pm ( view source; MetaCPAN )

#List values can be either list refs or CSV strings.  For users, if the single
#string 'ALL' is given (not part of a list), then all users will be listed.
#
#If nopartinfo flag is set, the sshare com
Dist-Zilla-Plugin-PERLANCAR-CheckDepDists ( P/PE/PERLANCAR/Dist-Zilla-Plugin-PERLANCAR-CheckDepDists-0.06.tar.gz, PERLANCAR, 2016; MetaCPAN )
Dist-Zilla-Plugin-PERLANCAR-CheckDepDists/lib/Dist/Zilla/Plugin/PERLANCAR/CheckDepDists.pm ( view source; MetaCPAN )
 \@{"$mod\::" . ($lump ? "LUMPED_DISTS" : "PACKED_DISTS")};
                if ($self->zilla->name ~~ @$dists) {
                    my $dist = $mod; $dist =~ s/::/-/g;
                    say colored
zxid ( S/SA/SAMPO/zxid-1.42.tgz, SAMPO, 2016; MetaCPAN )
zxid/c/zx-cdm-data.h ( view source; MetaCPAN )
_NEW_cdm_GIVEN(c, father) (struct zx_cdm_GIVEN_s*)zx_new_elem((c),(father),zx_cdm_GIVEN_ELEM)
int zx_DEC_ATTR_cdm_GIVEN(struct zx_ctx* c, struct zx_cdm_GIVEN_s* x);
int zx_DEC_ELEM_cdm_GIVEN(struct zx
 zx_DEEP_CLONE_cdm_GIVEN(struct zx_ctx* c, struct zx_cdm_GIVEN_s* x, int dup_strs);
void zx_DUP_STRS_cdm_GIVEN(struct zx_ctx* c, struct zx_cdm_GIVEN_s* x);
int zx_WALK_SO_cdm_GIVEN(struct zx_ctx* c, s
m_GIVEN_s* x, void* ctx, int (*callback)(struct zx_node_s* node, void* ctx));
int zx_WALK_WO_cdm_GIVEN(struct zx_ctx* c, struct zx_cdm_GIVEN_s* x, void* ctx, int (*callback)(struct zx_node_s* node, vo
Test-Stream ( E/EX/EXODIST/Test-Stream-1.302027.tar.gz, EXODIST, 2016; MetaCPAN )
Test-Stream/lib/Test/Stream/Plugin/Core.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

=head2 DIAGNOSTICS

=over 4

=item diag(@messages)

Write diagnostics messages. All
String-PictureFormat ( T/TU/TURNERJW/String-PictureFormat-1.11.tar.gz, TURNERJW, 2016; MetaCPAN )
String-PictureFormat/lib/String/PictureFormat.pm ( view source; MetaCPAN )
n zero.  For "wrap" formats, it is the no. of characters in a row.
If a max. length specifier is given (ie. "@50:..."), then this value is returned.

[2] - The justification (either "<", "|", ">", or 

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