Group
Extension

Matches 1309

perl_debug ( G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2, GERRIT, 2003; MetaCPAN )
perl_debug/perl/perl_debug-5.8.1/lib/Pod/Text.pm ( view source; MetaCPAN )
 given could not be opened.

=item Invalid quote specification "%s"

(F) The quote specification given (the quotes option to the constructor) was
invalid.  A quote specification must be one, two, or f
perl_debug ( G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2, GERRIT, 2003; MetaCPAN )
perl_debug/perl/perl_debug-5.8.1/lib/Switch/t/given.t ( view source; MetaCPAN )
 1	{ ok(0) } else { ok(1) }
	when 2	{ ok(0) } else { ok(1) }
	when 3	{ ok(1) } else { ok(0) }
}

given (3) {

	eval { when __ <= 1 || __ > 2	{ ok(0) } } || ok(1);
	when __ <= 2 		{ ok(0) };
	when __ <


# POSSIBLE ARGS: NUMERIC, STRING, ARRAY, HASH, REGEX, CODE

# 1. NUMERIC SWITCH

for (1..3)
{
	given ($_) {
		# SELF
		when ($_) { ok(1) } else { ok(0) }

		# NUMERIC
		when 1 { ok ($_==1) } else { 
{ ok (1) } else { ok (0) }	# ; -> SUB, NOT HASH
	}
}


# 2. STRING SWITCH

for ('a'..'c','1')
{
	given ($_) {
		# SELF
		when ($_)  { ok(1) } else { ok(0) }

		# NUMERIC
		when (1)   { ok ($_ !~ /[a-c
perl_debug ( G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2, GERRIT, 2003; MetaCPAN )
perl_debug/perl/perl_debug-5.8.1/lib/Pod/Man.pm ( view source; MetaCPAN )
 accents for nroff and troff
.if n \{\
.    ds ' \&
.    ds ` \&
.    ds ^ \&
.    ds , \&
.    ds ~ ~
.    ds /
.\}
.if t \{\
.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
.    ds ` \\k:\h'-(\\
ndicates a bug in Pod::Man.

=item Invalid quote specification "%s"

(F) The quote specification given (the quotes option to the constructor) was
invalid.  A quote specification must be one, two, or f
perl_debug ( G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2, GERRIT, 2003; MetaCPAN )
perl_debug/perl/perl_debug-5.8.1/lib/perl5db.pl ( view source; MetaCPAN )
nes to list (a windowful).
        $incr = $window - 1;

        # Set the start to the argument given (if there was one).
       $start = $1 if $1;

        # Back up by the context amount.
        $
AI-ExpertSystem-Simple ( P/PE/PETERHI/AI-ExpertSystem-Simple.1.2.tgz, PETERHI, 2003; MetaCPAN )
AI-ExpertSystem-Simple/lib/AI/ExpertSystem/Simple/Rule.pm ( view source; MetaCPAN )
me, $value) = @_;

	die "Rule->given() takes 2 arguments" if(scalar(@_) != 3);
	die "Rule->given() argument 1 (NAME) is undefined" if(!defined($name));
	die "Rule->given() argument 2 (VALUE) is undefi
 )

Returns the name of the rule.

=item state( )

Returns the current state of the rule.

=item given( NAME, VALUE )

The NAME / VALUE attribute pair is checked against the rule's conditions to see i
lied.

=item Rule->given() takes 2 arguments

When the method is called it requires two arguments. This message is given if more or less arguments were supplied.

=item Rule->given() argument 1 (NAME)
OpenFrame-WebApp ( S/SP/SPURKIS/OpenFrame-WebApp-0.04.tar.gz, SPURKIS, 2003; MetaCPAN )
OpenFrame-WebApp/lib/OpenFrame/WebApp/Template/Factory.pm ( view source; MetaCPAN )
new_template( $file, ... )

creates a new template wrapper of the appropriate type for the $file given
(if C<template_directory> is set, it is treated as the root directory).
passes all other argument
Macro ( S/SE/SEGV/Macro-0.2.tar.gz, SEGV, 2002; MetaCPAN )
Macro/RecDescent.pm ( view source; MetaCPAN )
>>>>>>>: ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
$errorprefix,          $errortext
~~                     ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
                      
ormat TRACE =
|@|||||||||@^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|
$tracerulename, '|', $tracemsg
| ~~       |^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|
	    $tracemsg
.

select TRACE;
$| = 1;

open (TRAC
                        |^<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 $tracerulename, '|',				   $tracecontext
| ~~       |                                      |^<<<<<<<<<<<<<<<<<<<<<<<<<<<<
						   $tracecontext
Config-Manager ( S/ST/STBEY/Config-Manager-1.7.tar.gz, STBEY, 2003; MetaCPAN )
Config-Manager/lib/Config/Manager/File.pm ( view source; MetaCPAN )

uses a colon (":").

=item *

C<$error = MakeDir($dir);>

This function recursively creates the given (absolute)
path (note that the path is normalized using the
"Normalize()" function above before b
List-Indexed ( A/AR/ARPADF/List-Indexed-1.0.tar.gz, ARPADF, 2003; MetaCPAN )
List-Indexed/Indexed.pm ( view source; MetaCPAN )
EY, ELEMENT) pair to the end of the list.

=item insert_at (POSITION, KEY, ELEMENT)

Inserts the given (KEY, ELEMENT) pair at the given position in list. POSITION 
is usually returned by a previous fi
Msql-Mysql-modules ( J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz, JWIED, 2001; MetaCPAN )
Msql-Mysql-modules/tests/msql2.t ( view source; MetaCPAN )
l", "~~nodbd_driver~~/t/lib.pl") {
    if (-f $file) {
	do $file;
	last;
    }
}
if (!$mdriver || ($mdriver ne "mSQL" && $mdriver ne "mSQL1")) {
    print "1..0\n"; exit 0;
}
$| = 1;
eval "use ~~nodbd
_driver~~";
my $db = ~~nodbd_driver~~->connect("~~test_host~~", "~~test_db~~");
if ($db->getserverinfo lt 2) {
    print "1..0\n";
    exit;
}
print "1..37\n";

print "ok 1\n";

{
    my($q,$what,@t,$
i,$j);
    my $db = ~~nodbd_driver~~->connect("~~test_host~~","~~test_db~~");
    $t[0] = create(
		   $db,
		   "TABLE00",
		   "( id char(4) not null, longish text(30) )");
    $t[1] = create(
		   
rubyisms ( S/SI/SIMON/rubyisms-1.0.tar.gz, SIMON, 2003; MetaCPAN )
rubyisms/rubyisms.pm ( view source; MetaCPAN )
level_args(1);
    if ((!@their_args) or ref $their_args[0] ne "CODE") {
        croak "no block given (LocalJumpError)";
    }
    my @stuff = (@_||$_);
    $their_args[0]->(@stuff) 
        unless $
ByClock ( S/SC/SCHAFFTER/ByClock-1.01.tar.gz, SCHAFFTER, 2002; MetaCPAN )
ByClock/ByClock.pm ( view source; MetaCPAN )
e 0 - 59 will be ignored
and a warning (carp) will be written to the terminal.
If no 'times' are given (no parameters), then the internally
stored list of 'times' will be cleared.
Returns the newly st
DBSchema-Normalizer ( G/GM/GMAX/DBSchema-Normalizer-0.08.tgz, GMAX, 2002; MetaCPAN )
DBSchema-Normalizer/Normalizer.pm ( view source; MetaCPAN )
 sent to STDOUT. 
	                Using "2", even more verbose information is 
	                given (all queries printed before execution);
	                Level "3" will also show details about s
Hardware-iButton ( S/SC/SCOTT/Hardware-iButton-0.03.tar.gz, SCOTT, 2002; MetaCPAN )
Hardware-iButton/lib/Hardware/iButton/Connection.pm ( view source; MetaCPAN )
ly code is given, the search
is restricted to devices of that family type. If a serial number is given
(which must be a 12 character string), then the bus is searched for that one
particular device (f
DBSchema-Normalizer ( G/GM/GMAX/DBSchema-Normalizer-0.08.tgz, GMAX, 2002; MetaCPAN )
DBSchema-Normalizer/docs/Normalizer.pod ( view source; MetaCPAN )
 sent to STDOUT. 
	                Using "2", even more verbose information is 
	                given (all queries printed before execution);
	                Level "3" will also show details about s
Variable-Alias ( B/BR/BRENTDAX/Variable-Alias-0.01.tar.gz, BRENTDAX, 2002; MetaCPAN )
Variable-Alias/Alias.pm ( view source; MetaCPAN )
 of the same type as the original"
            unless ref $dest eq ref $src;
        
        given(ref $dest) {
            when('SCALAR') {
                tie($$dest, 'Variable::Alias::Scalar'
WebTools ( J/JL/JLISHEV/WebTools-1.27.tar.gz, JLISHEV, 2002; MetaCPAN )
WebTools/lib/libs/cgi-lib.pl ( view source; MetaCPAN )
, it is useful
# to combine both the form and the script in one place.  If no parameters
# are given (i.e., ReadParse returns FALSE), then a form could be output.

# If a reference to a hash is gi
DDL-Oracle ( R/RV/RVSUTHERL/DDL-Oracle-1.11.tar.gz, RVSUTHERL, 2002; MetaCPAN )
DDL-Oracle/defrag.pl ( view source; MetaCPAN )

  or moved eleehwhere.  Likewise, unless an alternate tablespace other than
  THE TABLESPACE is given (or if the named alternate tablespace does not
  exist), then the empty partition segments will a
Net-ext ( S/SP/SPIDB/Net-ext-1.011.tar.gz, SPIDB, 2002; MetaCPAN )
Net-ext/xlib/Test/Harness.pm ( view source; MetaCPAN )
            $curtest->{percent},
                                              $curtest->{canon}
}
~~                                            ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
                     
Data-Reporter ( R/RV/RVAZ/Data-Reporter-1.4.tar.gz, RVAZ, 2002; MetaCPAN )
Data-Reporter/Reporter/RepFormat.pm ( view source; MetaCPAN )
value			Display
(xxx)bxxx-xxxx		2169910551		(216) 991-0551
xxx-xx-xxxx   		123456789 		123-45-6789
~~xx~xx       		ABCDEFGHIJ		CDFG

=back

=over

=item numerical

The following table list the numeric

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