Group
Extension

Matches 1310

SPVM-File-Find ( K/KI/KIMOTO/SPVM-File-Find-0.030.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-File-Find/File-Fild-Perl.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 
Date-Manip ( S/SB/SBECK/Date-Manip-6.98.tar.gz, SBECK, 2025; MetaCPAN )
Date-Manip/lib/Date/Manip/Config.pod ( view source; MetaCPAN )
t 1-7), then the first week
of the year is the one that contains the first occurrence of the DoW
given (X=1 is Monday, X=7 is Sunday).  So, if you want the first week
to be the one that contains the f
Date-Manip ( S/SB/SBECK/Date-Manip-6.98.tar.gz, SBECK, 2025; MetaCPAN )
Date-Manip/lib/Date/Manip/Recur.pod ( view source; MetaCPAN )
f the RecurRange variable. If any
of the dates are passed in, they must be included in the order given
(though it is safe to pass an empty string or undef in for any of them
if you only want to set so
Date-Manip ( S/SB/SBECK/Date-Manip-6.98.tar.gz, SBECK, 2025; MetaCPAN )
Date-Manip/lib/Date/Manip/DM5.pod ( view source; MetaCPAN )
t be given
in the correct order.

The word "in" may be given (prepended in English) to the delta ("in 5 years")
and the word "ago" may be given (appended in English) ("6 months ago").  The
"in" is com
Test-BDD-Cucumber ( E/EH/EHUELS/Test-BDD-Cucumber-0.87.tar.gz, EHUELS, 2025; MetaCPAN )
Test-BDD-Cucumber/lib/Test/BDD/Cucumber/Manual/Steps.pod ( view source; MetaCPAN )
. C<Test2::V0> or
C<Test::Exception>.

L<Test::BDD::Cucumber::StepFile> gives us the functions C<Given()>, C<When()>,
C<Then()> and C<Step()>.

=head1 STEP DEFINITIONS

 Given qr/I have (\d+)/, sub {
                  |
 | background       | "Grundlage"                                  |
 ...
 | given (code)     | "Angenommen", "Gegebensei", "Gegebenseien"   |
 | when (code)      | "Wenn"         
Config-Param ( T/TH/THORGIS/Config-Param-4.000006.tar.gz, THORGIS, 2025; MetaCPAN )
Config-Param/lib/Config/Param.pm ( view source; MetaCPAN )
essing may take place to find an appropriate file (see below).
When just B<-I> or B<--config> is given (no B<=>!), then a file with the current configuration ist written to STDOUT and the program exit
Tree-DAG_Node ( R/RS/RSAVAGE/Tree-DAG_Node-1.35.tgz, RSAVAGE, 2025; MetaCPAN )
Tree-DAG_Node/lib/Tree/DAG_Node.pm ( view source; MetaCPAN )
ncestor to all the nodes given (in
nodes $node and LIST).  In other words, it answers the question: "What
node in the tree, as low as possible, is ancestor to the nodes given
($node and LIST)?"

If th
PPI ( M/MI/MITHALDU/PPI-1.283.tar.gz, MITHALDU, 2025; MetaCPAN )
PPI/lib/PPI/Structure/Given.pm ( view source; MetaCPAN )

=head1 NAME

PPI::Structure::Given - Circular braces for a switch statement

=head1 SYNOPSIS

  given ( something ) {
      ...
  }

=head1 INHERITANCE

  PPI::Structure::Given
  isa PPI::Structure
 
PPI ( M/MI/MITHALDU/PPI-1.283.tar.gz, MITHALDU, 2025; MetaCPAN )
PPI/lib/PPI/Statement/Given.pm ( view source; MetaCPAN )
t::Given;

=pod

=head1 NAME

PPI::Statement::Given - A given-when statement

=head1 SYNOPSIS

  given ( foo ) {
      say $_;
  }

=head1 INHERITANCE

  PPI::Statement::Given
  isa PPI::Statement
   
Sidef ( T/TR/TRIZEN/Sidef-24.11.tar.gz, TRIZEN, 2024; MetaCPAN )
Sidef/lib/Sidef/Parser.pm ( view source; MetaCPAN )
||
                  &&= &&

                  ^.. ..^

                  %% ≅
                  ~~ !~
                  <~>
                  <=> =~=
                  <<= >>=
                  << 
>{value} = $block;
                }

                return $obj;
            }

            # "given(expr) {...}" construct
            if (/\Ggiven\b\h*/gc) {
                my $expr = (
         
of the `given/when` construct",
                                            reason => "expected `given(expr) {...}`",
                                            code   => $_,
                        
PDK ( C/CA/CARELINE/PDK-0.014.tar.gz, CARELINE, 2024; MetaCPAN )
PDK/lib/PDK/Utils/Set.pm ( view source; MetaCPAN )
------------
sub isEqual {
  my ($self, $setObj) = @_;
  return (@{$self->mins} ~~ @{$setObj->mins} and @{$self->maxs} ~~ @{$setObj->maxs});
}

#-------------------------------------------------------
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/lib/PDF/Builder.pm ( view source; MetaCPAN )
@corners);
    }

    my $UU = $self->{'pdf'}->{' userUnit'};
    # scale down size if User Unit given (e.g., Letter => 0 0 8.5 11)
    if ($isName && $UU != 1.0) {
        for (my $i=0; $i<4; $i++) {
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/lib/PDF/Builder/Annotation.pm ( view source; MetaCPAN )
ectable
(clickable, to bring up the annotation text). These
are four sets of C<x,y> coordinates, given (for Left-to-Right text) as the 
upper bound Upper Left to Upper Right and then the lower bound L
is marked by a straight underline.

=back

=item color => I<array of values>

If C<color> is not given (an array of numbers in the range 0.0-1.0), a 
medium gray should be used by default. 
Named colo
s
to no border ([0 0 0]), if no /Border entry is given).
Optionally, a dash pattern array may be given (C<on> length, C<off> length,
as one or more I<pairs>). The default is a solid line.

The border 
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/lib/PDF/Builder/FontManager.pm ( view source; MetaCPAN )
= $pdf->get_font()  # Get

    $font = $pdf->get_font(%info)  # Set

=over

If no parameters are given (C<@current = $pdf-E<gt>get_font()>), a list
(array) is returned giving the I<current> font setti
t been explicitly set, the 
current font will be the default font.

If at least one parameter is given (C<%info> hash), the font manager will
attempt to discover the appropriate font (from within the 
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/lib/PDF/Builder/Content/Text.pm ( view source; MetaCPAN )
d, to define a
# rectangular outline.
# $grfx is graphics context, non-dummy if 'outline' option given (draw outline)
#
# TBD: what to do if any line too short to use? 

sub _get_column_outline {
    
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/lib/PDF/Builder/Page.pm ( view source; MetaCPAN )
rdinates given
        @corners = page_size(@corners);
    }

    # scale down size if User Unit given (e.g., Letter => 0 0 8.5 11)
    # we have a global userUnit, and possibly a page userUnit overri
Moonshine-Bootstrap ( L/LN/LNATION/Moonshine-Bootstrap-0.05.tar.gz, LNATION, 2025; MetaCPAN )
Moonshine-Bootstrap/lib/Moonshine/Bootstrap/Component/NavbarCollapse.pm ( view source; MetaCPAN )
t = Moonshine::Element->new($base_args);

    for my $nav ( @{ $build_args->{navs} } ) {
        given ( delete $nav->{nav_type} ) {
            when ('nav') {
                $base_element->add_child
Data-Radius ( P/PO/PORTAONE/Data-Radius-1.2.9.tar.gz, PORTAONE, 2025; MetaCPAN )
Data-Radius/lib/Data/Radius/Packet.pm ( view source; MetaCPAN )
cket header

    my $length = 20 + length($attributes);

    # generate new sequential id if not given (one byte size)
    my $req_id = $h{request_id} // ($request_id++) & 0xff;

    # RFC3579 Message
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/lib/PDF/Builder/Content.pm ( view source; MetaCPAN )
e, $f],
        'point'     => [$x,$y]
	'repeat'    => $boolean
    )

A six element list may be given (C<matrix>) for a 
further transformation matrix:

    $a = cos(rot) * scale factor for X 
    $b
in the
indicated order>.
A matrix of 6 values may also be given (C<matrix>). The transformation matrix 
is updated. 
A C<point> may be given (a point to be multiplied [transformed] by the 
completed m
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/docs/buildDoc.pl ( view source; MetaCPAN )
lines. 

  --rootname=string  default: "Builder" for PDF::Builder. --rootname must be 
          given (not an empty string). For example, there are also PDF::API2 
          and PDF::Report, among ot

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