Group
Extension

Matches 1364

Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5/JavaScript3/Emitter.pm ( view source; MetaCPAN )
{body}->stmts, needs_return => 0, create_context => 1 );

        # TODO - transform EXPR into ($_ ~~ EXPR)

        # this is a placeholder - this is wrong!
        my $expr = Perlito5::AST::Apply->n
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5/Runtime/Formline.pm ( view source; MetaCPAN )
    if ($picture =~ /~/) {
        $supress_line_if_all_fields_empty = 1;
        if ($picture =~ /~~/) {
            $repeat_line_until_all_fields_exhausted = 1;
        }
        $picture =~ s/~/ /g
r [ $^A, $v, defined($v) ];

    $^A = "";
    $v = "1234567";
    formline( "~~ xxx ^< xxx", $v );
    print "PRF::fl: ~~ ", Dumper [ $^A, $v, defined($v) ];

}

{
    $^A = "";
    CORE::formline(
 
esn't care how many newlines
            are embedded in the PICTURE. This means that the "~" and "~~"
            tokens treat the entire PICTURE as a single line. You may
            therefore need 
Text-HikiDoc ( K/KA/KAWABATA/Text-HikiDoc-1.023.tar.gz, KAWABATA, 2016; MetaCPAN )
Text-HikiDoc/lib/Text/HikiDoc.pm ( view source; MetaCPAN )
|----||
        ~~    ~~
  "}}

  is replaced with

  <pre class="ascii-art">
               (__)
              (oo)
       /-------\/
      / |     ||
     *  ||----||
        ~~    ~~
  </pre>

  If
            (__)
              (oo)
       /-------\/
      / |     ||
     *  ||----||
        ~~    ~~
  >>>

=back

=head2 Text::HikiDoc::Plugin::br

=over 4

{{br}}

is replaced with 

E<lt>br /E<
Text-FIGlet ( J/JP/JPIERCE/Text-FIGlet-2.19.4.tgz, JPIERCE, 2018; MetaCPAN )
Text-FIGlet/lib/Text/FIGlet.pm ( view source; MetaCPAN )
ill create a font object using the default font.

=head1 EXAMPLES

  perl -MText::FIGlet -e 'print ~~Text::FIGlet->new()->figify(-A=>"Hello World")'

To generate headings for webserver directory listi
< ><<<  _(_)(_)(_)  /   >>>
    | |        /** a8P_____88   ><<    (_)         >>    >>>
    | |  |~~\  /** 8PP"""""""   ><<    (_)         >>>>>>>>
   _/ |  |__/  /** "8b,   ,aa   ><<    (_)_  _  _  
perl5i ( M/MS/MSCHWERN/perl5i-v2.13.2.tar.gz, MSCHWERN, 2016; MetaCPAN )
perl5i/lib/perl5i/1/ARRAY.pm ( view source; MetaCPAN )
( sub { $_ ~~ $filter }, @$array );
    }

    return List::Util::first( sub { $filter->() }, @$array );

}

sub grep {
    my ( $array, $filter ) = @_;

    my @result = CORE::grep { $_ ~~ $filter } 
               : $obj2+0 eq "$obj1";
    }
    elsif( 'num' ~~ [$type1, $type2] ) {
        return $obj1 == $obj2;
    }
    elsif( 'str' ~~ [$type1, $type2] ) {
        return $obj1 eq $obj2;
    }
 
($r1, $r2) = @_;
    # Hashes can't be equal unless their keys are equal.
    return unless ( %$r1 ~~ %$r2 );

    # Compare the equality of the values for each key.
    foreach my $key (keys %$r1) {
perl5i ( M/MS/MSCHWERN/perl5i-v2.13.2.tar.gz, MSCHWERN, 2016; MetaCPAN )
perl5i/lib/perl5i/0/ARRAY.pm ( view source; MetaCPAN )
ub { $_ ~~ $filter }, @$array );
    }

    return List::Util::first( sub { $filter->() }, @$array );

}

sub ARRAY::grep {
    my ( $array, $filter ) = @_;

    my @result = CORE::grep { $_ ~~ $filte
gs
            return $r1 eq $r2;
        }
    }
    elsif( $ref1 eq $ref2 ) {
        if ( $ref1 ~~ [qw(Regexp GLOB CODE)] ) {
            return $r1 eq $r2;
        }
        elsif ( $ref1 eq 'ARRA
 $ref1 eq 'HASH' ) {
            return _equal_hashes( $r1, $r2 );
        }
        elsif ( $ref1 ~~ [qw(SCALAR REF)] ) {
            return _are_equal($$r1, $$r2);
        }
        else {
         
Perlito5 ( F/FG/FGLOCK/Perlito5-9.028.tar.gz, FGLOCK, 2018; MetaCPAN )
Perlito5/lib/Perlito5X/File/Find.pm ( view source; MetaCPAN )
e structure of the directory tree (including symbolic
links to directories) you might traverse a given (physical) directory
more than once (only if C<follow_fast> is in effect).
Furthermore, deleting 
Mojolicious-Plugin-ValidateTiny ( K/KO/KOORCHIK/Mojolicious-Plugin-ValidateTiny-0.17.tar.gz, KOORCHIK, 2018; MetaCPAN )
Mojolicious-Plugin-ValidateTiny/lib/Mojolicious/Plugin/ValidateTiny.pm ( view source; MetaCPAN )
 @_;
            croak "ValidateTiny: Wrong validatation rules"
                unless ref($rules) ~~ [ 'ARRAY', 'HASH' ];

            $c->stash('validate_tiny.was_called', 1);

            $rules = 
o_rules;

                foreach my $f ( @{ $rules->{fields} } ) {
                    next if $f ~~ $conf->{exclude};
                    push @fields_wo_rules, $f unless exists $h{$f};
            
Pod-Knit ( Y/YA/YANICK/Pod-Knit-0.0.1.tar.gz, YANICK, 2018; MetaCPAN )
Pod-Knit/lib/Pod/Knit/PodParser.pm ( view source; MetaCPAN )
n;
}

sub node_level($self,$token) {
    $token = $self->podname($token);
    first_index { $token ~~ @$_ } $self->all_levels;
}

sub parse_pod($self, $end_cond = undef ) {
    while( my $token = $sel
RNA-HairpinFigure ( S/SH/SHENWEI/RNA-HairpinFigure-0.141212.tar.gz, SHENWEI, 2014; MetaCPAN )
RNA-HairpinFigure/lib/RNA/HairpinFigure.pm ( view source; MetaCPAN )
next5 <= $left[-1] ) {

        # stem
        if ( $next5 ~~ @left and $next3 ~~ @right ) {
            while ( $next5 ~~ @left and $next3 ~~ @right ) {
                push @l1, ' ';
               
  elsif ( $next5 !~ @left and $next3 ~~ @right ) {

            # print "[5' gap],$next5,$next3\n";
            $n5 = 0;
            $n5++ until ( $next5 + $n5 ) ~~ @left;
            for ( 1 .. $n5 )
ap
        elsif ( $next5 ~~ @left and $next3 !~ @right ) {

            # print "[3' gap], $next5,$next3\n";
            $n3 = 0;
            $n3++ until ( $next3 - $n3 ) ~~ @right;
            for (
UR ( B/BR/BRUMMETT/UR-0.47.tar.gz, BRUMMETT, 2018; MetaCPAN )
UR/lib/UR/Object/Type/Initializer.pod ( view source; MetaCPAN )
such that no two objects
of that class will have the same 'id'. If there are no id_by properties
given (including MyClass above that doesn't have _any_ properties), then an
implicit 'id' property will
Term-Gnuplot ( I/IL/ILYAZ/modules/Term-Gnuplot-0.90380906.zip, ILYAZ, 2018; MetaCPAN )
Term-Gnuplot/gnuterm/gadgets.h ( view source; MetaCPAN )
, "", 0.0, 0.0,{0,0,0.0}}

#ifdef PM3D
typedef struct {
    int opt_given; /* option given / not given (otherwise default) */
    int closeto;   /* from list FILLEDCURVES_CLOSED, ... */
    double at;
AnyEvent-MP ( M/ML/MLEHMANN/AnyEvent-MP-2.02.tar.gz, MLEHMANN, 2018; MetaCPAN )
AnyEvent-MP/MP.pm ( view source; MetaCPAN )
ed without any arguments after the time-out
elapsed and the port is C<kil>ed.

If no time-out is given (or it is C<undef>), then the local port will
monitor the remote port instead, so it eventually g
App-Devel-MAT-Explorer-GTK ( P/PE/PEVANS/App-Devel-MAT-Explorer-GTK-0.06.tar.gz, PEVANS, 2018; MetaCPAN )
App-Devel-MAT-Explorer-GTK/lib/App/Devel/MAT/Explorer/GTK/SVDetail.pm ( view source; MetaCPAN )
;
   }

   given( $type ) {
      when([ "GLOB", "CODE", "STASH" ]) {
         table_add( $table, "Stashname", textarea( $sv->stashname ) ) if defined $sv->stashname;
      }
   }

   given( $type ) {
add( $table, "Output fileno", textarea( $sv->ofileno ) ) if $sv->ofileno != -1;
      }
   }

   given( $type ) {
      when([ "SCALAR", "REF", "ARRAY", "HASH", "STASH", "CODE" ]) {
         table_add

      my $data = $extra->render->( $sv );
      defined $data or next;

      my $widget;
      given( $extra->type ) {
         when( "widget" ) { $widget = $data }
         when( "text" )   { $widg
Role-Markup-XML ( D/DO/DORIAN/Role-Markup-XML-0.09.tar.gz, DORIAN, 2018; MetaCPAN )
Role-Markup-XML/lib/Role/Markup/XML.pm ( view source; MetaCPAN )
}) } keys %$a;
    }

    $elem;
}

