Group
Extension

Matches 1364

Net-SIP ( S/SU/SULLR/Net-SIP-0.840.tar.gz, SULLR, 2025; MetaCPAN )
Net-SIP/lib/Net/SIP/Simple.pm ( view source; MetaCPAN )
          - alias for domain2proxy
# Returns: $self
# Comment:
# FIXME
# If more than one leg is given (e.g. legs+outgoing_proxy) than you have
# to provide a function to find out, which leg is used t
Net-API-REST ( J/JD/JDEGUEST/Net-API-REST-v1.2.4.tar.gz, JDEGUEST, 2025; MetaCPAN )
Net-API-REST/lib/Net/API/REST/Query.pm ( view source; MetaCPAN )
he current parameter
set.

=item strip_like($regex)

Remove all parameters whose names match the given (qr-quoted) regex e.g.

    $qq->strip_like(qr/^utm/)

Does NOT match against parameter values.

Lingua-Romana-Perligata ( D/DC/DCONWAY/Lingua-Romana-Perligata-0.605.tar.gz, DCONWAY, 2025; MetaCPAN )
Lingua-Romana-Perligata/lib/Lingua/Romana/Perligata.pm ( view source; MetaCPAN )
ne> tells it to
"reject!", and I<counte> bids it "count!". In each case, an instruction
is being given (and in a void context too, so no backchat is expected).

Handling scalar and list contexts is a 
Net-SIP ( S/SU/SULLR/Net-SIP-0.840.tar.gz, SULLR, 2025; MetaCPAN )
Net-SIP/lib/Net/SIP/Request.pod ( view source; MetaCPAN )
ponse will
be based on the request, but can be added or overridden using \%HEADER.
If MSG is not given (e.g. argument is missing, second argument is \%HEADER
already) a builtin message for the code wi
Travel-Status-DE-VRR ( D/DE/DERF/Travel-Status-DE-VRR-3.17.tar.gz, DERF, 2025; MetaCPAN )
Travel-Status-DE-VRR/lib/Travel/Status/DE/EFA/Result.pm ( view source; MetaCPAN )
 shift(@via_main);

			# FIXME cannot smartmatch $stop since it became an object
			#			if ( $stop ~~ \@via_show or $stop == $last_stop ) {
			#				next;
			#			}
			push( @via_show, $stop );
		}
	}

