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

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm86 The C<Time::HiRes> module implements a Perl interface to the C<usleep>,
116 The following functions can be imported from this module.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm15 # notice remain attached to the file. You may modify this module as you
275 it internally), you can use this module independently.
407 required or used by this module.
H A DPush.pm12 # notice remain attached to the file. You may modify this module as you
216 defaults to "text/html". Normally the module assumes that each page
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm99 This module deals with a lot of system dependencies and has quite a
241 Since this module is most often used only indirectly from extension
H A DEmbed.pm488 This function returns a string of calls to B<newXS()> that glue the module B<bootstrap>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm522 This module implements a client interface to the SMTP and ESMTP
741 The application should really use a module like L<Mail::Address>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm251 -m Display module's file in its entirety
253 -l Display the module's file name
267 `perlfunc') the name of a module, either like `Term::Info' or like
424 # for when we're apparently in a module or extension directory
730 ($self->opt_m ? "module" : "documentation") . " found for \"$_\".\n";
1387 # Does this look like a module or extension directory?
1675 # Now it's a module(-family)!
H A DMan.pm9 # This module translates POD documentation into *roff markup using the man
15 # Perl core hackers, please note that this module is also separately
38 # Don't use the CVS revision as the version, since this module is also in Perl
383 # Assume that we're dealing with a module. We want to figure out
384 # the full module name from the path to the file, but we don't
385 # want to include too much of the path into the module name. Lose
388 # */lib/*perl*/ standard or site_perl module
390 # */*perl*/ random module hierarchy
421 # Remove empty directories when building the module name; they
449 # this module, bu
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove204 C<make test>. That's fine for module distributions, but it's
234 =item * Not everything is a module
237 context of a module distribution, and may not even use a makefile
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbignum.pm283 allow you finer control over what get's done in which module/space. For
402 Math with the numbers is done (by default) by a module called
416 Please see respective module documentation for further details.
H A Doverload.pm1066 This module is very unusual as overloaded modules go: it does not
1101 Add a pretty-printer method to the module F<symbolic.pm>:
1199 Use this module like this:
1220 The above module is very primitive. It does not implement
1331 the numeric value of $c becomes 13. There is no doubt now that the module
1350 of $c becomes 13. To insulate the user of the module add a method
1384 function of module C<overload>).
1386 The module might issue the following warnings:
H A DCwd.pm18 This module provides functions for determining the pathname of the
155 # All the functionality of this module may provided by builtins,
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3766 * Add the specified module to the dlautopush structure; returns a
3770 i_dladm_add_ap_module(const char *module, struct dlautopush *dlap) argument
3772 if ((strlen(module) == 0) || (strlen(module) > FMNAMESZ))
3775 if (strncasecmp(module, AP_ANCHOR, strlen(AP_ANCHOR)) == 0) {
3778 * be after at least one module.
3791 (void) strlcpy(dlap->dap_aplist[dlap->dap_npush++], module,
3808 char *module; local
3827 module = strtok(val, delimiters);
3828 while (module !
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py616 # a list of strings (module names).
1315 module = 'module2'
1318 module = 'module'
1322 'set module=%s\n'
1323 '%s\n') % (targname, multiboot, module,
2086 # Emit module load lines for all required modules:
2214 set module=module
2217 set module
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1969 Math::BigInt::Calc - Pure Perl module to support Math::BigInt
1980 rewritten to use library modules for core math routines. Any module which
2107 testsuites with your module, and replace in them any of the following:
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1271 HMODULE module;
1273 /* No need to do anything with the module handle */
1275 module = GetModuleHandle("HBAAPI");
1276 if ( module != NULL ) {
1277 if ( GetModuleFileName(module, attributes->LibPath,
1267 HMODULE module; local
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dshared.h1077 int load_module (char *module, char *arg);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm76 This module implements all Character Encoding Schemes of Unicode that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1051 module, you can use F<enc2xs> to add your own encoding to perl.
1163 to update Encode::ConfigLocal, a module that controls local settings.
1172 by Nick Ing-Simmons for use with the Encode module. Since UCM is
1270 module if you want to support algorithmical encodings, notably
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm74 base class module and add encode() and decode() methods.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm472 This module is distributed under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm41 This module is just a translation of the C F<socket.h> file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm391 This module is free software; you can redistribute it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm22 # Note that this module implements only *part* of the API defined by
23 # the File/Copy.pm module of the File-Tools-2.0 package. However, that
25 # would be a Bad Thing for the CPAN module to grab it and replace this
26 # module. Therefore, we set this module's version higher than 2.0.
285 The File::Copy module provides two basic functions, C<copy> and
H A DDosGlob.pm442 A module that implements DOS-like globbing with a few enhancements.

Completed in 120 milliseconds

1234567891011>>