Searched refs:when (Results 1 - 25 of 199) sorted by relevance

12345678

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dexpmod_t.t80 $when{$_} = now($_);
82 print "not " unless close_enough($when{$_}, time());
99 if (very_close($when{$_}, $again{$_})) {
102 print "not ok $n # expected $when{$_}, got $again{$_}\n";
133 print "not ok $n # expected $when{$_}, got $again{$_}\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dnull.pm37 terminated. This is useful when you have a perl script that needs
40 in a string when it writes to the DBM file. This filter will ensure that
H A Dint32.pm38 This DBM filter is used when interoperating with a C/C++ application
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelectSaver.pm28 was selected when it was created. If its C<new> method gets an extra
33 that was selected when it was created.
H A Dfiletest.pm34 when C<use filetest> is in effect, because in some systems
48 extended filetest functionality is used only when the argument of the
49 operators is a filename, not when it is a filehandle.
H A Dbigrat.pm201 Math::BigInt::Bar, and when this also fails, revert to Math::BigInt::Calc:
211 A sign of 'NaN' is used to represent the result when input arguments are not
213 minus infinity. You will get '+inf' when dividing a positive number by 0, and
214 '-inf' when dividing any negative number by 0.
H A DFatal.pm154 return a false value when they fail with equivalents which raise exceptions
166 named later in that import list raise an exception only when
167 these are called in void context--that is, when their return
H A DSwitch.pm17 $::_S_W_I_T_C_H = sub { croak "case/when statement not in switch/given block" };
90 || $Perl6 && $source =~ /when|given|default/;
146 || $Perl6 && $source =~ m/\G(\s*)(when\b)(?!\s*=>)/gc
198 die "Missing opening brace or semi-colon after 'when' value near $Switch::file line ", line(substr($source,0,pos $source), $line), "\n"
625 However, when a C<case> block has been executed control is automatically
733 the string "fallthrough" when importing the module. For example, the
756 C<case> will be pronounced C<when>. In addition, the C<when> statement
765 when 1 { handle_num_1(); }
766 when (
[all...]
H A Dbytes.pm58 As an example, when Perl sees C<$x = chr(400)>, it encodes the character
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A Dops.pm26 ops - Perl pragma to restrict unsafe operations when compiling
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm42 is saved and used as the check argument when calling the Encodings
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dbytes.pm36 which works just like it when bytes.pm exists and everywhere else it
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s63 ! when we get here, we have executed 3 instructions after the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv103 when omitted, the current locale will be used
105 when omitted, the current locale will be used
157 Therefore, when both -f and -t are omitted, B<piconv> just acts
176 interesting happens when it encounters an invalid character.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Drecurs.t94 # Check that arguments aren't stomped when they have .. prepended
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToRtf.pm57 specify that RTF files should be opened the same as they are when you
62 and that will set this class as the default formatter to run when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm16 /foo${pat}bar/; # won't fail (when not under -T switch)
39 in list context) are tainted. This feature is useful when regex operations
46 potential security risk. Note that this pragma is ignored when the regular
59 When C<use re 'debug'> is in effect, perl emits debugging messages when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs82 mortal by the INPUT typemap when it is pushed back onto the stack */
155 It is only meaningful when passing values from C to perl (there is
203 A signed integer. This is cast to the required integer type when
204 passed to C and converted to an IV when passed back to Perl.
515 The difference is that when the object is passed back into XS it must be
744 Perl knows how many arguments are on the stack when the routine is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm42 Setting this attribute is only meaningful when the subroutine or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm87 it, unexpand will add tabs when it can save bytes by doing so. Invisible
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s31 / This is where execution resumes when a thread created with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm27 return values from C<stat> are compared when unlinking a temporary
119 that was valid when function was called, so cannot guarantee
194 # Default template when no template supplied
205 # us an optimisation when many temporary files are requested
225 # to automatically remove the file when it is closed. This is fine
277 # "unlink_on_close" is not used when "mkdir" is true.
619 # Don't want to always use substr when not required though.
690 $$err_ref = "Sticky bit not set on $path when dir is group|world writable"
915 when the object is constructed and the file can be removed when th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm38 just as if it were in a Perl hash, but when your program exits, the
100 This warning is emmitted when you try to store a key or a value that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm38 just as if it were in a Perl hash, but when your program exits, the
100 This warning is emmitted when you try to store a key or a value that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm41 just as if it were in a Perl hash, but when your program exits, the
103 This warning is emmitted when you try to store a key or a value that

Completed in 77 milliseconds

12345678