Searched refs:This (Results 151 - 175 of 520) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm345 This will generate code with an B<xs_init> function that glues the perl B<Socket::bootstrap> function
353 This will generate code for linking with B<DynaLoader> and
425 This will print arguments for linking with B<libperl.a>, B<DynaLoader> and
426 extensions found in B<$Config{static_ext}>. This includes libraries
437 This will do the same as the above example, along with printing additional arguments for linking with the B<Socket> extension.
443 This will print arguments for linking with just the B<DynaLoader> extension
475 This function combines perl_inc(), ccflags() and ccdlflags() into one.
479 This function simply returns a string defining the same B<EXTERN_C> macro as
484 This function returns a string of B<boot_$ModuleName> prototypes for each @modules.
488 This functio
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm123 style. This is not only more intuitive than a functional approach,
164 This module predefines the methods below:
178 is an alias of Encode::Encoder-E<gt>new(). This one is exported on demand.
205 This module is designed to work with L<Encode::Encoding>.
236 This module overloads two operators, stringify ("") and numify (0+).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm55 This library, Class::ISA, provides functions that return that list --
65 This returns the ordered list of names of classes that Perl would
78 This returns a hash whose keys are $CLASS and its
111 in the magical class UNIVERSAL. This is rarely relevant to the tasks
133 This library is free software; you can redistribute it and/or modify
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm6 # This file is part of "PodParser". PodParser is free software;
37 This module defines some basic input objects used by B<Pod::Parser> when
95 This object corresponds to an input source or stream of POD
121 This is a class method that constructs a C<Pod::InputSource> object and
160 This method gets/sets the name of the input source (usually a filename).
248 This is a class method that constructs a C<Pod::Paragraph> object and
310 This method will return the corresponding text of the paragraph.
325 This method will return the I<raw> text of the POD paragraph, exactly
376 This method will get/set the corresponding parse-tree of the paragraph's text.
440 This i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm94 This function will concatenate all arguments, calculate the MD5 digest
143 This is just an alias for $md5->new.
147 This a copy of the $md5 object. It is useful when you do not want to
251 With OO style you can break the message arbitrary. This means that we
255 This is useful when calculating checksum for files:
294 representation of such strings. This is achieved by filtering the
317 This library is free software; you can redistribute it and/or
324 The MD5 algorithm is defined in RFC 1321. This implementation is
355 This copyright does not prohibit distribution of any version of Perl
H A DMakefile.PL82 /* This program allocates a buffer of U8 (char) and then tries */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm10 # This function should return a closure which contains an eval that can't
287 used %_, the _ filehandle and so on). This is because otherwise perl
394 This shares the variable(s) in the argument list with the compartment.
395 This is almost identical to exporting variables using the L<Exporter>
412 This method is similar to share() but allows you to explicitly name the
421 This returns a glob reference for the symbol table entry of VARNAME in
433 This evaluates STRING as perl code inside the compartment.
454 This behaviour differs from the beta distribution of the Safe extension
461 'hide' code which might use denied ops. This is not a major problem
469 in the namespace of the compartment. This i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbignum.pm212 This happens transparently and behind your back, so to speak.
224 This also means it is a bad idea to check for some specific package, since
234 BigInt/BigFloat on them. This even works to some extent on expressions:
250 appropriately. This means that:
278 This means somewhere a routine got a BigFloat/Lite but expected a BigInt (or
279 vice versa) and the upgrade/downgrad path was missing. This is a bug, please
304 This sets the accuracy for all math operations. The argument must be greater
311 This sets the precision for all math operations. The argument can be any
320 This enables a trace mode and is primarily for debugging bignum or
330 line. This wil
[all...]
H A DDBM_Filter.pm271 This module provides an interface that allows filters to be applied
298 check. This usually means that most DBM filters tend to be very short.
323 This module will arrange for the following methods to be available via
419 the full module name "DBM_Filter::name". This means that the full names
506 This module will ensure that all data written to the DBM will be encoded
509 This module needs the Encode module.
517 This filter will compress all data before it is written to the database
520 This module needs Compress::Zlib.
524 This module is used when interoperating with a C/C++ application that
529 This modul
[all...]
H A DAnyDBM_File.pm30 This module is a "pure virtual base class"--it has nothing of its own.
34 finally ODBM. This way old programs that used to use NDBM via dbmopen()
H A DEnglish.pm21 This module provides aliases for the built-in variables whose
35 This module can provoke sizeable inefficiencies for regular expressions,
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A DREADME20 This is a nearly-public-domain reimplementation of the V8 regexp(3) package.
47 This implementation is *NOT* AT&T/Bell code, and is not derived from licensed
48 software. Even though U of T is a V8 licensee. This software is based on
61 to suit your local environment, and then do "make r". This compiles the
83 This implementation uses nondeterministic automata rather than the
86 at executing them. In theory, anyway. This implementation does employ
96 This stuff should be pretty portable, given appropriate option settings.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm38 This is an extremely simple, extremely basic module for writing tests
48 plan to run. This is in case something goes horribly wrong during the
70 # This produces "ok 1 - Hell not yet frozen over" (or not ok)
94 "1..M" (so "1..5" means you're going to run 5 tests). This strange
114 This module is by no means trying to be a complete testing system.
178 This module was conceived while talking with Tony Bowden in his
185 he wasn't in Tony's kitchen). This is it.
228 This program is free software; you can redistribute it and/or
/opensolaris-onvv-gate/usr/src/cmd/mdb/
H A DREADME39 MDB is available on the internal web at http://mdb.eng/. This directory
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm76 This version of B::Terse is really just a wrapper that calls B::Concise
94 E<lt>mbeattie@sable.ox.ac.ukE<gt>. This wrapper was written by Stephen
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs70 This simply passes the C representation of the Perl variable (an SV*)
71 in and out of the XS layer. This can be used if the C code wants
203 A signed integer. This is cast to the required integer type when
218 A signed integer. This typemap converts the Perl value to a native
245 A boolean type. This can be used to pass true and false values to and
260 This is for unsigned integers. It is equivalent to using T_UV
266 Short integers. This is equivalent to T_IV but explicitly casts
272 Unsigned short integers. This is equivalent to T_UV but explicitly
291 Long integers. This is equivalent to T_IV but explicitly casts
297 Unsigned long integers. This i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan25 This script provides a command interface (not a shell) to CPAN.pm.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm85 This module's default exports override the core stat()
87 "File::stat" objects. This object has methods that
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm64 This module's default exports override the core getprotoent(),
67 second arguments of "tcp". This object has methods that return the
H A Dservent.pm66 This module's default exports override the core getservent(),
69 "Net::servent" objects. They take default second arguments of "tcp". This object has methods that return the similarly
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm6 # This program is free software; you may redistribute it and/or modify it
9 # This is just a basic proof of concept. It should later be modified to make
30 # core and too many things could munge CVS magic revision strings. This
122 This is just a basic proof of concept. It should be seriously expanded to
142 This program is free software; you may redistribute it and/or modify it
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DSelect.t33 This program just tests the basics of the Pod::Select module.
98 This program just tests the basics of the Pod::Select module.
H A Dhtmlescp.t48 This is some <code>$code($arg1)</code>.</p>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm20 This module provides the ability to use references as hash keys if you
31 references as keys. This will happen without warning whenever you
H A DScalar.pm36 This module provides some skeletal methods for scalar-tying classes. See
70 This is rarely needed, as Perl manages its memory quite well. But the

Completed in 109 milliseconds

1234567891011>>