Group
Extension

Matches 1309

Rinci ( P/PE/PERLANCAR/Rinci-1.1.104.tar.gz, PERLANCAR, 2024; MetaCPAN )
Rinci/lib/Rinci/function.pod ( view source; MetaCPAN )
eginning with $word
                 local $CWD = "/home";
                 return [grep {-d && $_ ~~ /^\Q$word/} <*>];
             },
         },
         force => {schema=>[bool => {default=>0}]},
grep {-d && $_ ~~ /^\Q$word/} <*>];

                 # exclude users already mentioned by user
                 my $ary = $args{args}{usernames};
                 $res = [grep {!($_ ~~ @$ary)}] @$res
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.919.tar.gz, RKAPL, 2025; MetaCPAN )
EAI-Wrap/lib/EAI/DB.pm ( view source; MetaCPAN )
= get_logger();
	my $statement = $DB->{query};

	eval {
		confess "no ref to hash argument param given ({query=>''})" if ref($DB) ne "HASH";
		confess "no ref to array argument data (for returning dat
eyfields} and ref($DB->{keyfields}) eq "ARRAY";
	eval {
		confess "no ref to hash argument param given ({query=>'',keyfields=>[]})" if ref($DB) ne "HASH";
		confess "no ref to hash argument data (for 
Dumper($coldefs)) if $logger->is_trace;
		my %IDName;
		if ($addID) {
			confess "no valid addID given (needs to be ref to hash, key=fieldname, value=ID)!" if ref($addID) ne 'HASH';
			$IDName{$_} = 1
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.919.tar.gz, RKAPL, 2025; MetaCPAN )
EAI-Wrap/lib/EAI/Common.pm ( view source; MetaCPAN )
pDataIntoDB/EAI::DB::storeInDB as an indicator for keys for debugging information if primkey not given (errors are shown with this key information). Format is the same as for primkey
		deleteBeforeIns
en)
		format_defaultsep => "", # default separator when format_sep not given (usually in site.config), if no separator is given (not needed for EAI::File::readExcel/EAI::File::readXML), "\t" is used f
 the process
		countPercent => 0, # percentage for counting File text reading and DB storing, if given (greater 0) then on each reaching of the percentage in countPercent a progress is shown (e.g. eve
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.919.tar.gz, RKAPL, 2025; MetaCPAN )
EAI-Wrap/lib/EAI/File.pm ( view source; MetaCPAN )
ARRAY') {
		@columnnames = @{$File->{columns}};
	} else {
		$logger->error("no field information given (columns should be ref to array or ref to hash, you have to initialize it as that)".longmess());
RRAY') {
		@columnnames = @{$File->{columns}}; 
	} else {
		$logger->error("no field information given (columns should be ref to array or ref to hash, you have to initialize it as that)".longmess());
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.919.tar.gz, RKAPL, 2025; MetaCPAN )
EAI-Wrap/lib/EAI/Wrap.pm ( view source; MetaCPAN )
pDataIntoDB/EAI::DB::storeInDB as an indicator for keys for debugging information if primkey not given (errors are shown with this key information). Format is the same as for primkey

=item deleteBefo
given)

=item format_defaultsep

default separator when format_sep not given (usually in site.config), if no separator is given (not needed for EAI::File::readExcel/EAI::File::readXML), "\t" is used f
of the process

=item countPercent

percentage for counting File text reading and DB storing, if given (greater 0) then on each reaching of the percentage in countPercent a progress is shown (e.g. eve
PDL-GSL ( E/ET/ETJ/PDL-GSL-2.101.tar.gz, ETJ, 2025; MetaCPAN )
PDL-GSL/GENERATED/PDL/GSL/LINALG.pm ( view source; MetaCPAN )
L(A)->dims[0], $PDL(A)->dims[1]) : 1)); int [o,phys]signum())

=for ref

LU decomposition of the given (real or complex) matrix.

=for bad

