Searched refs:arguments (Results 51 - 75 of 195) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DResourceBundle.properties93 invalid_args=Invalid arguments on command line.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm18 a time. C<mkpath> takes three arguments:
54 C<rmtree> takes three arguments:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL56 pod2html takes the following arguments:
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod82 Create a new Pg instance. The new() function accepts arguments in the form of a
125 Return the generation number for the given PG. Without arguments, return the
156 Without any arguments, returns the list of sharing relationships in the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm123 keyword arguments in the form of a hash. The keyword C<-handle> is
137 ## Any remaining arguments are treated as initial values for the
139 ## certain values by specifying them *before* the arguments passed.
250 two keyword arguments. The C<-text> keyword indicates the corresponding
265 ## Any remaining arguments are treated as initial values for the
267 ## certain values by specifying them *before* the arguments passed.
442 be given two keyword arguments. The C<-ldelim> keyword indicates the
471 ## Any remaining arguments are treated as initial values for the
473 ## certain values by specifying them *before* the arguments passed.
775 This method gets/sets the top node of the parse-tree. If no arguments ar
[all...]
H A DSelect.pm324 Each of the C<$section_spec> arguments should be a section specification
329 If no C<$section_spec> arguments are given, then the existing set of
392 Each of the C<$section_spec> arguments should be a section specification
412 This method takes no arguments, it has the exact same effect as invoking
413 <select()> with no arguments.
433 The arguments C<$heading1>, C<$heading2>, etc. are the heading titles of
575 All other arguments should correspond to the names of input files
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm130 the args. Collectively they will process all the arguments. Each
134 $cmd should include any switches and repeated initial arguments.
138 Pairs of arguments will always be preserved in a single command, this
140 pairs of arguments. This makes things like this safe:
306 arguments. In most cases this is simply something like:
449 # Need the trailing '--' so perl stops gobbling arguments and - happens
H A DCommand.pm38 functions work from @ARGV rather than taking arguments. This makes
143 croak("Too many arguments") if (@ARGV > 1 && ! -d $dst);
159 croak("Too many arguments") if (@ARGV > 1 && ! -d $dst);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm140 warnings::warnif ("Odd number of arguments for overload::constant");
234 arguments. If the corresponding operation is binary, then the first
235 two arguments are the two arguments of the operation. However, due to
238 order of the arguments is interchanged. It probably does not matter
239 when implementing the addition method, but whether the arguments
248 the order of arguments is as in the current operation.
252 the arguments are reversed.
267 is called with arguments C<($a,undef,'')> when $a++ is executed.
278 I<mutate> their arguments
[all...]
H A DEnv.pm24 the C<import> function receives arguments, it takes them to be a list of
H A DFileCache.pm49 To pass supplemental arguments to a program opened with C< '|-' > or C< '-|' >
132 croak "Not enough arguments for cacheout" unless $narg = scalar @_;
133 croak "Too many arguments for cacheout" if $narg > 2;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm656 # Push back accumulated arguments
1212 # The arguments are mostly the same as for Pod::Usage::pod2usage:
1241 # The arguments are the same as for Pod::Usage::pod2usage:
1265 # name and value as arguments. Remove these, if so.
1333 Command line operated programs traditionally take their arguments from
1335 program needs to know. Besides arguments, these programs often take
1393 non-option arguments. See L<Configuring Getopt::Long> for more
1409 The call to GetOptions() parses the command line arguments that are
1452 =head2 Mixing command line option with other arguments
1454 Usually programs take command line options as well as other arguments,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c241 static void arguments(void);
287 arguments(); /* followed by each input file */
527 arguments(void) function
532 * Makes sure all the non-option command line arguments are processed. If we get
533 * here and there aren't any arguments left, or if '-' is one of the input files
557 } /* End of arguments */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm50 followed by two arguments for C<IN> and C<OUT> filehandles. These
51 arguments should be globs.
128 takes two arguments which are input filehandle and output filehandle.
244 die "method new called with wrong number of arguments"
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm537 Note that, because the C<Cycle> attribute receives its arguments in the
538 C<$data> variable, if the attribute is given a list of arguments, C<$data>
542 non-array-reference arguments in an array constructor:
547 its arguments as a flattened list, so the attribute looks like:
573 since the C<autotie> mechanism passes C<tie> a list of arguments as a list
583 arguments to the module's C<import> subroutine, by appending them to the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm23 (indicated by a leading B<->) come lint check arguments. Each such
27 arguments, a standard list of checks is turned on. Later options
386 # Remaining arguments are things to check
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm75 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
160 The default C<TIEHASH> method stores "extra" arguments to tie() starting
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL173 and add comma (C<,>) before the arguments ($VERSION above).
207 The parentheses about XSLoader::load() arguments are needed since we replaced
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm91 it passes all the three arguments to the three-argument C<open> operator.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm43 the connection between the variable and the file. The arguments to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm43 the connection between the variable and the file. The arguments to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm46 the connection between the variable and the file. The arguments to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm66 C<printf>. Takes no arguments - the test value is hard-wired
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm394 With one or two arguments, the first argument is an index
413 With one or two arguments, the first argument is a key specifying
452 arguments to be passed to the element's constructor.
576 * the class might not have a hash-like-arguments constructor
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm83 The order of arguments differs from that of open3().

Completed in 310 milliseconds

12345678