Locale-CLDR ( J/JG/JGNI/Locale-CLDR-v0.46.0.tar.gz, JGNI, 2025; MetaCPAN )
Locale-CLDR/lib/Locale/CLDR.pm ( view source; MetaCPAN )
 /^ ( (?: (?: ~~ )*+ ~ \[ | [^\[] )++ ) /x;
        $raw //= '';
		if (length $raw) {
			$text =~ s/^ ( (?: (?: ~~ )*+ ~ \[ | [^\[] )++ ) //gx;
			# Fix up escapes
			$raw =~ s/(?:~~)*+\K~\[/[/g;

			$raw =~ s/(?:~~)*+\K~,/,/g;
			$raw =~ s/~~/~/g;
			
			# Escape stuff for perl
			$raw =~ s/\\/\\\\/g;
			$raw =~ s/'/\\'/g;
			
			$sub .= ", '$raw'";
		}
		
		last unless length $tex

		$method =~ s/ \[ \s* (.*?) \s* \] /$1/x;
		
		# sort out ~, and ~~
		$method =~ s/(?:~~)*+\K~,/\x{00}/g;
		$method =~ s/~~/~/g;
		($method, my @params) = split /,/, $method;
		
		# if $is_p
PPI ( O/OA/OALDERS/PPI-1.284.tar.gz, OALDERS, 2025; 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
 
PPI ( O/OA/OALDERS/PPI-1.284.tar.gz, OALDERS, 2025; 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
   
App-Music-ChordPro ( J/JV/JV/App-Music-ChordPro-6.090.0.tar.gz, JV, 2025; 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. 
MQUL ( I/ID/IDOPEREL/MQUL-3.000001.tar.gz, IDOPEREL, 2025; MetaCPAN )
MQUL/lib/MQUL.pm ( view source; MetaCPAN )
ry hash-ref, and returns
true if the document matches the query, false otherwise. If no query
is given (or an empty hash-ref is given), true will be returned (every
document will match an empty query 
Crop ( O/OC/OCTAVIANI/Crop-0.1.27.tar.gz, OCTAVIANI, 2025; MetaCPAN )
Crop/lib/Crop/Debug.pm ( view source; MetaCPAN )
output items; if item is a reference, will print dump
=cut
sub debug {
	my $layer = $_[0] && $_[0] ~~ @Layer_const ? shift : DefaultLayer;

	# drop the layer prefix to print in a config-fasion manner
tput OFF
=cut
sub _verbose {
	my $layer = shift;

	my $conf = Crop->C->{debug};
	return 1 unless $conf->{output} eq 'On';
	
	return unless exists $conf->{layer};
	
	$layer ~~ @{$conf->{layer}};
}

1;
Perl-Critic-Pulp ( K/KR/KRYDE/Perl-Critic-Pulp-100.tar.gz, KRYDE, 2025; MetaCPAN )
Perl-Critic-Pulp/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitBarewordDoubleColon.pm ( view source; MetaCPAN )
ge names, not general bareword
quoting.  If there's no such package at compile time a warning is given (see
L<perldiag/Bareword "%s" refers to nonexistent package>)

    my $class = No::Such::Package:
SPVM-File-Find ( K/KI/KIMOTO/SPVM-File-Find-0.033.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM-File-Find/File-Fild-Perl.pm ( view source; MetaCPAN )
e structure of the directory tree (including symbolic
links to directories) you might traverse a given (physical) directory
more than once (only if C<follow_fast> is in effect).
Furthermore, deleting 
Crop-Config ( O/OC/OCTAVIANI/Crop-Config-0.1.25.tar.gz, OCTAVIANI, 2025; MetaCPAN )
Crop-Config/lib/Crop/Debug.pm ( view source; MetaCPAN )
output items; if item is a reference, will print dump
=cut
sub debug {
	my $layer = $_[0] && $_[0] ~~ @Layer_const ? shift : DefaultLayer;

	# drop the layer prefix to print in a config-fasion manner
tput OFF
=cut
sub _verbose {
	my $layer = shift;

	my $conf = Crop->C->{debug};
	return 1 unless $conf->{output} eq 'On';
	
	return unless exists $conf->{layer};
	
	$layer ~~ @{$conf->{layer}};
}

1;
Astro-satpass ( W/WY/WYANT/Astro-satpass-0.134.tar.gz, WYANT, 2025; 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 =
App-SeismicUnixGui ( G/GL/GLLORE/App-SeismicUnixGui-0.87.5.tar.gz, GLLORE, 2025; MetaCPAN )
App-SeismicUnixGui/sunix/shapeNcut/susplit.pm ( view source; MetaCPAN )
ten to 
 the directory perl thinks the code is running .

 2. If a list of su_base_file_names is given (in $DATA_SEISMIC_TXT)
 split files are written to $DATA_SEISMIC_SU.

 3. If an su_base_file_name
App-SeismicUnixGui ( G/GL/GLLORE/App-SeismicUnixGui-0.87.5.tar.gz, GLLORE, 2025; MetaCPAN )
App-SeismicUnixGui/lib/App/SeismicUnixGui/sunix/shapeNcut/susplit.pm ( view source; MetaCPAN )
 the directory in which perl thinks the code is running.

 2. If a list of su_base_file_names is given (in $DATA_SEISMIC_TXT)
 split files are written to $DATA_SEISMIC_SU.

 3. If an su_base_file_name
Geoffrey ( M/MZ/MZIESCHA/Geoffrey-0.000206.tar.gz, MZIESCHA, 2025; MetaCPAN )
Geoffrey/lib/Geoffrey/Action/Table.pm ( view source; MetaCPAN )
 {
    return $_[0]->{postfix} // q~~ if !defined $_[1];
    $_[0]->{postfix} = $_[1];
    return $_[0]->{postfix};
}

sub prefix {
    return $_[0]->{prefix} // q~~ if !defined $_[1];
    $_[0]->{pre
Mail-SpamAssassin ( G/GB/GBECHIS/Mail-SpamAssassin-4.0.2.tar.gz, GBECHIS, 2025; MetaCPAN )
Mail-SpamAssassin/spamd-apache2/bin/Bench-spamd.pl ( view source; MetaCPAN )
empfoo;
my $start = [gettimeofday];

while ($mux->handles < $opt{conc} && new_conn()) {
    ##warn ~~ $mux->handles();
    die if $mux->handles > $opt{conc};
}
$mux->loop;

my $howlong = tv_interval($
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/include/pdclib/include/stdio.h ( view source; MetaCPAN )
IB_PUBLIC int puts( const char * s );

/* Push the value c (cast to unsigned char) back onto the given (input) stream.
   A character pushed back in this way will be delivered by subsequent read
   op

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