LU_decomp ignores the bad-value flag of the input ndarrays.
Sidef ( T/TR/TRIZEN/Sidef-24.11.tar.gz, TRIZEN, 2024; MetaCPAN )
Sidef/lib/Sidef/Deparse/Perl.pm ( view source; MetaCPAN )
                  next;
                    }

                    # !~ and ~~ methods
                    if ($method eq '~~' or $method eq '!~') {
                        $code =
                   
App-Music-ChordPro ( J/JV/JV/App-Music-ChordPro-6.070.tar.gz, JV, 2024; MetaCPAN )
App-Music-ChordPro/lib/ChordPro/lib/SVGPDF/Contrib/Bogen.pm ( view source; MetaCPAN )
xis pointing "northwest". 
The default value is 0 (no rotation).

=item 'full' => color_spec

If given (no default), draw the full ellipse (not just the arc) 
in this color, with a dot at its center. 
WebService-Mattermost ( M/MI/MIKEJONES/WebService-Mattermost-0.31.tar.gz, MIKEJONES, 2025; MetaCPAN )
WebService-Mattermost/lib/WebService/Mattermost/V4/Client.pm ( view source; MetaCPAN )
b _reauthenticate {
    my $self = shift;

    # Mattermost authentication tokens expire after a given (and unknown) amount
    # of time. By default, the client will reconnect every hour in order to
mb ( I/IN/INA/mb/mb-0.58.tar.gz, INA, 2024; MetaCPAN )
mb/lib/mb.pm ( view source; MetaCPAN )
   \|\|= | \|\|  | \|\.= | \|\.  | \|=   | \|    | # "\x7C" [|] VERTICAL LINE     (U+007C)
        ~~    | ~\.   | ~=    | ~                       # "\x7E" [~] TILDE             (U+007E)

    ) /xmsgc
      (expr)
    # unless      (expr)
    # while       (expr)
    # until       (expr)
    # given       (expr)
    # when        (expr)
    # CORE::catch (expr)
    # catch       (expr)
    elsif (/
Data-Tools ( C/CA/CADE/Data-Tools-1.46.tar.gz, CADE, 2024; MetaCPAN )
Data-Tools/lib/Data/Tools/Time.pm ( view source; MetaCPAN )
n ISO8601
  return $dow;           # return Mon=1 as in ISO8601
}

# return month days count for given ( year, month ) (not strictly julian_ namespace)
sub julian_date_month_days_ym
{
  my $y = shift;
Test-Inter ( S/SB/SBECK/Test-Inter-1.12.tar.gz, SBECK, 2024; MetaCPAN )
Test-Inter/lib/Test/Inter.pod ( view source; MetaCPAN )
 actually a short description of the
test). Whenever a test result is reported, the name will be given (if
one was specified).

The name may not have a '#' in it.

The name is completely optional, but
SVGPDF ( J/JV/JV/SVGPDF-0.090.tar.gz, JV, 2024; MetaCPAN )
SVGPDF/lib/SVGPDF/Contrib/Bogen.pm ( view source; MetaCPAN )
xis pointing "northwest". 
The default value is 0 (no rotation).

=item 'full' => color_spec

If given (no default), draw the full ellipse (not just the arc) 
in this color, with a dot at its center. 
DBIx-HoldMyPlace ( L/LA/LANX/DBIx-HoldMyPlace-0.04.01-TRIAL.tar.gz, LANX, 2024; MetaCPAN )
DBIx-HoldMyPlace/My/exp/t_Data_DPath.pl ( view source; MetaCPAN )
tlist = dpath($path)->match($data); 

# Perl 5.10 style using overloaded smartmatch operator
#my $resultlist = $data ~~ dpath '/AAA/*/CCC';        # [ ['XXX', 'YYY', 'ZZZ'], [ 'RR1', 'RR2', 'RR3' ] ]
Tapper-Reports-Web ( T/TA/TAPPER/Tapper-Reports-Web-5.0.17.tar.gz, TAPPER, 2024; MetaCPAN )
Tapper-Reports-Web/lib/Tapper/Reports/Web/Controller/Tapper/Testruns.pm ( view source; MetaCPAN )
cility.

=head2 get_test_list_from_precondition

Utility function to extract testprograms from a given (sub-) precondition.

=head2 get_testrun_overview

This function reads and parses all preconditio
PDL-Graphics-Gnuplot ( E/ET/ETJ/PDL-Graphics-Gnuplot-2.032.tar.gz, ETJ, 2024; MetaCPAN )
PDL-Graphics-Gnuplot/README.pod ( view source; MetaCPAN )
e what commands
would be sent to gnuplot. This is a dry run. Note that if the 'binary' option is
given (see below), then this dump will contain binary data. If this binary data
should be suppressed fr
 gnuplot I<and> to the log. Useful for debugging I/O issues. Note that
if the 'binary' option is given (see below), then this log will contain binary
data. If this binary data should be suppressed fro
SQL-Translator ( V/VE/VEESH/SQL-Translator-1.66.tar.gz, VEESH, 2024; MetaCPAN )
SQL-Translator/lib/SQL/Translator.pm ( view source; MetaCPAN )

}

# ----------------------------------------------------------------------
# Load the sub name given (including package), optionally using a base package
# path. Returns code ref and name of sub loa
PDL-Graphics-Gnuplot ( E/ET/ETJ/PDL-Graphics-Gnuplot-2.032.tar.gz, ETJ, 2024; MetaCPAN )
PDL-Graphics-Gnuplot/lib/PDL/Graphics/Gnuplot.pm ( view source; MetaCPAN )
e what commands
would be sent to gnuplot. This is a dry run. Note that if the 'binary' option is
given (see below), then this dump will contain binary data. If this binary data
should be suppressed fr
 gnuplot I<and> to the log. Useful for debugging I/O issues. Note that
if the 'binary' option is given (see below), then this log will contain binary
data. If this binary data should be suppressed fro
Acme-CPANModules-GrepVariants ( P/PE/PERLANCAR/Acme-CPANModules-GrepVariants-0.013.tar.gz, PERLANCAR, 2024; MetaCPAN )
Acme-CPANModules-GrepVariants/lib/Acme/CPANModules/GrepVariants.pm ( view source; MetaCPAN )
 all
patterns to appear in a line (in no particular order). Normally, when multiple
patterns are given (via multiple `-e` or `--regexp` options), grep will include
lines that just contain at least one
 all
patterns to appear in a line (in no particular order). Normally, when multiple
patterns are given (via multiple C<-e> or C<--regexp> options), grep will include
lines that just contain at least o
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/lib/PPR/X.pm ( view source; MetaCPAN )
      |    [<>*&|/]{1,2}+  (?! [=]  )
            |    \^              (?! [=]  )
            |    ~~
            |    isa
            )
    )) # End of rule

        (?<PerlAssignmentOperator>   (?<P

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