Group
Extension

Matches 1364

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
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
PDF-Builder ( P/PM/PMPERRY/PDF-Builder-3.027.tar.gz, PMPERRY, 2025; MetaCPAN )
PDF-Builder/contrib/text2pdf.pl ( view source; MetaCPAN )
en=();   # from StackOverflow 7651
@FILES = grep { ! $seen{$_} ++ } @FILES;
# check for no files given (found)
if (0 == @FILES) {
	die "Please specify at least one file name or glob on command line\n"
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
Moonshine-Bootstrap ( L/LN/LNATION/Moonshine-Bootstrap-0.05.tar.gz, LNATION, 2025; MetaCPAN )
Moonshine-Bootstrap/lib/Moonshine/Bootstrap/Component/Pager.pm ( view source; MetaCPAN )
{previous}->{class} .= 'previous';
        $base_args->{next}->{class}     .= 'next';
    }

    given ( $build_args->{disable} ) {
        my $dis = 'disabled';
        when ('previous') {
          
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/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 {
    
Moonshine-Bootstrap ( L/LN/LNATION/Moonshine-Bootstrap-0.05.tar.gz, LNATION, 2025; MetaCPAN )
Moonshine-Bootstrap/lib/Moonshine/Bootstrap/Component/FormGroup.pm ( view source; MetaCPAN )
Moonshine::Element->new($base_args);

    for my $field ( @{ $build_args->{fields} } ) {
        given ( delete $field->{field_type} ) {
            when ( 'text' ) {
                $form_group->add_
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
Sidef ( T/TR/TRIZEN/Sidef-24.11.tar.gz, TRIZEN, 2024; MetaCPAN )
Sidef/lib/Sidef/Object/Object.pod ( view source; MetaCPAN )
t

=head2 |>

    a |> b

Returns the

=cut

=head2 ||

    a || b

Returns the

=cut

=head2 ~~

    a ~~ b

Returns the

Aliases: I<smartmatch>

=cut

=head2 ⫶

    a ⫶ b

Returns the

=cut

=he
Bencher-ScenarioBundle-SmartMatch ( P/PE/PERLANCAR/Bencher-ScenarioBundle-SmartMatch-0.001.tar.gz, PERLANCAR, 2024; MetaCPAN )
Bencher-ScenarioBundle-SmartMatch/lib/Bencher/Scenario/SmartMatch/str_in_ary_of_str.pm ( view source; MetaCPAN )
$scenario = {
    summary => 'Benchmark searching string in array-of-string using smartmatch: $str ~~ @ary_of_str',
    participants => [
        {module=>'match::simple', code_template=>q{my $str = <
ch: $str ~~ @ary_of_str

__END__

=pod

=encoding UTF-8

=head1 NAME

Bencher::Scenario::SmartMatch::str_in_ary_of_str - Benchmark searching string in array-of-string using smartmatch: $str ~~ @ary_of
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/Tutorial.pod ( view source; MetaCPAN )
{
                    my $cell = $table->get_cell($i, $j);
                    if ($cell->get_type ~~ $filter) {
                        $count++;
                        $amount += $cell->get_value;
            }
            }
        say "Found $amount in $count numeric cells";

[ 2024 Note: The ~~ operator was deprecated in Perl 5.38.1 and will be removed in the future,
so the examples should b
               my $cell = $row->get_cell($j) or last CELL;
                    if ($cell->get_type ~~ $filter) {
                        $count++;
                        $amount += $cell->get_value;
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/TextElement.pm ( view source; MetaCPAN )
         return wantarray ? $start : ($start, $end);
                }

        my $tag;
        given ($opt{role})
                {
                when (undef)
                        {
           
defined $t;
                    }
                else
                    {
                    given ($node->get_tag)
                        {
                        when ('text:tab')
            
      }
        my $tag;
        my %attr = $opt{attributes} ? %{$opt{attributes}} : ();
        given ($opt{type})
                {
                when (["lexical", "alphabetical"])
               
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
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   => $_,
                        
PDL ( E/ET/ETJ/PDL-2.100.tar.gz, ETJ, 2025; MetaCPAN )
PDL/PDLdb.pl ( view source; MetaCPAN )
nes to list (a windowful).
        $incr = $window - 1;

        # Set the start to the argument given (if there was one).
        $start = $1 if $1;

        # Back up by the context amount.
        
PDL ( E/ET/ETJ/PDL-2.100.tar.gz, ETJ, 2025; MetaCPAN )
PDL/Libtmp/Transform/Cartography/Cartography.pm ( view source; MetaCPAN )
optical system.

In the forward direction, t_perspective generates perspective views of
a sphere given (lon/lat) mapping or vector information.  In the reverse
direction, t_perspective produces (lon/l
PDL ( E/ET/ETJ/PDL-2.100.tar.gz, CHM, 2025; MetaCPAN )
PDL/Lib/Transform/Cartography/Cartography.pm ( view source; MetaCPAN )
optical system.

In the forward direction, t_perspective generates perspective views of
a sphere given (lon/lat) mapping or vector information.  In the reverse
direction, t_perspective produces (lon/l
PDL ( E/ET/ETJ/PDL-2.100.tar.gz, ETJ, 2025; MetaCPAN )
PDL/Basic/PDLdb.pl ( view source; MetaCPAN )
nes to list (a windowful).
        $incr = $window - 1;

        # Set the start to the argument given (if there was one).
        $start = $1 if $1;

        # Back up by the context amount.
        

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