Searched refs:returns (Results 51 - 75 of 155) sorted by relevance

1234567

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java966 // Get the hashtable of returns.
968 Hashtable returns =
978 (Hashtable)returns.get(ServiceStore.FS_SERVICES);
980 (Hashtable)returns.get(ServiceStore.FS_SIGTABLE);
1496 Hashtable returns =
1502 (Hashtable)returns.get(ServiceStore.FS_SERVICES);
H A DTransact.java61 protected Vector returns = null; field in class:Transact
211 * @param ret Vector for returns.
1010 returns = ret;
1054 returns,
1129 * @param vResult A vector in which to put the returns.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm222 C<flags> argument, and returns a list of filenames matching the
262 If the pattern does not match any pathname, then bsd_glob() returns a list
285 Same as C<GLOB_NOCHECK> but it only returns the pattern if it does not
327 bsd_glob() returns a list of matching paths, possibly zero length. If an
388 ~user) and the C<GLOB_TILDE> flag is used, it simply returns that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm381 not specified, it defaults to '/', which returns the cookie to all
447 B<fetch> returns an associative array consisting of all cookies
456 In a scalar context, fetch() returns a hash reference, which may be more
482 arguments, the accessor returns the current value of the attribute.
484 returns its new value.
H A DPretty.pm237 carriage returns or indentation.
286 would create two carriage returns between lines.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm196 $cmt = " # returns ref";
390 With no argument, the accessor returns a reference to the
397 is C<'@'>, the accessor returns the array element value. If the
409 With no argument, the accessor returns a reference to the
416 accessor returns the hash element value. If the element type is
434 returns the element value (after assignment). If the element type
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm466 This method returns the textual representation of the hyperlink as above,
485 After parsing, this method returns any warnings encountered during the
521 This method sets or returns the POD page this link points to.
551 Sets or returns an alternative text specified in the link.
653 Add a new item to the cache. Without arguments, this method returns a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm135 appended to the name, which returns the digest in the indicated form.
149 The constructor returns some object that encapsulate the state of the
167 The clone method creates a copy of the digest state object and returns
H A Dvmsish.pm91 routine vmsish::hushed(). Without argument, it returns the hushed status.
H A DDumpvalue.t106 is( $d->unwrap(), undef, 'unwrap returns if DB signal is set' );
212 is( $d->findsubs(), undef, 'findsubs returns nothing without %DB::sub' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm479 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 function returns a string of calls to B<newXS()> that glue the module B<bootstrap>
H A DManifest.pm140 returns a hash reference. The keys of the hash are the files found
178 directory are in sync it silently returns an empty list.
179 Otherwise it returns a list of files which are listed in the
300 directory) and returns a HASH reference with files being the keys and
346 # returns an anonymous sub that decides if an argument matches
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm383 returns, not the newly created version.)
398 Like C<copy>, C<rmscopy> returns 1 on success. If an error occurs,
399 it sets C<$!>, deletes the output file, and returns 0.
H A DBasename.pm103 The basename() routine returns the first element of the list produced
110 The dirname() routine returns the directory portion of the input file
233 # basename() - returns first element of list returned by fileparse()
241 # dirname() - returns device and directory portion of file specification
H A DCheckTree.pm49 The routine returns the number of warnings issued.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm870 ## returns list of arrayref[position, length].
1085 $result = $Collator->cmp($a, $b); # returns 1, 0, or -1.
1098 The C<new> method returns a collator object.
1554 If C<$substring> matches a part of C<$string>, returns
1556 in list context, returns a two-element list of
1560 returns C<-1> in scalar context and
1581 If C<$substring> matches a part of C<$string>, in scalar context, returns
1585 in list context, returns the first occurrence of the matching part.
1588 returns C<undef> in scalar context and
1609 If C<$substring> matches a part of C<$string>, returns
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs24 * In a void context it returns nothing, in a scalar context it returns just
25 * the name of the project and in a list context it returns a 6-element list
256 # For the given rctl name, returns the list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm750 configuration options below. In a list context, it returns a list
766 name => value pairs, in a list context. Otherwise, returns the object
772 When called without arguments, returns the values. Otherwise, returns the
778 that will be dumped. When called without arguments, returns the names.
779 Otherwise, returns the object itself.
783 Clears the internal table of "seen" references and returns the object
899 sure the method can be called via the object, and that it returns a valid
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm127 MakeMaker doesn't always generate 'Makefile'. It returns what it
221 with reality. This returns the mtime of a file which has just been
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm120 list context but still returns just one line.
144 handle is invalid. It only returns false for a valid handle with no
207 returns nothing. setvbuf returns "0 but true", on success, C<undef> on
H A DPipe.pm237 on the newly created C<IO::Pipe> object. It returns an array of two objects
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm95 On failure, the C<tie> call returns an undefined value and probably
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm95 On failure, the C<tie> call returns an undefined value and probably
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm188 In a scalar context opcodes returns the number of opcodes in this
191 In a list context it returns a list of all the operator names.
222 right length etc) otherwise it returns false. If an optional second
257 This takes a list of operator names and returns the corresponding list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm98 On failure, the C<tie> call returns an undefined value and probably

Completed in 51 milliseconds

1234567