Searched refs:which (Results 101 - 125 of 305) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm121 If D calls an autoloaded method 'foo' which is defined in class A,
149 SelfStubber actually uses the SelfLoader to determine which
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm29 ExtUtils::Command::MM encapsulates code which would otherwise have to
178 installed into which directory your module was out into
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm179 Otherwise it returns a list of files which are listed in the
301 comments being the values of the HASH. Blank lines and lines which
378 values are C<cp>, which actually copies the files, C<ln> which creates
379 hard links, and C<best> which mostly links the files but copies any
597 which start with C<#> are skipped. Use C<\#> if you need a regular
651 is reported if a file is found which is not in C<MANIFEST>.
685 L<ExtUtils::MakeMaker> which has handy targets for most of the functionality.
H A DConstant.pm23 It is principally used by the C<h2xs> utility, on which this code is based.
40 C<XS_constant>, with which C<WriteConstants> is implemented.
146 A function which returns a 7 bit ASCII correctly \ escaped version of the
160 # be utf8, which includes my 8 bit test cases.
184 A function which returns a 7 bit ASCII correctly \ escaped version of the
268 which the C variable name has been advanced. These need to be chopped from
622 which combination of pointers will be needed in the C argument list.
758 to add or remove constants, which would result in this comment and section
760 code, and use it to regenerate a new set of constant functions which you
808 which i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm53 File::CheckTree was derived from lib/validate.pl which was
61 (and not those in which the user supplied the message). In addition,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm59 than which it was imported, or with another module which overrides C<close>.
H A DFindBin.pm38 $Script - basename of script from which perl was invoked
69 exists in the users C<$ENV{PATH}> which satisfies both B<-x> and B<-T> then FindBin
H A Dautouse.pm137 some initialization which it expects to be done early.
145 very unfortunate for functions which are not always called (note that
H A DNEXT.pm211 Note that this is not the same thing as C<$self-E<gt>SUPER::m()>, which
233 is also unlike the (generally annoying) behaviour of C<SUPER>, which
417 and the resulting order of classes is used as the sequence in which methods
437 which reverses the order of method call.
481 which the call to C<EVERY::LAST::Destroy> in the inherited destructor
484 Likewise, to create a class hierarchy in which every initializer inherited by
510 which the call to C<EVERY::LAST::Init> in the inherited constructor
H A DAutoLoader.pm100 # long for some old SVR3 systems which treat long names as errors.
214 file with a name related to the location of the file from which the
232 stubs", which are place holders with no code.
313 C<__DATA__>, after which routines are cached. B<SelfLoader> can also
325 old modules which use B<AutoLoader> should be changed to the new calling
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm47 done by strxfrm() which terminates at NUL characters being a decent C
58 variant of French (fr), ISO Latin (8859) 1 (-1) which is the Western
92 # 2) the basic collation conversion is done by strxfrm() which
107 # which is the Western European character set.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs253 system base time which is 17-NOV-1858 00:00:00.00
919 setitimer(which, seconds, interval = 0)
920 int which
928 croak("Time::HiRes::setitimer(%"IVdf", %"NVgf", %"NVgf"): negative time not invented yet", (IV)which, seconds, interval);
935 if (setitimer(which, &newit, &oldit) == 0) {
945 getitimer(which)
946 int which
950 if (getitimer(which, &nowit) == 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm300 The test file which failed.
316 Number which failed, either from "not ok" or because they never ran.
320 Percentage of the total tests which failed.
324 A list of the tests which failed. Successive failures may be
343 out each individual test which failed along with a summary report and
427 $failed is a hash ref of all the test scripts which failed. Each key
431 name Name of the test which failed
435 failed Number which failed
436 percent Percentage of tests which failed
437 canon List of tests which faile
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm73 purity => $Purity, # degree to which output is evalable
82 maxdepth => $Maxdepth, # depth beyond which we give up
749 the order in which they were supplied to C<new>), subject to the
828 which takes into account the length of hash keys (so the hash value lines
837 Controls the degree to which the output can be C<eval>ed to recreate the
916 string. Default is 1, which will always enclose hash keys in quotes.
944 Can be set to a positive integer that specifies the depth beyond which
945 which we don't venture into a structure. Has no effect when
947 want to see more than enough). Default is 0, which means there is
954 Can be set to a boolean value which control
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm714 name of the remote host to which a NNTP connection is required. If not
784 from which to read the article.
864 Returns a reference to a list which contains the message-ids of all news posted
865 after C<SINCE>, that are in a groups which matched C<GROUPS> and a
866 distribution which matches C<DISTRIBUTIONS>.
918 Returns a reference to a hash where the keys are all the group names which
929 Returns a reference to a list which contains a list of groups which
934 Returns a reference to an array which contain the names of the fields returned
950 Returns a reference to a hash where the keys are all the group names which
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c490 * version of the function which will interpose on our empty default. This
2509 * in order to make this code be common. The 'which' parameter identifies
2517 uint_t flag, int max, int which, int stop)
2521 if (which < 0 || which > max) {
2532 oldval = prset_ismember(sp, size, which) ? TRUE : FALSE;
2535 if (which == 0) {
2539 prset_add(sp, size, which);
2543 if (which == 0) {
2547 prset_del(sp, size, which);
2516 Psetaction(struct ps_prochandle *P, void *sp, size_t size, uint_t flag, int max, int which, int stop) argument
2562 Psignal(struct ps_prochandle *P, int which, int stop) argument
2601 Pfault(struct ps_prochandle *P, int which, int stop) argument
2628 Psysentry(struct ps_prochandle *P, int which, int stop) argument
2655 Psysexit(struct ps_prochandle *P, int which, int stop) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm111 which contains a masked opcode will cause the compilation to fail
167 An I<opset> as a binary string of approximately 44 bytes which holds a
209 Returns an opset which includes all operators.
213 Returns an opset which contains no operators.
217 Returns an opset which is the inverse set of the one supplied.
263 If an optional pattern is given then only lines which match the
423 used to generate floating point exceptions (which would have to be caught
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm73 B<podselect()> is a function which will extract specified sections of
75 B<Pod::Select> module which is a subclass of B<Pod::Parser>.
189 plain textblocks unless it is preceded by a space, in which case it is
299 heading number, in which case only the specified section heading is
330 selected sections is cleared out (which means C<all> sections will be
557 L<"SECTION SPECIFICATIONS">) which indicate the desired set of POD
566 L<"RANGE SPECIFICATIONS">) which indicate the desired range of POD
577 be interpeted to mean standard input (which is the default if no
635 which clients should not need to see or use. For the sake of avoiding
H A DParser.pm2 # Pod/Parser.pm -- package which defines a base class for parsing POD docs.
94 format, you create a subclass of B<Pod::Parser> which typically overrides
133 structure implement a B<getline()> method (which is all that
223 B<Pod::Parser> provides several methods which most subclasses will probably
255 a reference to a C<Pod::Paragraph> object which contains further
297 a reference to a C<Pod::Paragraph> object which contains further
337 a reference to a C<Pod::Paragraph> object which contains further
368 an embedded command within a block of text which appears as a command
370 string of text which is enclosed in angle brackets. This method is
376 object which contain
[all...]
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE27 * in which case the provisions of the GPL or the LGPL are applicable instead
65 * in which case the provisions of the GPL or the LGPL are applicable instead
102 * in which case the provisions of the GPL or the LGPL are applicable instead
139 * in which case the provisions of the GPL or the LGPL are applicable instead
177 * in which case the provisions of the GPL or the LGPL are applicable instead
213 * in which case the provisions of the GPL or the LGPL are applicable instead
252 * in which case the provisions of the GPL or the LGPL are applicable instead
288 * in which case the provisions of the GPL or the LGPL are applicable instead
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm184 If EXPR is a scalar which was coded as a vstring the result is true.
192 If EXPR is a scalar which is a weak reference the result is true.
290 Except weaken and isweak which are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm153 # Returns undef if an I/O error occurred, in which case the file is
479 Storable provides you with a C<dclone> interface which does not create
498 of locking by using modules such as LockFile::Simple which lock a
514 even the compressed frozen representations), which can be useful for
526 deserialization is done through C<eval>, which is dangerous if the
528 to a subroutine reference which would be used instead of C<eval>. See
539 serialize data which is not supported by earlier Perls. By default,
562 Perl 5.8 adds support for restricted hashes, which have keys
583 continue to read files generated by newer Storable modules which are careful
592 All these variables have no effect on a newer Perl which support
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c294 sip_xaction_find(char *branchid, _sip_msg_t *msg, int which) argument
312 if (sip_msg_info->is_request && which == SIP_SERVER_TRANSACTION &&
441 int which, int *error)
455 sip_trans = sip_xaction_find(branchid, _msg, which);
440 sip_xaction_get(sip_conn_object_t obj, sip_msg_t msg, boolean_t create, int which, int *error) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm61 ISO-2022-JP-1 (RFC2237) is a superset of ISO-2022-JP (RFC1468) which
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm99 But Unicode::String, a module by Gisle Aas which adds Unicode supports

Completed in 3202 milliseconds

1234567891011>>