Searched refs:argument (Results 126 - 150 of 171) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm122 should operate on the hash referenced by the first argument:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm234 a numeric argument to getpwuid() and the rest to getpwnam().
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.pm50 @_ or croak "No argument specified after 'handler'";
69 croak "Unrecognized argument $_";
235 Any argument which looks like a signal name (that is,
H A DPerlIO.pm301 returned, to get the output side use the optional C<output> argument:
320 separately use the optional C<details> argument:
H A Dattributes.pm176 argument before execution. When set on a non-method subroutine,
258 This method receives a single argument, which is a reference to the
H A Dbignum.pm304 This sets the accuracy for all math operations. The argument must be greater
311 This sets the precision for all math operations. The argument can be any
H A DExporter.pm266 symbols *to* export (usually this is @_). The $package argument is
/osnet-11/usr/src/lib/libradproto/common/
H A Dradclient.c719 invokereq.args.args_val = malloc(argc * sizeof (argument));
721 argument *a = &invokereq.args.args_val[i];
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c544 fprintf (stderr, gettext("Invalid argument for -C\n"));
553 fprintf (stderr, gettext("Invalid argument for -C\n"));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm19 # Fixed no argument Tgetent()
144 It takes a hash reference as an argument with two optional keys:
572 Takes a list of capabilities as an argument and will croak if one is not
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex331 % \onepageout takes a vbox as an argument. Note that \pagecontents
438 % Parse an argument, then pass it to #1. The argument is the rest of
440 % macro which expects an ordinary undelimited TeX argument.
484 % If a _delimited_ argument is enclosed in braces, they get stripped; so
1087 % @asis just yields its argument. Used with @table, for example.
1091 % @math outputs its argument in math mode.
1122 % We have to reset their definitions in case the @math was an argument
2524 % @kbd is like @code, except that if the argument is just one @key command,
2562 % second argument specifyin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm729 Returns a newly created C<Data::Dumper> object. The first argument is an
730 anonymous array of values to be dumped. The optional second argument is an
765 as in C<new>. If no argument is supplied, will return the "seen" list of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm346 If the constructor is only passed a single argument, it is assumed to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm87 The I<$bellowFlag> argument will be true if there is a layer below
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm288 takes a single numeric argument representing the number of seconds you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm82 If optional second argument has a TRUE value, then the return string is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm469 If called with an argument the C<list> returns the size of the message
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm81 B<OPTIONS> The first argument for B<pod_find> may be a hash reference
115 # first argument may be a hashref (options),
369 # Check for an options hash as first argument
380 # Read argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL67 extra-libraries argument.
117 an additional argument. Embedded structures and unions are returned as a
431 F<h2xs> would not distinguish whether an argument to a C function
433 input/output parameter. In particular, argument declarations of the
1727 #(and return the new value) if called with an additional argument.
H A Dperlbug.PL1112 argument to diff is typically the original file, the second argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm558 The I<CHECK> argument is used as follows. When you omit it,
582 an error occurs. The data argument will be overwritten with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm36 # For overloaded ops with only one argument we simple use $_[0]->copy() to
37 # preserve the argument.
391 # use a call instead of just setting the $variable to check argument
469 # the argument could be an object, so avoid ||, && etc on it, this would
835 my $c = ref($self); # find out class of argument(s)
881 # Round $self according to given parameters, or given second argument's
895 my $c = ref($self); # find out class of argument(s)
1653 # modifies first argument
2211 # the first argument is number of args objectify() should look at it will
2541 # does modify first argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm661 DIST_CP $how argument to manicopy() best
2822 # We trust that what has been handed in as argument, will be buildable
2984 Returns true, if the argument is likely to be a command.
3025 returns the argument without further processing.
3137 Takes one argument, a file name, and returns the file name, if the
3138 argument is likely to be a perl script. On MM_Unix this is true for
3404 argument to WriteMakefile() it will set it to the $new_prefix +
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm69 The first argument to C<find()> is either a code reference to your
87 specifying C<<{ bydepth => 1 }>> in the first argument of C<find()>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm220 All test functions take a name argument. It's optional, but highly
358 The second argument is a regular expression. It may be given as a

Completed in 326 milliseconds

1234567