Group
Extension

Matches 1303

Zonemaster-LDNS ( Z/ZN/ZNMSTR/Zonemaster-LDNS-4.0.1.tar.gz, ZNMSTR, 2024; MetaCPAN )
Zonemaster-LDNS/ldns/ldns/dnssec_verify.h ( view source; MetaCPAN )
acket had an empty ANSWER
 *                          section
 * \param[out] match On match, the given (reference to a) pointer will be set 
 *                  to point to the matching nsec resource 
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.913.tar.gz, RKAPL, 2024; MetaCPAN )
EAI-Wrap/lib/EAI/DB.pm ( view source; MetaCPAN )
gger = get_logger();
	my $statement = $DB->{query};
	eval {
		die "no ref to hash argument param given ({query=>''})" if ref($DB) ne "HASH";
		die "no ref to array argument data (for returning data) g
->{keyfields} and ref($DB->{keyfields}) eq "ARRAY";
	eval {
		die "no ref to hash argument param given ({query=>'',keyfields=>[]})" if ref($DB) ne "HASH";
		die "no ref to hash argument data (for retu
\n".Dumper($coldefs)) if $logger->is_trace;
		my %IDName;
		if ($addID) {
			die "no valid addID given (needs to be ref to hash, key=fieldname, value=ID)!" if ref($addID) ne 'HASH';
			$IDName{$_} = 1
Zonemaster-LDNS ( Z/ZN/ZNMSTR/Zonemaster-LDNS-4.0.1.tar.gz, ZNMSTR, 2024; MetaCPAN )
Zonemaster-LDNS/ldns/ldns/rr_functions.h ( view source; MetaCPAN )
 the soa serial to the number of 
 * seconds since unix epoch (1-1-1970 00:00). 
 * When data is given (i.e. the function is called via
 * ldns_rr_soa_increment_func_int), it is used as the current ti
 serial to the current date
 * succeeded by a two digit iteration (datecounter).
 * When data is given (i.e. the function is called via
 * ldns_rr_soa_increment_func_int), it is used as the current ti
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.913.tar.gz, RKAPL, 2024; 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
EAI-Wrap ( R/RK/RKAPL/EAI-Wrap-1.913.tar.gz, RKAPL, 2024; 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)");
		return 0;
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)");
		return 0;
Astro-satpass ( W/WY/WYANT/Astro-satpass-0.131.tar.gz, WYANT, 2024; MetaCPAN )
Astro-satpass/lib/Astro/Coord/ECI/Utils.pm ( view source; MetaCPAN )
turns the Greenwich hour angle of the mean equinox at
0 hours universal on the day whose time is given (i.e. the argument is
a standard Perl time).

=cut

sub theta0 {
    my ($time) = @_;
    my @t =
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/Synopsis/S05-regex.pod ( view source; MetaCPAN )
t-to-right order with
respect to the starting positions.

     $str = "abracadabra";

     if $str ~~ m:overlap/ a (.*) a / {
         @substrings = slice @();    # bracadabr cadabr dabr br
     }

=i
str = "abracadabra";

     if $str ~~ m:exhaustive/ a (.*?) a / {
         say "@()";    # br brac bracad bracadabr c cad cadabr d dabr br
     }

Note that the C<~~> above can return as soon as the f
ke the old
C<\A> and C<\z>. (The C</m> modifier is gone.)  On the right side of
an embedded C<~~> or C<!~~> operator they always match the start/end
of the indicated submatch because that submatch is 
Aion-Format ( D/DA/DART/Aion-Format-0.0.10.tar.gz, DART, 2024; MetaCPAN )
Aion-Format/lib/Aion/Format.pm ( view source; MetaCPAN )
) {
	my $s = shift;
	$s =~ s!#\{(?<x>[\w \t]*)\}|#(?<x>\w+)!
		my $x = $+{x};
		$x = "RESET" if $x ~~ [qw/r R/];
		Term::ANSIColor::color($x)
	!nge;
	sprintf $s, @_
}

# Печатает в STDOUT в
Aion-Format ( D/DA/DART/Aion-Format-0.0.10.tar.gz, DART, 2024; MetaCPAN )
Aion-Format/lib/Aion/Format/Html.pm ( view source; MetaCPAN )
h @attrs, $+{val} eq ""? " $+{attr}"
				: join "", " ", $+{attr}, "=", $+{quot},
					lc $+{attr} ~~ [qw/src href/]
						? Aion::Format::Url::normalize_url($+{val}, $link)
						: $+{val},
					$+{q
PPI ( O/OA/OALDERS/PPI-1.278.tar.gz, OALDERS, 2024; MetaCPAN )
PPI/lib/PPI/Statement/Given.pm ( view source; MetaCPAN )
t::Given;

=pod

=head1 NAME

PPI::Statement::Given - A given-when statement

=head1 SYNOPSIS

  given ( foo ) {
      say $_;
  }

=head1 INHERITANCE

  PPI::Statement::Given
  isa PPI::Statement
   
Devel-MAT ( P/PE/PEVANS/Devel-MAT-0.53.tar.gz, PEVANS, 2024; MetaCPAN )
Devel-MAT/lib/Devel/MAT/Graph.pm ( view source; MetaCPAN )
->sv_at( $_[0]->addr ) }

=head2 roots

   @roots = $node->roots;

Returns any root descriptions given (by calls to C<< $graph->add_root >> for
the SV at this node.

   $graph->add_root( $sv, $desc );
Date-Manip ( S/SB/SBECK/Date-Manip-6.95.tar.gz, SBECK, 2024; MetaCPAN )
Date-Manip/lib/Date/Manip/Config.pod ( view source; MetaCPAN )
t 1-7), then the first week
of the year is the one that contains the first occurrence of the DoW
given (X=1 is Monday, X=7 is Sunday).  So, if you want the first week
to be the one that contains the f
Date-Manip ( S/SB/SBECK/Date-Manip-6.95.tar.gz, SBECK, 2024; MetaCPAN )
Date-Manip/lib/Date/Manip/DM5.pod ( view source; MetaCPAN )
t be given
in the correct order.

The word "in" may be given (prepended in English) to the delta ("in 5 years")
and the word "ago" may be given (appended in English) ("6 months ago").  The
"in" is com
Date-Manip ( S/SB/SBECK/Date-Manip-6.95.tar.gz, SBECK, 2024; MetaCPAN )
Date-Manip/lib/Date/Manip/Recur.pod ( view source; MetaCPAN )
f the RecurRange variable. If any
of the dates are passed in, they must be included in the order given
(though it is safe to pass an empty string or undef in for any of them
if you only want to set so
PPI ( O/OA/OALDERS/PPI-1.278.tar.gz, OALDERS, 2024; MetaCPAN )
PPI/lib/PPI/Structure/Given.pm ( view source; MetaCPAN )

=head1 NAME

PPI::Structure::Given - Circular braces for a switch statement

=head1 SYNOPSIS

  given ( something ) {
      ...
  }

=head1 INHERITANCE

  PPI::Structure::Given
  isa PPI::Structure
 
Xorg-XLFD ( W/WO/WOLDRICH/Xorg-XLFD-0.134.tar.gz, WOLDRICH, 2019; MetaCPAN )
Xorg-XLFD/lib/Xorg/XLFD.pm ( view source; MetaCPAN )
t}}, $weight)
      unless $weight ~~ @{$fonts{family}->{$family}->{weight}}; 

    push(@{$fonts{family}->{$family}->{width}}, $avg_width)
      unless $avg_width ~~ @{$fonts{family}->{$family}->{wid
_dpi}}, $v_dpi)
      unless $v_dpi ~~ @{$fonts{family}->{$family}->{vert_dpi}}; 

    push(@{$fonts{family}->{$family}->{horiz_dpi}}, $h_dpi)
      unless $h_dpi ~~ @{$fonts{family}->{$family}->{hori
hs}}, $tenths)
      unless $tenths ~~ @{$fonts{family}->{$family}->{tenths}}; 

    push(@{$fonts{family}->{$family}->{spacing}}, $spacing)
      unless $spacing ~~ @{$fonts{family}->{$family}->{spac
autodie ( T/TO/TODDR/autodie-2.37.tar.gz, TODDR, 2023; MetaCPAN )
autodie/lib/autodie/exception.pm ( view source; MetaCPAN )
,
    # Overload smart-match only if we're using 5.10 or up
    (( $] >= 5.010 && $] < 5.041 ) ? ('~~'  => "matches") : ()),
    fallback => 1,
