Searched refs:module (Results 151 - 175 of 281) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm600 The Switch.pm module implements a generalized case mechanism that covers
603 The module augments the standard Perl syntax with two new control
733 the string "fallthrough" when importing the module. For example, the
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
848 The module is implemented using Filter::Util::Call and Text::Balanced
853 Damian Conway (damian@conway.org). The maintainer of this module is now Rafael
878 This module is free software. It may be used, redistributed
H A DMemoize.pm184 my $module = shift @args;
185 if ($context eq 'LIST' && $scalar_only{$module}) {
186 croak("You can't use $module for LIST_CACHE because it can only store scalars");
188 my $modulefile = $module . '.pm';
192 croak "Memoize: Couldn't load hash tie module `$module': $@; aborting";
194 my $rc = (tie %$hash => $module, @args);
196 croak "Memoize: Couldn't tie hash to `$module': $!; aborting";
442 Or you could use this module, like this:
470 This module export
[all...]
H A Dconstant.pm176 Constants defined using this module cannot be interpolated into
288 particular constant has been declared via this module, you may use
342 This module is free software; you can redistribute it or modify it
H A DFileCache.pm59 than which it was imported, or with another module which overrides C<close>.
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c57 struct module struct
59 struct module *next;
66 static struct module *modules, *modules_last;
760 struct module *cur;
953 struct module *cur, *next;
1009 struct module *newmod;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm83 die sprintf qq{"%%s" is not exported by the %%s module\n},
455 The Config module contains all the information that was available to
524 The Config module is installed into the architecture and version
619 This module contains a good example of how to use tie to implement a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm74 This module provides you with the framework to write I<Source Filters>
80 A I<Perl Source Filter> is implemented as a Perl module. The structure
81 of the module can take one of two broadly similar formats. To
139 make use of the C<Filter::Util::Call> module and both have an C<import>
440 Here is the module.
481 module. Damian's module provides a much cleaner interface than
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm62 found on CPAN are easily accessible with the CPAN.pm module. If you
95 configuration. The CPAN module needs a directory of its own to cache
175 By default, each time the CPAN module is started, cache scanning
260 The CPAN module can detect when a module that which you are trying to
282 The CPAN module will need a few external programs to work properly.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm42 # This will go when Embed is it's own CPAN module.
976 ExtUtils::MakeMaker - Create a module Makefile
986 This utility is designed to write a Makefile for an extension module
1035 L<Test::Harness> module with the C<-I> switches set correctly.
1099 go. The quickest way to install a module in a non-standard place might
1104 This will install all files in the module under your home directory,
1113 This will install the module's architecture-independent files into
1289 One line description of the module. Will be included in PPD file.
1711 Perl module name for this extension (DBD::Oracle). This will default
1738 the META.yml module met
[all...]
H A DMM_Any.pm235 MAKEMAKER: path to the MakeMaker module.
242 VERSION: version of your module
248 DEFINE_VERSION: -D line to set the module version when compiling
565 Writes the file META.yml, YAML encoded meta-data about the module. The
589 # http://module-build.sourceforge.net/META-spec.html
597 distribution_type: module
H A DCommand.pm37 The module is used to replace common UNIX commands. In all cases the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm102 version of this module may delay redirecting STDERR until one of the
183 this module's functionality, or this module may interfere with
184 your module's functionality.
290 module to run correctly under mod_perl.
296 1.13 Added cluck() to make the module orthogonal with Carp.
614 # always loading the entire CGI module.
/osnet-11/usr/src/lib/libdtrace/common/
H A Discsit.d30 #pragma D depends_on module genunix
31 #pragma D depends_on module iscsit
32 #pragma D depends_on module idm
/osnet-11/usr/src/grub/grub2/
H A Dgentpl.py153 # module = {
165 # module = {
200 # module = {
219 # module = {
247 # module = {
355 def module(platform): function
356 r = set_canonical_name_suffix(".module")
358 r += gvar_add("noinst_PROGRAMS", "[+ name +].module")
359 r += gvar_add("MODULE_FILES", "[+ name +].module$(EXEEXT)")
546 return rules("module", modul
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in129 --disk-module=MODULE disk module to use (biosdisk or native)
259 --disk-module)
263 --disk-module=*)
265 disk_module="`echo "$option" | sed 's/--disk-module=//'`"
603 # Create the core image. First, auto-detect the filesystem module.
612 # Then the partition map module. In order to support partition-less media,
626 # Device abstraction module, if any (lvm, raid).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL120 module. Please see L<Pod::Usage/pod2usage()>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm15 The B::Lint module is equivalent to an extended version of the B<-w>
126 This module doesn't work correctly on thread-enabled perls.
H A DXref.pm15 The B::Xref module is used to generate a cross reference listing of all
34 the program or module external to all subroutines.
H A DBblock.pm187 This module is used by the B::CC back end. It walks "basic blocks".
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm54 This module provides some skeletal methods for hash-tying classes. See
183 L<Config> module. While these do not utilize B<Tie::Hash>, they serve as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm271 Support for this module is provided via the perl5-porters@perl.org
279 This module is based on a Perl 4 library, timelocal.pl, that was
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm35 # XXX: these mean somebody hacked this module's source
111 # If the module does this idiocy to itself, the explosion is noisier.
217 This module's default exports override the core getpwent(), getpwuid(),
282 module to build a struct-like class, you shouldn't rely upon this.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm189 This module implements RFC 2047 Mime Header Encoding. There are 3
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm64 The SEEK_* constants can be imported from the C<Fcntl> module if you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm240 import Modules,Namespace patch a module's namespace into your own
267 no Modules unimport some module symbols or semantics at compile time
366 use Modules,Namespace load a module and import its namespace
367 use Objects load in a module at compile time

Completed in 74 milliseconds

1234567891011>>