Lines Matching refs:parameters

423 # the known parameters names available.
615 # If initializer is defined, then read parameters
781 @QUERY_PARAM = $self->param; # save list of parameters
810 push (@{$self->{'.parameters'}},$param)
816 return () unless defined($self) && $self->{'.parameters'};
817 return () unless @{$self->{'.parameters'}};
818 return @{$self->{'.parameters'}};
1083 @{$self->{'.parameters'}}=grep { !exists($to_delete{$_}) } $self->param();
1089 # Import all parameters into the given namespace.
1241 $_[0]->{'.parameters'}->[$_[0]->{'.iterator'}++];
1247 $_[0]->{'.parameters'}->[$_[0]->{'.iterator'}++];
1287 # Delete all parameters
1441 # A way to restore CGI parameters from an initializer.
1687 # @other -> (optional) any other named parameters you'd like to incorporate into
1776 # handle the infrequently-used -style and -script parameters
3091 # parameters
3114 # Without parameters, returns an array of the
3163 # If called with no parameters, returns the user agent.
3562 # Read multipart data and store it into our parameters.
3694 # Read multipart/related data and store it into our parameters. The
4374 list of named parameters that were passed to your CGI script by the
4394 retrieve CGI parameters, create HTML tags, manage cookies, and so
4538 parameters from the file (or STDIN, or whatever). The file can be in
4610 parameters are defined in the form (however, this isn't part
4685 This completely clears a list of parameters. It sometimes useful for
4686 resetting parameters that you don't want passed down between script
4745 the keys are the names of the CGI parameters, and the values are the
4746 parameters' values. The Vars() method does this. Called in a scalar
4754 parameters. Because a hash cannot distinguish between scalar and
4755 list context, multivalued parameters will be returned as a packed
4781 Both name and value are URL escaped. Multi-valued CGI parameters are
5021 will interrogate param() to see if similarly-named parameters are
5053 This makes CGI.pm treat all parameters as UTF-8 strings. Use this with
5100 don't want it to read CGI parameters from the command line or STDIN,
5240 to the CGI methods using named parameters. Recognized parameters are
5242 parameters will be stripped of their initial hyphens and turned into
5364 All parameters are optional. In the named parameter form, recognized
5365 parameters are -title, -author, -base, -xbase, -dtd, -lang and -target
5366 (see below for the explanation). Any additional parameters you
5368 to the <body> tag. Additional parameters must be proceeded by a
5457 B<-onMouseOver>, B<-onMouseOut> and B<-onUnload> parameters are used
5469 The B<-onLoad> and B<-onUnload> parameters point to fragments of JavaScript
5471 browser. Usually these parameters are calls to functions defined in the
5540 The old-style positional parameters are as follows:
5562 Any other parameters you want to include in the <body> tag. This is a good
5625 script with different parameters. For example:
5666 It is possible for a script to receive CGI parameters in the URL as
5671 parameters, call the B<url_param()> method. Use it in the same way as
5673 parameters, but not set them.
5677 interfere with similarly-named CGI parameters in POSTed forms. If you
6035 JAVASCRIPTING: The B<-name> and B<-onSubmit> parameters are provided
6226 B<-onMouseOver>, B<-onMouseOut> and B<-onSelect> parameters are
6659 The optional parameters B<-rows>, and B<-columns> cause
6813 All modern browsers can take advantage of the optional parameters
6814 B<-rows>, and B<-columns>. These parameters cause radio_group() to
6821 can use the B<-rowheaders> and B<-colheaders> parameters. Both
7022 A cookie is a name=value pair much like the named parameters in a CGI
7081 B<cookie()> creates a new cookie. Its parameters include:
7162 If you call cookie() without any parameters, it will return a list of
7183 (with appropriate parameters) as the SRC for each of the frames.
7564 Called with no parameters, raw_cookie() returns the packed cookie
7741 =item By using B<-nph> parameters