;

my $PACKAGE = __PACKAGE__;  # Useful to have a scalar
{$PACKAGE}{eval_error}; }

=head3 matches

    if ( $e->matches('open') ) { ... }

    if ( 'open' ~~ $e ) { ... }

C<matches> is used to determine whether a
given exception matches a particular role.


See L<autodie/CATEGORIES> for further information.

On Perl 5.10 and above, using smart-match (C<~~>) with an
C<autodie::exception> object will use C<matches> underneath.  This module
used to recomm
XML-RSS ( S/SH/SHLOMIF/XML-RSS-1.63.tar.gz, SHLOMIF, 2023; MetaCPAN )
XML-RSS/lib/XML/RSS.pm ( view source; MetaCPAN )
are needs',
               rating         => '(PICS-1.1 "http://www.classify.org/safesurf/" 1 r (SS~~000 1))',
               copyright      => 'Copyright 1999, Freshmeat.net',
               pubDate 
LaTeXML ( B/BR/BRMILLER/LaTeXML-0.8.8.tar.gz, BRMILLER, 2024; MetaCPAN )
LaTeXML/lib/LaTeXML/Package.pm ( view source; MetaCPAN )
ssed to the currently loading package or class.
# If inorder=>1, they are processed in the order given (like \ProcessOptions*),
# otherwise, they are processed in the order declared.
# Unless noundefi
LaTeXML ( B/BR/BRMILLER/LaTeXML-0.8.8.tar.gz, BRMILLER, 2024; MetaCPAN )
LaTeXML/lib/LaTeXML/Core/Stomach.pm ( view source; MetaCPAN )
to primitives or
constructors.

=item C<< @boxes = $stomach->invokeToken($token); >>

Invoke the given (expanded) token.  If it corresponds to a
Primitive or Constructor, the definition will be invoke

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