Searched refs:by (Results 126 - 150 of 385) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm185 input $sec, $min, $hour, $mday, and $mon values by default. If you'd
250 with localtime() and gmtime(). We manage this by caching the start times
280 included with Perl 4.036, and was most likely written by Tom
283 The current version was written by Graham Barr.
285 It is now being maintained separately from the Perl core by Dave
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm174 C<Math::Trig> defines many trigonometric functions not defined by the
251 by zero or taking logarithm of zero. These situations cause fatal
254 cot(0): Division by zero.
282 The C<Math::Trig> handles this by using the C<Math::Complex> package
311 The result is by default wrapped to be inside the [0, {2pi,360,400}[ circle.
317 You can also do the wrapping explicitly by rad2rad(), deg2deg(), and
325 You can import radial coordinate conversion functions by using the
410 by importing the great_circle_distance() function:
433 The direction you must follow the great circle can be computed by the
470 The answers may be off by fe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm114 warning below.) Perl handles these declarations by passing some information
138 There are only a few attributes currently handled by Perl itself (or
139 directly by this module, depending on how you look at it.) However,
140 package-specific attributes are allowed by an extension mechanism.
173 method is to be called by multiple threads. When set on a method
227 Note that these routines are I<not> exported by default.
265 This method is called with two fixed arguments, followed by the list of
269 not recognized by this handler. Note that this allows for a derived class
292 An attribute list is a sequence of attribute specifications, separated by
295 name, optionally followed by
[all...]
H A Dbigint.pm15 # These are all alike, and thus faked by AUTOLOAD
264 Math with the numbers is done (by default) by a module called
269 You can change this by using:
299 minus infinity. You will get '+inf' when dividing a positive number by 0, and
300 '-inf' when dividing any negative number by 0.
348 The following modules are currently used by bigint:
382 (C) by Tels L<http://bloodgate.com/> in early 2002, 2003.
H A DDB.pm33 %DB::dbline = (); # actions in current file (keyed by line number)
85 # this is called by perl for every statement
568 # these (inherited) methods can be called by the client
606 Perl debug information is frequently required not just by debuggers,
607 but also by modules that need some "special" information to do their
614 by Swat, the perl/Tk GUI debugger.
643 These are intended to be services performed by the clients of this API.
651 The following "public" global names can be read by clients of this API.
714 access these methods by inheritance (*not* by callin
[all...]
H A Dconstant.pm196 in C<Some::Package::CONSTANT>. Constants may be exported by modules,
226 returned by localtime() in list context. To set it to the string
227 returned by localtime() in scalar context, an explicit C<scalar>
239 multiple constants in a single statement by giving, instead of the
274 You can't produce a tied constant by giving a tied scalar as the
332 Multiple constant declarations at once added by Casey West,
335 Documentation mostly rewritten by Ilmari Karonen,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm77 are officially documented by Unicode Consortium (except, of course,
113 You can categorize these CES by 3 criteria: size of each character,
116 =head2 by size
136 =head2 by endianness
180 file, make sure you encode() the whole text at once, not line by line
186 UCS-2 is already registered by IANA and others that way.
244 by Larry Wall, Tom Christiansen, Jon Orwant;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm292 inherits all the methods defined by L<IO::Socket>.
304 In addition to the key-value pairs accepted by L<IO::Socket>,
336 service name. The service name might be followed by a number in
337 parenthesis which is used if the service is not known by the system.
339 by preceding it with a ":".
377 by default. This was not the case with earlier releases.
422 Graham Barr. Currently maintained by the Perl Porters. Please report all
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm157 returns the Normalization Form D (formed by canonical decomposition).
161 returns the Normalization Form C (formed by canonical decomposition
162 followed by canonical composition).
166 returns the Normalization Form KD (formed by compatibility decomposition).
170 returns the Normalization Form KC (formed by compatibility decomposition
171 followed by B<canonical> composition).
379 C<NFC>, C<NFD>, C<NFKC>, C<NFKD>: by default.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm151 # Store target object hierarchy, identified by a reference to its root.
356 # by freeze. If the frozen image passed is undef, return undef.
413 It can be used in the regular procedural way by calling C<store> with
433 from a file via C<fd_retrieve>. Those names aren't imported by default,
454 Storable and directly store your objects by invoking C<store> as
498 of locking by using modules such as LockFile::Simple which lock a
510 stored internally by Perl, i.e. pseudo-randomly. If you set
512 hashes with the elements sorted by their key. This allows you to
513 compare data structures by comparing their frozen representations (or
539 serialize data which is not supported by earlie
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL735 a distinct argument, so it may need to be surrounded by whitespace and/or
736 quoted from interpretation by the shell using a backslash (just as with
742 arguments, so they may need to be surrounded by whitespace and/or
743 quoted from interpretation by the shell using a backslash (just as with
780 quoted to avoid interpretation by the shell (just as with using
865 a distinct argument, so it may need to be surrounded by whitespace and/or
866 quoted from interpretation by the shell using a backslash (just as with
873 a distinct argument, so it may need to be surrounded by whitespace and/or
874 quoted from interpretation by the shell using a backslash (just as with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm90 output by a standard test script is C<"1..M"> with C<M> being the
97 performance statistics that are computed by the Benchmark module.
112 It should be the first non-comment line output by your test program.
116 header to appear as the B<last> line output by your test (again, it
117 can be followed by further comments).
126 bypassed, thus will be seen by the user. Lines written to standard
135 Perl normally expects the 'ok' or 'not ok' to be followed by a test
219 to standard output. Any message after these words will be displayed by
613 as a similar version which will overwrite the current line (by use of
769 # For slow connections, we save lots of bandwidth by printin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm29 # PerlEx::DBI tries to fool DBI by setting MOD_PERL
274 intended to be used in conjunction with CGI.pm (and is in fact used by
337 This feature is only supported by recent browsers like Internet Explorer
364 recognized by CGI.pm, for example "+3M" for three months in the
400 The simplest way to send a cookie to the browser is by calling the bake()
407 required or used by this module.
414 a cookie to the browser by creating one or more Set-Cookie: fields in the
426 If you are using CGI.pm, you send cookies by providing a -cookie
448 returned by the browser. The keys of the array are the cookie names. You
460 in its cookies. If you are trying to retrieve a cookie set by
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH26 * This file was produced by running the config_h.SH script, which
27 * gets its values from $CONFIG_SH, which is generally produced by
41 * Configured by : $cf_by
189 #define Timeval struct timeval /* Structure used by gettimeofday() */
341 * available to unmap a region, usually mapped by mmap().
682 * of directory entry names is provided by a d_namlen field. Otherwise
982 * one system, and used by a different architecture to build an
1132 * and stack environment for later use by siglongjmp(), and
1169 * FILE structure pointed to by its argument. This macro will always be
1178 * FILE structure pointed to by it
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm4 # Copyright (C) 1996-2000 by Bradford Appleton. All rights reserved.
154 behaviors of B<Pod::Parser> may be enabled/disabled by setting
162 Normally (by default) B<Pod::Parser> will only provide access to
173 Normally (by default) B<Pod::Parser> handles the C<=cut> POD directive
174 by itself and does not pass it on to the caller for processing. Setting
177 (and hence it may be processed by the B<command()> method).
186 Normally (by default) B<Pod::Parser> recognizes a bare minimum of
234 This method should be overridden by subclasses to take the appropriate
235 action when a POD command paragraph (denoted by a line beginning with
281 This method may be overridden by subclasse
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex14 % published by the Free Software Foundation, either version 3 of the
25 % As a special exception, when this file is read by TeX when processing
273 % Added by P. A. MacKay, 12 Nov. 1986
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
336 \ifodd\pageno \advance\hoffset by \bindingoffset
337 \else \advance\hoffset by -\bindingoffset\fi
348 % take effect in \write's, yet the group defined by the \vbox ends
463 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
468 % by \finishparsearg.
632 % Others are defined by plai
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL41 # Copyright 1999, 2000, 2001 by Russ Allbery <rra@stanford.edu>
124 times) by providing multiple pairs of I<input> and I<output> files on the
191 page, but this should now be done by L<podchecker(1)> instead. Accepted for
314 documented by this podpage, such as:
347 Detailed description of each of the command-line options taken by the
357 Synonymous options (like both the short and long forms) are separated by a
425 All files used by the program or function, normally presented as a list, and
448 catman(8). Normally a simple list of man pages separated by commas, or a
471 Copyright YEAR(s) by YOUR NAME(s)
510 function names, man page references, and the like unadorned by marku
[all...]
H A Dpod2usage.PL41 # Copyright (c) 1996-2000 by Bradford Appleton. All rights reserved.
104 list should be separated by a ':' on Unix (';' on MSWin32 and DOS).
132 Based on code for B<pod2text(1)> written by
H A Dpodchecker.PL42 # Copyright (c) 1998-2000 by Bradford Appleton. All rights reserved.
92 B<podchecker> invokes the B<podchecker()> function exported by B<Pod::Checker>
120 Based on code for B<Pod::Text::pod2text(1)> written by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm87 The following functions are provided by the C<Digest::MD5> module.
88 None of these functions are exported by default.
294 representation of such strings. This is achieved by filtering the
325 derived from the reference C code in RFC 1321 which is covered by
361 The original C<MD5> interface was written by Neil Winton
364 The C<Digest::MD5> module is written by Gisle Aas <gisle@ActiveState.com>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm318 by L<IO::Handle>.
324 C<IO::Socket> will export all functions (and constants) defined by L<Socket>.
342 by default. This was not the case with earlier releases.
411 unsupported by the system, an attempt to use this method will
462 Graham Barr. atmark() by Lincoln Stein. Currently maintained by the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm111 calls to the profiler These values are used by the profiler to
117 with C<+>, C<-> and C<*> mark entering and exit of subroutines by
141 Builtin functions cannot be measured by Devel::DProf.
172 A pattern like this is used by Test::More's skip() function, for
208 $Devel::DProf::VERSION = '20030813.00'; # this version not authorized by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm62 though this conflicts with mappings by the Unicode Consortium. See
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm148 This pragma achieves that by doing the following:
193 You can override this by giving extra arguments; see below.
199 be created by decoding the byte strings as I<ISO 8859-1 (Latin-1)>.
216 Some of the features offered by this pragma requires perl 5.8.1. Most
217 of these are done by Inaba Hiroto. Any other features and changes
232 C<tr//> was overlooked by Perl 5 porters when they released perl 5.8.0
389 The B<encoding> pragma works by decoding string literals in
425 Note the C<tr//> expression is surrounded by C<qq{}>. The idea behind
454 # ... ord() is affected by the encoding pragma ...
523 by Larr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/CN/
H A DHZ.pm194 Encode::CN::HZ -- internally used by Encode::CN

Completed in 1870 milliseconds

1234567891011>>