Searched refs:returns (Results 26 - 50 of 155) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm154 All NULs, returns, and newlines are removed from the result.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm30 C<attrs::get> on a subroutine reference or name returns its list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm91 charinfo() returns a reference to a hash that has the following fields
281 With a B<code point argument> charblock() returns the I<block> the character
344 With a B<code point argument> charscript() returns the I<script> the
405 charblocks() returns a reference to a hash with the known block names
423 charscripts() returns a hash with the known script names as the keys,
491 The compexcl() returns the composition exclusion (that is, if the
534 The casefold() returns the locale-independent case folding of the
607 The casespec() returns the potentially locale-dependent case mapping
721 Unicode::UCD::UnicodeVersion() returns the version of the Unicode
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm122 returns a reference to the new input source object. It takes one or more
161 If no argument is given, it returns a string containing the name of
249 returns a reference to the new paragraph object. It may be given one or
396 object. If called in a list context, it returns a list of two
398 a scalar context, it returns a string containing the filename, followed
441 and returns a reference to the new interior sequence object. It should
689 object. If called in a list context, it returns a list of two
691 a scalar context, it returns a string containing the filename, followed
749 returns a reference to the new parse-tree. If a single-argument is given,
776 given, it returns th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm53 This function returns an encoded version of the string given as
69 This function returns the plain text version of the string given
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.pm26 print qualify(\*x), "\n"; # returns \*x
27 print qualify(\*x, "FOO"), "\n"; # returns \*x
39 C<Symbol::gensym> creates an anonymous glob and returns a reference
63 returns a glob ref rather than a symbol name, so you can use the result
H A DFileHandle.pm183 C<FileHandle::getpos> returns an opaque value that represents the
242 list context but still returns just one line.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm189 Takes as argument a path and returns true if it is an absolute path.
204 Takes no argument, returns the environment variable PATH as an array.
232 with no concept of volume, returns '' for volume.
295 Takes volume, directory and file portions and returns an entire path. Under
321 Takes a destination path and an optional base path returns a relative path
H A DVMS.pm33 identically named elements of C<%$self>, and returns the result
86 default directory, and returns a directory or file specification accordingly.
173 Concatenates a list of file specifications, and returns the result as a
207 Concatenates a list of file specifications, and returns the result as a
H A DMac.pm57 to portability reasons. Since C<File::Spec-E<gt>catdir()> returns relative paths
180 returns an entire path. While C<catdir()> is still suitable for the
276 C<File::Spec-E<gt>catfile()> returns relative paths on all other
343 returns the name of the startup volume, since that's the closest in
392 Takes as argument a path and returns true, if it is an absolute path.
569 Takes volume, directory and file portions and returns an entire path. On Mac OS,
613 Takes a destination path and an optional base path and returns a relative path
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm123 returns: ('fr', 'fr-ca', 'i-mingo')
126 returns: ('It', 'in', 'fr')
322 If $lang1 is not a valid language tag, returns empty-list in
370 notably, "C" and "POSIX"), this returns empty-list in a list context,
413 This function, if given a language tag, returns an encoding of it such
433 C<encode_language_tag> returns undef if given anything other than a
561 This function, if given a language tag, returns all language tags that
588 This function returns empty-list if given anything other than a formally
701 returns a list of tags for I<other> (non-super)
710 nothing. So C<panic_languages('ca', 'es')> returns
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm106 # Without arguments, returns the list of fields implemented on build
252 This function returns true if all parameters are supported fields
256 separate arguments. If you pass no parameters, the function returns
272 systems, Perl automatically returns the shadow password entry when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm148 Returns true if $terminator appears output, else returns false.
209 MUST define this method so it returns true. 7bit ISO-2022 encodings
285 understand and returns a string used to represent them. For example:
299 what it wants to the output string and returns a new index into the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm21 returns it using the INPUT typemap.
H A DTypemap.xs160 returns C<undef>. If the return value is not -1, this typemap
162 is perl true) or returns the value itself, to indicate that the
756 # Test passes in an integer array and returns it along with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.pm158 a line comparison function, which returns 0 when both lines are considered
H A DPath.pm40 It returns a list of all directories (including intermediates, determined
84 It returns the number of files successfully deleted. Symlinks are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm70 returns an array reference, the rest scalars.
H A Dservent.pm72 method returns an array reference, the rest scalars.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm42 returns the actual package that executes the commands. Among possible
48 returns the handle for subsequent calls to following
76 returns an array with two strings that give most appropriate names for
81 returns a reference to a hash which describes internal configuration
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm63 replacing it with a version that returns "Time::tm" objects.
H A Dlocaltime.pm58 replacing it with a version that returns "Time::tm" objects.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm65 This returns the ordered list of names of classes that Perl would
78 This returns a hash whose keys are $CLASS and its
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm215 returns a reference to a hash. This hash holds an entry for each line in the
241 This returns the name of the associated .packlist file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm168 returns all of the tokens in a single long list, while &nested_quotewords()
169 returns a list of token lists corresponding to the elements of @lines.

Completed in 54 milliseconds

1234567