=head2 _XPC [ %NS | \%NS ]

Return an XPath context with the given (optional) namespaces
registered.The XHTML namespace is registered by default with the
prefix C<h
cppAdaptive2 ( Z/ZD/ZDM/cppAdaptive2-v3.0.3.tar.gz, ZDM, 2018; MetaCPAN )
cppAdaptive2/src/dlib/external/libpng/png.h ( view source; MetaCPAN )
t void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */

/* With both write APIs if image is in one of the linear formats with 16-bit
 * d
cppAdaptive2 ( Z/ZD/ZDM/cppAdaptive2-v3.0.3.tar.gz, ZDM, 2018; MetaCPAN )
cppAdaptive2/src/dlib/image_keypoint/surf_abstract.h ( view source; MetaCPAN )
he value of a 2D Gaussian function with mean 0 
              and standard deviation sig at the given (x,y) point.
    !*/

// ---------------------------------------------------------------------
Search-Tools ( K/KA/KARMAN/Search-Tools-1.007.tar.gz, KARMAN, 2018; MetaCPAN )
Search-Tools/lib/Search/Tools/TokenListUtils.pm ( view source; MetaCPAN )
match ) {
            $end--;
        }
    }

    #warn "return $start .. $end";
    #warn "$size ~~ " . ( $end - $start );

    return ( $start, $end );
}

