Searched refs:then (Results 26 - 50 of 219) sorted by relevance

123456789

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm222 read and write access. If these conditions are not met then a warning is
288 then the entry returned will have the given login. If C<LOGIN> is not given then
291 If a matching entry cannot be found, and a default entry exists, then a
295 no .netrc file is found, then C<undef> is returned.
H A DPOP3.pm406 If C<HOST> is not given, then the C<POP3_Host> specified in C<Net::Config>
412 B<ResvPort> - If given then the socket for the C<Net::POP3> object
444 and username. If the username is not specified then the current user name
451 If there was an error authenticating the user then I<undef> will be returned.
479 then get returns a reference to an array which contains the lines of
480 text read from the server. If C<FH> is given then the lines returned
530 then the C<reset> method will called before the connection is closed. This
H A DFTP.pm650 # can cd to it, if so then return path
1271 which the receiver will then translate back into their local
1293 given host cannot be directly connected to, then the
1313 B<Passive> - If set to a non-zero value then all data transfers will be done
1344 no arguments are given then the C<Net::FTP> uses the C<Net::Netrc>
1346 If no information is found then a login of I<anonymous> is used.
1347 If no password is given and the login is I<anonymous> then I<anonymous@>
1350 If the connection is via a firewall then the C<authorize> method will
1357 then C<authorize> uses C<Net::Netrc> to do a lookup.
1374 text files, then i
[all...]
H A DConfig.pm197 then this value should be set to the firewall hostname. If your firewall
198 does not listen to port 21, then this value should be set to
301 If true then C<make test> may attempt to connect to hosts given in the
306 If true then C<Configure> will check each hostname given that it exists
H A DNNTP.pm715 given two environment variables are checked, first C<NNTPSERVER> then
716 C<NEWSHOST>, then C<Net::Config> is checked, and if a host is not found
717 then C<news> is used.
728 B<Reader> - If the remote server is INN then initially the connection
731 with a value of zero, then this command will not be sent and the
747 Retrieve the header, a blank line, then the body (text) of the
750 If C<FH> is specified then it is expected to be a valid filehandle
752 returned. If C<FH> is not specified then the return value, on success,
756 If no arguments are passed then the current article in the currently
766 If there is an error then
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm78 creates a B<Pod::Select> object and then invokes the B<podselect()>
104 given regular expression starts with a "!" character, then the
182 the command. If a range-regex is supposed to match a POD command, then
188 If no I<=cmd-expr> is given then the text-expr will be matched against
190 matched against verbatim text-blocks. If no I<text-expr> is given then
301 level, then C<undef> is returned.
329 If no C<$section_spec> arguments are given, then the existing set of
350 ## string "+", then the remaining section specifications are *added*
435 C<$headingN> is omitted then it defaults to the current corresponding
544 (associative array) then th
[all...]
H A DInputObjects.pm291 If this paragraph is a command paragraph, then this method will return
342 If this paragraph is a command paragraph, then this method will return
358 If this paragraph is a command paragraph, then this method will return
397 elements: first the filename, then the line number. If called in
592 sequence, then the outer/parent sequence that contains it is
690 elements: first the filename, then the line number. If called in
707 If you override this method then it is B<imperative> that you invoke
778 then the reference is assumed to a parse-tree and becomes the new top node.
821 then the text is prepended to the first item (not added as a separate string).
849 then th
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm166 and a list of lines and then breaks those lines up into a list of
175 The $keep argument is a boolean flag. If true, then the tokens are
177 backslashes, etc.) are kept in the tokens. If $keep is false then the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm103 then a reference to the sub is returned. If it does not then I<undef> is
127 package the object is blessed into. If C<REQUIRE> is given then
H A Dwarnings.pm87 then die. Otherwise return.
94 calling module then die. Otherwise return.
104 is first used then die. Otherwise return.
H A DAutoLoader.pm28 # Getopt::Long::GetOptions(), then $INC{Getopt/Long.pm} is
33 # for example, @INC = ('lib'), then $INC{Getopt/Long.pm} is
49 # if the file exists, then make sure that it is a
101 # If we can successfully truncate a long name then it's worth a go.
135 # is POSIX, then $INC{POSIX.pm} is something like
140 # for example, @INC = ('lib'), then
208 (See L<perldata>.) The B<AutoSplit> module can then be run manually to
220 thus (presumably) defining the needed subroutine. AUTOLOAD will then
254 and then fallback to B<AutoLoader>'s AUTOLOAD for the rest.
282 subroutines), then tha
[all...]
H A DPerlIO.pm49 C<binmode> layer specification then C code performs the equivalent of:
53 The perl code in PerlIO.pm then attempts to locate a layer by doing
99 layer, it enables the CRLFness of that other deeper layer, and then
111 make (whole) file appear in the process's address space, and then
132 and then read it back in.
166 pops itself and then any layers which do not declare themselves as suitable
177 will construct a "binary" stream, but then enable UTF-8 translation.
246 translation for text files then the default layers are :
254 stdio, then the default layers are:
H A Dautouse.pm97 If the module C<Module> is already loaded, then the declaration
109 If the module C<Module> is not loaded yet, then the above declaration
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm296 the code to be compiled into an internal format and then,
358 The following methods can then be used on the compartment
444 If an operation is trapped in this way, then the code in STRING will
446 compile-time or return error, then $@ is set to the error message, just
449 If there is no error, then the method returns the value of the last
460 If the entereval op is permitted then the code can use eval "..." to
474 'Root'. If foo() contains an eval statement like eval '$foo = 1' then,
476 compartment (by whatever means) then instead of setting $pkg::foo, the
484 from the compartment, then the eval in the Socket module's AUTOLOAD
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm149 then caches the result. It tries the first available of the C
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm53 # If @all contains names in the form -lxxx or -Lxxx then it's asking for
98 If @DynaLoader::dl_resolve_using contains C<-L*> or C<-l*> entries then
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm36 and then File::Spec::Unix canonpath() is called on the result.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToChecker.pm46 not available, then Pod::Checker), to check for errors in a given
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL89 are used then standard output is used. If ">&2" or ">&STDERR" is used then
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl36 If the first argument is a hashref, then the B<-cmplines> key in the
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c294 time_t then; local
296 if (content_size == sizeof (then)) {
297 bcopy(content_ptr, (char *)&then, sizeof (then));
299 ctime(&then));
592 * If the file does not exist, then there is no filter to
676 time_t now, then; local
685 bcopy(data.dptr, (char *)&then, sizeof (then));
686 if (then
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm76 If you pass the C<-q> option to the module, then the STDOUT
131 is invoked which can then go ahead and do the compilation, usually by
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL62 *** local host as well, please install libwin32 then Sys::Syslog again.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm42 or a reference) and it begins with C<< >& >>, then the child will send output
44 C<< <& >>, then $wtrfh will be closed in the parent, and the child will read
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL80 and then from your module path.
371 and then from your module path.
436 a dialup line then you may not want me to perform these lookups, as
461 services, then enter a single space, followed by <CR>. To accept the
601 case and your DNS will resolve external hostnames, then another method
631 ###then enter a list of hostames

Completed in 202 milliseconds

123456789