Searched refs:following (Results 176 - 200 of 352) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm979 The following variables need to be set B<before> the call to the ->new constructor.
1006 and including the opening <title> tag. The following call will set it to be a simple HTML
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
H A DProve.pm469 command line tool consists of the following code:
656 After command line parsing the following attributes reflect the values
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dpl2bat.pl133 following will work properly if you used method B<4> or B<5>:
207 The following commands illustrate the problem:
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc499 // The following functions are not reliably accessible on MinGW.
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/
H A DHtml.pm54 pod2html takes the following arguments:
199 Prior to perl-5.36, the following three functions were exported by
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan19 Does the following:
H A Dbench.pl223 may optionaly be combined with C<--args> switches following individual
276 default, except with --write and --bisect. The following sub-options alter
427 --bisect. The following sub-options alter how
1281 # If these assumptions change, then perform the following print
1356 . "with the following output\n:$j->{output}\n";
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm155 The following functions are exported by C<Filter::Util::Call>:
179 will result in the C<@_> array having the following values:
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm496 # and escape the . if there is one following it because the fixup
661 provide the following methods by other means yourself: C<close()> and
850 The following symbols are, or can be, exported by this module:
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.pm240 The following sample implementation of C<minus()> (which assumes
513 To distinguish them, the letter following the '-' is passed as the
531 In particular, in the following code:
592 In the following tables, numbers indicate priority.
811 scalars, the following might be appropriate:
833 The following are the precedence rules:
963 Package C<overload.pm> provides the following public functions:
1575 The module might issue the following warnings:
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL167 The following pragmas are defined (and have their own documentation).
201 just use the following command (under the default win32 shell,
341 (The following section is borrowed directly from Tim Bunce's modules
724 corresponding *.pm files. The pl2pm utilities does the following:
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A Dexception.pm58 The following assume that the error has been copied into
286 The following methods, while usable from anywhere, are primarily
329 # Info: The following is done since 05/2008 (which is before v1.10)
487 # These subs receive the following arguments (in order):
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm308 In list context, you will be returned a list of the following items:
788 C<run_forked> will return a HASHREF with the following keys:
1503 ### we now use the following code, thanks to theorbtwo
1887 __PACKAGE__->_debug( "# Closing the following fds: @fds" ) if $DEBUG;
1921 __PACKAGE__->_debug( "# Reopening the following fds: @fds" ) if $DEBUG;
2003 C<run> will try to execute your command using the following logic:
2040 The behaviour of IPC::Cmd can be altered by changing the following
2115 The following code
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm360 It can take one of the following forms:
659 C<OPTS> is any combination of zero or more the following options:
844 The list of subfields can be supplied in any of the following formats
895 If C<Strict> is enabled the following behaviour will be policed:
927 When C<Strict> is disabled the following behaviour will be policed:
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm284 by the following function:
417 Now, the following calls to your function are all completely equivalent:
535 the following four strings:
625 Normally, the following code will result in two calls to C<complicated>, even
826 memoizing the following function:
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm10 # The following hash values are used:
1208 # In ambiguous cases, we favour the OO-style, so the following case
2500 # When one or both arguments are negative, we have the following
2532 # When the exponent 'e' is negative, use the following relation, which is
2881 # The following is a simple, recursive implementation of the up-arrow
2947 # The following is a simple, recursive implementation of the ackermann
4687 # The first argument, $count, is the number of following arguments that
4692 # the following arguments are converted. If the second argument is a
5173 # Perl accepts literals like the following. The value is 100.1.
5179 # following i
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm102 just the base class implementation for the following methods:
285 following parameters:
324 class method will usually do what you want). It is passed the following
417 any of the following constructor invocation styles:
1129 This method takes a filename and does the following:
1278 Clients of B<Pod::Parser> should use the following methods to access
1679 following:
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm1676 following line in your Perl program:
2072 The callback object has the following methods:
2157 The following two calls behave identically:
2335 When applied to the following command line:
2361 The following options are available:
2602 as a list) it should contain one or more elements with the following
2762 (C<'>) and double quotes (C<">) to group words together. The following
2769 In case of doubt, insert the following statement in front of your Perl
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.pm207 The following functions can be imported from this module.
424 to clock(), and subtract that value from the following results of clock().
577 extension writers. The following C functions are available in the
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm42 Currently this module understands the following types. h2xs may only know
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm621 thanks to the following individuals for their invaluable contributions
/openbsd-current/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/
H A DReadLine.pm47 returns the handle for subsequent calls to following
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm19 The report generated is in the following format:
/openbsd-current/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm204 following methods are supported:
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm933 Alternately, if you import C<:constants>, you can use the following
962 If you import C<:constants256>, you can use the following constants
1023 will be implicitly preceded by LOCALCOLOR. In other words, the following:
1311 Jean Delvare provided the following table of different common terminal

Completed in 210 milliseconds

1234567891011>>