Group
Extension

Matches 1354

DBM-Deep ( D/DC/DCANTRELL/DBM-Deep-2.0019.tar.gz, DCANTRELL, 2023; MetaCPAN )
DBM-Deep/utils/lib/DBM/Deep/09830.pm ( view source; MetaCPAN )
$self->_base_offset,
		root => $self->_root
	);
}

{
    my %is_legal_filter = map {
        $_ => ~~1,
    } qw(
        store_key store_value
        fetch_key fetch_value
    );

    sub set_filter
DBM-Deep ( D/DC/DCANTRELL/DBM-Deep-2.0019.tar.gz, DCANTRELL, 2023; MetaCPAN )
DBM-Deep/utils/lib/DBM/Deep/10002.pm ( view source; MetaCPAN )
API - stop poking in the innards of someone else..
{
    my %is_legal_filter = map {
        $_ => ~~1,
    } qw(
        store_key store_value
        fetch_key fetch_value
    );

    sub set_filter
SemanticWeb-Schema ( R/RR/RRWO/SemanticWeb-Schema-v23.0.0.tar.gz, RRWO, 2023; MetaCPAN )
SemanticWeb-Schema/lib/SemanticWeb/Schema/JobPosting.pm ( view source; MetaCPAN )
::True> if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation l
MIDI-Perl ( C/CO/CONKLIN/MIDI-Perl-0.84.tar.gz, CONKLIN, 2023; MetaCPAN )
MIDI-Perl/lib/MIDI/Simple.pm ( view source; MetaCPAN )
eters.

=cut

=item n(...parameters...)  or  $obj->n(...parameters...)

This uses the parameters given (and/or the state variables like
Volume, Channel, Notes, etc) to add a new note to the Score -- o
Lab-Measurement-Legacy ( A/AK/AKHUETTEL/Lab-Measurement-Legacy-3.904.tar.gz, AKHUETTEL, 2023; MetaCPAN )
Lab-Measurement-Legacy/lib/Lab/Instrument/SR830.pm ( view source; MetaCPAN )
n Hz.

=head2 set_amplitude

  $sr830->set_amplitude(0.005);

Sets output amplitude to the value given (in V); values between 4 mV and 5 V are possible.

=head2 get_amplitude

  $ampl=$sr830->get_ampl
Tickit ( P/PE/PEVANS/Tickit-0.74.tar.gz, PEVANS, 2023; MetaCPAN )
Tickit/lib/Tickit/Utils.pm ( view source; MetaCPAN )
d2 textwidth

   $cols = textwidth( $str )

Returns the number of screen columns consumed by the given (Unicode) string.

=cut

# Provided by XS

=head2 chars2cols

   @cols = chars2cols( $text, @char
PApp ( M/ML/MLEHMANN/PApp-2.3.tar.gz, MLEHMANN, 2023; MetaCPAN )
PApp/PApp/XML.pm ( view source; MetaCPAN )
object used to print
                the string.

                If a reference to a coderef is given (e.g. C<\sub {}>),
                the coderef will be called during parsing and the
            
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
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
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(
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
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
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
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
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

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