Searched refs:about (Results 1 - 25 of 100) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dpostamble.t45 is( $warnings, '', 'postamble argument not warned about' );
H A DManifest.t148 like( $@, qr/^Can't read none: /, 'croaked about none' );
154 like($warn, qr/^Skipping MANIFEST.SKIP/i, 'warned about MANIFEST.SKIP' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A Dops.pm39 See the L<Opcode> module for information about opcodes, optags, opmasks
40 and important information about safety.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t22 Check out Jesse Feiler's way-cool book about Cyberdog. You can find
23 details out about the book as well as ordering information at Philmont
43 Cyberdog Book Check out Jesse Feiler's way-cool book about Cyberdog.
44 You can find details out about the book as well as ordering information at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm60 strict about: "subs", "vars", and "refs".
131 Starting with Perl 5.8.1 strict is strict about its restrictions:
H A DDirHandle.pm36 about specifying relative pathnames. While a full path always begins
H A Dfiletest.pm40 operation?). Therefore if you are serious about security, just try
H A DMemoize.pm426 recursive calls to `fib', it makes 15. This makes the function about
677 complete details about C<tie>.
851 probably didn't care about that. But C<Memoize> doesn't understand
958 in `network order'. (See L<Storable> for more details about this.)
991 To join a very low-traffic mailing list for announcements about
1000 http://www.plover.com/~mjd/perl/MiniMemoize/ there is an article about
1001 memoization and about the internals of Memoize that appeared in The
1011 To join a mailing list for announcements about C<Memoize>, send an
1013 list is for announcements only and has extremely low traffic---about
1029 and Andrew Johnson for more suggestions about expiratio
[all...]
H A DDigest.pm121 string will be about 30% longer than the binary version.
122 L<MIME::Base64> tells you more about this encoding.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm49 See L<perlopentut> to learn about the uses of the O_* constants
52 See L<perlfunc/seek> and L<perlfunc/sysseek> about the SEEK_* constants.
54 See L<perlfunc/stat> about the S_I* constants.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm84 Text::Tabs does about what the unix utilities expand(1) and unexpand(1)
H A DSoundex.pm141 space (single letter plus 3 digits) no inference can be made about the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm46 B<Pod::List> can be used to hold information about POD lists
177 Without argument, retrieves information about the parent holding this
185 # possibility for parsers/translators to store information about the
193 Without argument, retrieves information about the list tag, which can be
203 # possibility for parsers/translators to store information about the
504 Just simple slots for storing information about the line and the file
630 B<Pod::Cache> holds information about a set of POD documents,
694 B<Pod::Cache::Item> holds information about individual POD documents,
696 It is intended to hold information about the hyperlink nodes of POD
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm191 B::Asmdata - Autogenerated data about Perl ops, used to generate bytecode
199 Provides information about Perl ops in order to generate bytecode via
215 Add more detail about what $put_sub and $get_meth are and how to use them.
H A DLint.pm48 For example, B<implicit-read> will warn about these:
52 and B<implicit-write> will warn about these:
56 Both B<implicit-read> and B<implicit-write> warn about this:
H A DTerse.pm68 B::Terse - Walk Perl syntax tree, printing terse info about ops
H A DDebug.pm278 B::Debug - Walk Perl syntax tree, printing debug info about ops
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm124 B<pod2text> should be taught about those.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm73 # know about. we do not use /^pw_?/, but just the tails.
251 was built on by asking the importable C<pw_has> function about them.
254 an exception if you asked about a field that Perl never knows how
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL51 -v Verbose mode in which extra information about test results
311 # Just about "any" C implementation ought to have a stdio.h (even if
409 Gives more detailed information about each test, after it has been performed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm98 find out about that backend.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm179 See your L<langinfo(3)> for more information about the available
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm176 Key/value pairs are extra information about the module. Fields include:
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c213 C("about"), "-", STYLE_match,
1273 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument
1307 if (about)
1586 if (about)
1675 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog) argument
1696 label(sp, 0, s + 1, about, -1, level, style, FONT_LITERAL, ip, version, id, catalog);
1726 label(sp, 0, s, about, -1, level, style, -1, ip, version, id, catalog);
1728 label(sp, 0, s, about, -1, level, style, level ? FONT_BOLD : 0, ip, version, id, catalog);
1744 label(sp, 0, s, about, -1, level, style, FONT_BOLD, ip, version, id, catalog);
1796 int about; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm199 There is nothing special about Memoize::Expire. It is just an
251 values) and some extra information about the arguments and how old the

Completed in 46 milliseconds

1234