Group
Extension

Matches 1354

SPVM-Resource-Libpng ( K/KI/KIMOTO/SPVM-Resource-Libpng-0.013.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-Resource-Libpng/lib/SPVM/Resource/Libpng.native/src/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */
#endif /* SIMPLIFIED_WRITE_STDIO */

/* With all write APIs if image is in one of the
SPVM-Resource-Libpng ( K/KI/KIMOTO/SPVM-Resource-Libpng-0.013.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-Resource-Libpng/lib/SPVM/Resource/Libpng.native/include/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */
#endif /* SIMPLIFIED_WRITE_STDIO */

/* With all write APIs if image is in one of the
Locales ( D/DY/DYACOB/Locales-0.05.tar.gz, DMUEY, 2025; MetaCPAN )
Locales/lib/Locales.pm ( view source; MetaCPAN )
s no warning or errors of it’s own. If any function or method returns false then the arguments given (or not given) were invalid/not found.

Deviations from this are documented per function/method.
SPVM-Resource-Libpng ( K/KI/KIMOTO/SPVM-Resource-Libpng-0.013.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-Resource-Libpng/original.tmp/libpng/png.h ( view source; MetaCPAN )
nst void *buffer, png_int_32 row_stride,
   const void *colormap));
   /* Write the image to the given (FILE*). */
#endif /* SIMPLIFIED_WRITE_STDIO */

/* With all write APIs if image is in one of the
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/None.pm ( view source; MetaCPAN )
hs) {
        for (@$self) {
            return if $other ~~ $_;
        }

        return 1;
    }

    for (@$self) {
        return if $_ ~~ $other;
    }

    return 1;
}

1;
END_CODE
  }
}

sub n
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/One.pm ( view source; MetaCPAN )
       if ($other ~~ $_) {
              return if $count;
              $count = 1;
            }
        }

        return($count == 1);
    }

    for (@$self) {
        if ($_ ~~ $other) {
       
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/Any.pm ( view source; MetaCPAN )
) {
        for (@$self) {
            return 1 if $other ~~ $_;
        }

        return;
    }

    for (@$self) {
        return 1 if $_ ~~ $other;
    }

    return;
}

1;
END_CODE
  }
}

sub num
Syntax-Keyword-Junction ( H/HA/HAARG/Syntax-Keyword-Junction-0.003009.tar.gz, HAARG, 2024; MetaCPAN )
Syntax-Keyword-Junction/lib/Syntax/Keyword/Junction/All.pm ( view source; MetaCPAN )
        for (@$self) {
            return unless $other ~~ $_;
        }

        return 1;
    }

    for (@$self) {
        return unless $_ ~~ $other;
    }

    return 1;
}

1;
END_CODE
  }
}

sub
Async-Microservice ( J/JK/JKUTEJ/Async-Microservice-0.04.tar.gz, JKUTEJ, 2025; MetaCPAN )
Async-Microservice/lib/Async/Microservice/Time.pm ( view source; MetaCPAN )
s the only parallel processed reponse method (the other ones are
pure CPU-only bound) that sleep given (or random) number of seconds and
only then returns the request response with when it started and
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
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/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());
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.
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
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
Koha-Contrib-Sudoc ( F/FR/FREDERICD/Koha-Contrib-Sudoc-2.47.tar.gz, FREDERICD, 2024; MetaCPAN )
Koha-Contrib-Sudoc/share/lib/BibliConverter.pm ( view source; MetaCPAN )
s SUDOC dont on ne veut pas dans le catalogue
    # Koha
    $record->fields( [ grep { not $_->tag ~~ @todelete } @{$record->fields} ] );

    $record->append( MARC::Moose::Field::Std->new(
        ta
String-Tagged-Markdown ( P/PE/PEVANS/String-Tagged-Markdown-0.06.tar.gz, PEVANS, 2024; MetaCPAN )
String-Tagged-Markdown/lib/String/Tagged/Markdown.pm ( view source; MetaCPAN )
down_markers
{
   "**" => "bold",
   "*"  => "italic",
   "__" => "bold",
   "_"  => "italic",
   "~~" => "strike",
   "`"  => "fixed",
}

sub __cache_per_class ( $code )
{
   my %cache;
   return sub
d above.

Recognises the following kinds of inline text markers:

   **bold**

   *italic*

   ~~strike~~

   `fixed`

   [link](target)

   backslashes escape any special characters as \*

In additio
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 =
                   
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lib/ODF/lpOD/Common.pm ( view source; MetaCPAN )
and the ~~ operator, and 5.40 will
# supposedly remove them entirely.  To preserve existing semantics of
# existing code including user-visible functions, I'm emulating (a subset of) 
# the ~~ operato
ODF-lpOD ( A/AB/ABEVERLEY/ODF-lpOD-2.001.tar.gz, ABEVERLEY, 2024; MetaCPAN )
ODF-lpOD/lpOD/StructuredContainer.pm ( view source; MetaCPAN )
        my $self        = shift;
        my $value       = shift // 'true';
        unless ($value ~~ ['true', 'none', 'condition'])
                {
                if ($value == TRUE)
             
 {
        my $self        = shift;
        my $value = $self->get_attribute('display');
        given ($value)
                {
                when (undef)        { return TRUE   }
                
elf        = shift;
        my $type        = shift         or return undef;
        unless ($type ~~ [ 'standard', 'lines', 'line', 'curve' ])
                {
                alert "Not allowed con

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