Group
Extension

Matches 1364

PApp ( M/ML/MLEHMANN/PApp-2.3.tar.gz, MLEHMANN, 2023; MetaCPAN )
PApp/PApp.pm ( view source; MetaCPAN )
tput_charset = lc shift if @_;
}

=item setlocale [$locale]

Sets the locale used by perl to the given (PApp-style) locale string. This
might involve multiple calls to the "real" setlocale which in tu
Text-Amuse-Preprocessor ( M/ME/MELMOTHX/Text-Amuse-Preprocessor-0.67.tar.gz, MELMOTHX, 2023; MetaCPAN )
Text-Amuse-Preprocessor/lib/Text/Amuse/Preprocessor.pm ( view source; MetaCPAN )
priate (whatever this means).

=head3 show_nbsp

Make the non-break spaces visible and explicit as ~~ (available on
Text::Amuse since version 0.94).

=head3 fix_footnotes

Rearrange the footnotes if n
x{ad}\s*//g;
        if ($remove_nbsp) {
            $line =~ s/\x{a0}/ /g;
            $line =~ s/~~/ /g;
        }
        if ($fixtypo) {
            $line =~ s/(?<=\.) (?=\.)//g; # collapse the do
  $line = $nbsp_filter->($line);
        }
        if ($show_nbsp) {
            $line =~ s/\x{a0}/~~/g;
        }
        $piece->{string} = $line;
    }
    # write out
    $self->_write_file($outfi
MVC-Neaf ( K/KH/KHEDIN/MVC-Neaf-0.2901.tar.gz, KHEDIN, 2023; MetaCPAN )
MVC-Neaf/lib/MVC/Neaf/Route/Main.pm ( view source; MetaCPAN )
efaults

    get_path_defaults ( $methods, $path, [ \%override ... ] )

Fetch default values for given (path, method) combo as a single hash.

=cut

sub get_path_defaults {
    my ($self, $method, $pa
oceeds with application logic.

=head2 find_route( $method, $suffix )

Find subtree that matches given ($method, $suffix) pair.

May die 404 or 405 if no suitable route is found.

Otherwise returns (r
Mojolicious-Command-migration ( L/LI/LIKHATSKI/Mojolicious-Command-migration-0.18.tar.gz, LIKHATSKI, 2023; MetaCPAN )
Mojolicious-Command-migration/lib/Mojolicious/Command/migration.pm ( view source; MetaCPAN )
y @args = @_;

	die $self->usage unless my $action = shift @args;
	die $self->usage unless $action ~~ [qw/status prepare install upgrade downgrade rm diff/];

	GetOptionsFromArray \@args,
		'to-versio
Suck-Huggingface ( T/TT/TTKCIAR/Suck-Huggingface-1.00.tar.gz, TTKCIAR, 2023; MetaCPAN )
Suck-Huggingface/lib/Suck/Huggingface.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(
Business-KontoCheck ( M/MI/MICHEL/Business-KontoCheck-6.15.tar.gz, MICHEL, 2023; MetaCPAN )
Business-KontoCheck/zlib/contrib/iostream2/zstream.h ( view source; MetaCPAN )
       gzFile fp() { return m_fp; }

    private:
        gzFile m_fp;
};

/*
 * Binary read the given (array of) object(s) from the compressed file.
 * If the input file was not in gzip format, read(
       }

    private:
        gzFile m_fp;
        ostrstream* m_os;
};

/*
 * Binary write the given (array of) object(s) into the compressed file.
 * returns the number of uncompressed bytes actual
Win32-Mechanize-NotepadPlusPlus ( P/PE/PETERCJ/Win32-Mechanize-NotepadPlusPlus-0.011.tar.gz, PETERCJ, 2023; MetaCPAN )
Win32-Mechanize-NotepadPlusPlus/lib/Win32/Mechanize/NotepadPlusPlus/Editor.pm ( view source; MetaCPAN )
 = $ret//1;
    }
}

=item deleteLine

    editor->deleteLine($lineNumber);

Deletes the given (zero indexed) line number.

=cut

sub deleteLine {
    my ($self, $lineNumber) = @_;
    $
;
}

=item replaceLine

    editor->replaceLine($lineNumber, $newContents);

Replaces the given (zero indexed) line number (excluding newline sequence)
with the given contents

=cut
sub __d
tem replaceWholeLine

    editor->replaceWholeLine($lineNumber, $newContents);

Replaces the given (zero indexed) line number (including newline sequence)
with the given contents: thus, if $newCo
SPVM-Resource-Zlib-V1_2_11 ( K/KI/KIMOTO/SPVM-Resource-Zlib-V1_2_11-0.03.tar.gz, KIMOTO, 2023; MetaCPAN )
SPVM-Resource-Zlib-V1_2_11/lib/SPVM/Resource/Zlib/V1_2_11.native/src/contrib/iostream2/zstream.h ( view source; MetaCPAN )
       gzFile fp() { return m_fp; }

    private:
        gzFile m_fp;
};

/*
 * Binary read the given (array of) object(s) from the compressed file.
 * If the input file was not in gzip format, read(
       }

    private:
        gzFile m_fp;
        ostrstream* m_os;
};

/*
 * Binary write the given (array of) object(s) into the compressed file.
 * returns the number of uncompressed bytes actual
Scope-Upper ( V/VP/VPIT/Scope-Upper-0.34.tar.gz, VPIT, 2023; MetaCPAN )
Scope-Upper/Upper.xs ( view source; MetaCPAN )
al.retop)
# define SU_RETOP_LOOP(C)  ((C)->blk_loop.my_op->op_lastop->op_next)
# define SU_RETOP_GIVEN(C) ((C)->blk_givwhen.leave_op->op_next)
#else
# define SU_RETOP_SUB(C)  ((C)->blk_oldretsp > 0 ? 
 XSH_HAS_PERL(5, 10, 0)
  case CXt_GIVEN:
cxt_given:
   type = OP_LEAVEGIVEN;
   next = SU_RETOP_GIVEN(cx);
   break;
  case CXt_WHEN:
cxt_when:
#if XSH_HAS_PERL(5, 15, 1)
   type   = OP_LEAVEWHEN;
#e
Crypt-LE ( L/LE/LEADER/Crypt-LE-0.39.tar.gz, LEADER, 2023; MetaCPAN )
Crypt-LE/lib/Crypt/LE.pm ( view source; MetaCPAN )
rop the protocol if given (defaults to https later). If that leaves nothing, the check below
        # will set the servers to LE standard ones.
        $self->{server}=~s~^\w+://~~;
    } elsif ($sel
XAO-FS ( A/AM/AMALTSEV/XAO-FS-1.26.tar.gz, AMALTSEV, 2023; MetaCPAN )
XAO-FS/lib/XAO/DO/FS/Glue/Base_MySQL.pm ( view source; MetaCPAN )
                              1);
    }
    else {
        throw $self "store_row - no key_value given (old usage??)";
    }

    # Trapping for errors.
    #
    # This seems to be only needed for My
match-simple ( T/TO/TOBYINK/match-simple-0.012.tar.gz, TOBYINK, 2023; MetaCPAN )
match-simple/lib/match/simple.pm ( view source; MetaCPAN )
	my @mro = @{ mro::get_linear_isa( ref $obj ) };
	for my $class ( @mro ) {
		my $name = "$class\::(~~";
		my $overload = do {
			no strict 'refs';
			exists( &$name ) ? \&$name : undef;
		};
		return 
ide being passed as an
argument.

=item *

If the right hand side is an object which overloads C<< ~~ >>, then this
will be used.

=item *

If the right hand side is an arrayref, then the operator rec
PRANG ( E/EG/EGILES/PRANG-0.21.tar.gz, EGILES, 2023; MetaCPAN )
PRANG/lib/PRANG/XMLSchema/Guide.pod ( view source; MetaCPAN )
est);
 subtype "XML::EPP::transferOpType"
     => as "PRANG::XMLSchema::token",
     => where { $_ ~~ @tot };

=head2 CONVERT C<complexType> TO CLASSES

This really belongs earlier in this document, i
MRO-Magic ( R/RJ/RJBS/MRO-Magic-0.100002.tar.gz, RJBS, 2023; MetaCPAN )
MRO-Magic/lib/MRO/Magic.pm ( view source; MetaCPAN )
hod};
  my $passthru   = $arg->{passthru};

  use Data::Dumper;
  return sub {
    return if $_[2] ~~ $passthru;

    return if substr($_[2], 0, 1) eq '(';

    ${ $_[1] } = $_[2];
    $_[2] = $metame
File-AptFetch ( W/WH/WHYNOT/File-AptFetch-v0.1.15.tar.gz, WHYNOT, 2023; MetaCPAN )
File-AptFetch/lib/AptFetch.pm ( view source; MetaCPAN )
with I<$!>.

=item ($method): (apt-config): timeouted

While processing a fair 120sec timeout is given
(it's reset after each I<$line>).
I<@$config_source> hanged for that time.

=item ($method): (apt
Sort-ByExample ( R/RJ/RJBS/Sort-ByExample-0.008.tar.gz, RJBS, 2023; MetaCPAN )
Sort-ByExample/lib/Sort/ByExample.pm ( view source; MetaCPAN )
d in the
#pod example will be found at the end of the output, sorted by the fallback sub if
#pod given (see below).
#pod
#pod Alternately, the example may be a reference to a hash.  Values are used to
t not found in the
example will be found at the end of the output, sorted by the fallback sub if
given (see below).

Alternately, the example may be a reference to a hash.  Values are used to
provide 
Sub-Exporter-GlobExporter ( R/RJ/RJBS/Sub-Exporter-GlobExporter-0.006.tar.gz, RJBS, 2023; MetaCPAN )
Sub-Exporter-GlobExporter/lib/Sub/Exporter/GlobExporter.pm ( view source; MetaCPAN )
porting package.  It will
export it under the name C<$default_name>, unless an alternate name is given
(as shown above).  The glob that is installed is specified by the
C<$globref_locator>, which can 
Email-MIME-Kit-Assembler-Markdown ( R/RJ/RJBS/Email-MIME-Kit-Assembler-Markdown-0.100009.tar.gz, RJBS, 2023; MetaCPAN )
Email-MIME-Kit-Assembler-Markdown/lib/Email/MIME/Kit/Assembler/Markdown.pm ( view source; MetaCPAN )
the Markdown content after
#pod it has been rendered by the kit's Renderer, if any.
#pod
#pod If given (and true), the C<munge_signature> option will perform some basic
#pod munging of a sigdash-prefi
s.  The specific munging performed is not guaranteed to remain exactly
#pod stable.
#pod
#pod If given (and true), the C<render_wrapper> option will cause the kit entry to
#pod be passed through the r
template
#pod parameter called C<wrapped_content>, and should be included that way.
#pod
#pod If given (and true), the C<encode_entities> option will cause HTML in the
#pod source text to be entity en
GFX-Enhancer ( K/KO/KOBOLDWIZ/Perl5/GFX-Enhancer-0.1.22.tar.gz, KOBOLDWIZ, 2021; MetaCPAN )
GFX-Enhancer/lib/GFX/Enhancer/SingleLineAntialias.pm ( view source; MetaCPAN )
rom resulting list
	for (my $i = 0; $i < length(@rgba_points); $i++) {
		if (not (@rgba_points[$i] ~~ @non_rgba_rgba_points)) {
			push (@return_rgba_points, @rgba_points[$i]);
		}
	}
	
	return (@retu
}->{width}}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i]->{index} - $self->{imgrepr}->{width} - 1}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i
]->{index} - $self->{imgrepr}->{width} + 1}) % $self->{imgrepr}->{width} ~~ @indexl) {
		push (@grepped_points, @rgbasl[$i]);
		}
	}
	return (@grepped_points);	
}

1;
Mojolicious-Plugin-XRD ( A/AK/AKRON/Mojolicious-Plugin-XRD-0.24.tar.gz, AKRON, 2022; MetaCPAN )
Mojolicious-Plugin-XRD/lib/Mojolicious/Plugin/XRD.pm ( view source; MetaCPAN )
the
response headers as a L<Mojo::Headers> object.

Expects a valid URL. In case no scheme is given (e.g., C<//gmail.com>),
the method will first try to fetch the resource with C<https> and
on fa

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