Searched refs:by (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm139 ## If we don't have it by now, give up.
462 Returns the full name of the character indicated by the numeric code.
479 Returns the code point indicated by the name.
543 If you ask by name for a character that does not exist, a warning is
546 If you ask by code for a character that does not exist, no warning is
H A Dfiletest.pm24 The default behaviour is to use the mode bits as returned by the stat()
H A Dstrict.pm106 Because of their special use by sort(), the variables $a and $b are
H A DCGI.pm41 $MOD_PERL = 0; # no mod_perl by default
106 # separate the name=value pairs by semicolons rather than ampersands
126 # prevent complaints by mod_perl
185 # Turn on NPH scripts by default when running under IIS server!
193 # PerlEx::DBI tries to fool DBI by setting MOD_PERL
196 # Make sure so we don't get fooled by inherited $ENV{MOD_PERL}
385 # letting Perl DESTROY them by garbage collection, in case the
522 # set autoescaping on by default
1404 # be reinitialized by the filehandle form of the new() method
1455 # contribution, updated by Andre
[all...]
H A DFileHandle.pm166 the open mode, optionally followed by a file permission value.
192 variable used as a buffer by C<FileHandle::setvbuf> must not be
H A DUNIVERSAL.pm104 returned. This includes methods inherited or imported by C<$obj>, C<CLASS>, or
139 None by default.
H A Dsort.pm106 quicksort defends against quadratic behaviour by shuffling large
172 You can achieve the effect you probably wanted by using C<eval()>
H A DPerlIO.pm53 The perl code in PerlIO.pm then attempts to locate a layer by doing
110 A layer which implements "reading" of files by using C<mmap()> to
167 for binary data. (Undoing :utf8 and :crlf are implemented by clearing
250 (The low level "unix" layer may be replaced by a platform specific low
264 The default can be overridden by setting the environment variable
317 The arguments to layers are by default returned in parenthesis after
H A DSwitch.pm608 The value is followed by a block which may contain one or more
616 current switch value. The type of matching used is determined by the
622 to an C<if> statement. For example, it can be followed by an C<else>
732 Hence, it is possible to reverse the default behaviour by specifying
754 same semantics as those offered by Switch.pm, but with a different
759 This future syntax is also (largely) available via the Switch.pm module, by
776 Note too that you can mix and match both syntaxes by importing the module
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s16 * fields enclosed by brackets "[]" replaced with your own identifying
72 add $4, %eax / increment src by four
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm31 and LOCK_UN) be provided by using the tag C<:flock>. See L<Exporter>.
35 compatibility reasons by using the tag C<:Fcompat>. For new
64 # Items to export into callers namespace by default
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm208 reading routines by the use of C<lstat>, from the C<File::stat> package,
237 Graham Barr. Currently maintained by the Perl Porters. Please report all
H A DHandle.pm22 # setvbuf is not available by default on Perls 5.8.0 and later.
34 but instead C<IO::Handle> is inherited from by several other classes
82 autoflush by default).
196 WARNING: The IO::Handle::setvbuf() is not available by default on
200 WARNING: A variable used as a buffer by C<setbuf> or C<setvbuf> B<must not
232 its variables with its own name separated by _'s. For example the IO::Socket
250 Derived from FileHandle.pm by Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm96 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
98 scripts by turning them into persistently running server processes.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm65 One can change the output file handle of the messages by setting
67 (without the C<Usage:> line) and C<--version> by calling functions help_mess()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc58 # some unary ops (test the fxxx form, since that is done by AUTOLOAD)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm63 \1 # followed by the same quote
254 Examples section another documentation provided by John Heidemann
257 Bug reports, patches, and nagging provided by lots of folks-- thanks
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s16 * fields enclosed by brackets "[]" replaced with your own identifying
53 ! This is a 32-bit implementation of strcpy. It works by
163 ! DO NOT remove these NOPs. It will slow down the halfword loop by 15%
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm46 # Autoload methods go after =cut, and are processed by the autosplit program.
117 No functions are exported by default.
143 been returned by C<gettimeofday()>. If the second argument is omitted,
189 This means that an C<alarm()> followed by a C<select()>
237 Return the remaining time in the interval timer specified by C<$which>.
260 # (could also do by subtracting 2 gettimeofday return values)
335 Adjusting the system clock (either manually or by services like ntp)
340 drift off from the system clock (and the original time()) by up to 0.5
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm67 dialog anytime later by typing 'o conf init' at the cpan prompt.)
286 by ENTER.
352 Every Makefile.PL is run by perl in a separate process. Likewise we
392 Sometimes you may wish to leave the processes run by CPAN alone
624 each, separated by spaces, or none if you just want to keep your
669 my $prompt = "Select as many URLs as you like (by number),
670 put them on one line, separated by blanks, e.g. '1 4 5'";
/osnet-11/usr/src/lib/libcurses/screen/
H A Dllib-lcurses17 * fields enclosed by brackets "[]" replaced with your own identifying
534 WINDOW *subpad(WINDOW *win, int l, int nc, int by, int bx);
643 WINDOW *derwin(WINDOW *win, int num_lines, int nc, int by, int bx);
817 int mvwin(WINDOW *win, int by, int bx);
840 WINDOW *newwin(int nlines, int ncols, int by, int bx);
996 WINDOW *subwin(WINDOW *win, int l, int nc, int by, int bx);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm117 $self->{"local_addr"} = undef; # Don't bind by default
125 croak("Can't udp protocol by name");
127 croak("Can't get udp echo port by name");
145 croak("Can't get icmp protocol by name");
162 croak("Can't get tcp protocol by name");
164 croak("Can't get tcp echo port by name");
170 croak("Can't get tcp protocol by name");
172 croak("Can't get tcp echo port by name");
292 # Description: allows the module to use milliseconds as returned by
451 $finish_time = &time() + $timeout; # Must be done by thi
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s16 * fields enclosed by brackets "[]" replaced with your own identifying
67 * copy data by shifting and merging.
77 * Followed by trailing copy using byte copy.
388 ! Alignment off by 8 bytes
432 ! Alignment off by 16 bytes
479 ! Alignment off by 24 bytes
528 ! Alignment off by 32 bytes
578 ! Alignment off by 40 bytes
631 ! Alignment off by 48 bytes
686 ! Alignment off by 5
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm177 C<same_language_tag> works by just seeing whether
310 -- it gets this by removing subtags from the end of $lang1 until
474 by just looking up $greetings{$wanted}.
511 and then just answer client requests for language $wanted by just
563 the same language.) This is meant to handle legacy tags caused by
715 on the input languages. This function works by consulting
778 C<http://www.perl.com/CPAN/modules/by-module/Locale/>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm13 # _f : flags, used by MBF to flag parts of a float as untouchable
58 # not supported by Perl yet
418 # used by bround() and bfround(), may return undef for scale (means no op)
429 # used by bround() and bfround(), may return undef for scale (means no op)
475 # avoid numify-calls by not using || on $wanted!
536 # make integer from mantissa by adjusting exp, then convert to bigint
593 # do not round for new($x,undef,undef) since that is used by MBF to signal
814 # After any operation or when calling round(), the result is rounded by
820 # duplicated in round. Otherwise, it is tested by the testsuite and used
821 # by fdi
[all...]

Completed in 126 milliseconds

1234567891011>>