=head2 get_window_tokens( I<pos> [, I<size
Mylisp ( S/SS/SSQQ/Mylisp-3.00.tar.gz, SSQQ, 2018; MetaCPAN )
Mylisp/lib/Mylisp/OptSppAst.pm ( view source; MetaCPAN )
toms)} ]);
}

sub opt_spp_atom {
  my $atom = shift;
   my ($name,$value) = flat($atom);
  given ($name) {
    when ('Spec') {
      return opt_spp_spec($value);
    }
    when ('Rule') {
 
pt_spp_ep($char));
}

sub opt_spp_ep {
  my $str = shift;
   my $char = last_char($str);
  given ($char) {
    when ('n') {
      return "\n";
    }
    when ('r') {
      return "\r";
   
eturn estr('Nclass',estr_strs($atoms));
}

sub opt_spp_catom {
  my ($name,$value) = @_;
   given ($name) {
    when ('Cclass') {
      return opt_spp_cclass($value);
    }
    when ('Range')
Mylisp ( S/SS/SSQQ/Mylisp-3.00.tar.gz, SSQQ, 2018; MetaCPAN )
Mylisp/lib/Mylisp.pm ( view source; MetaCPAN )
 @_;
  my ($name,$atoms) = flat($rule);
  if (not($name ~~ ['Any','Str','Char','Cclass','Assert','Chclass','Nclass','Blank'])) {
    given ($name) {
      when ('Ctoken') {
        lint_spp_token

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