Lines Matching refs:URL

587       # See the URL below for XForms specs on this issue.
1653 rearrange([[LOCATION,URI,URL],TARGET,STATUS,['COOKIE','COOKIES'],NPH],@p);
1729 # HTML while the author needs to be escaped as a URL.
1917 # $action -> optional URL of script to run
1936 # $action -> optional URL of script to run
1964 # $action -> optional URL of script to run
2796 # $src -> URL of the image source
2818 # Returns a URL containing the current script and all its
2842 # the URL.
2978 # after the URL (if any)
3070 # by the URL (if any)
3240 # Return the partial URL to this script for
3242 # self_url(), which returns a URL with all state information
4570 or from a properly formatted, URL-escaped query string:
4781 Both name and value are URL escaped. Multi-valued CGI parameters are
5310 redirect the browser elsewhere, perhaps choosing a URL based on the
5313 The redirect() method redirects the browser to a different URL. If
5573 =head2 CREATING A SELF-REFERENCING URL THAT PRESERVES STATE INFORMATION:
5578 self_url() will return a URL, that, when selected, will reinvoke
5596 =head2 OBTAINING THE SCRIPT'S URL
5606 B<url()> returns the script's URL in a variety of formats. Called
5607 without any arguments, it returns the full form of the URL, including
5618 If true, produce an absolute URL, e.g.
5624 Produce a relative URL. This is useful if you want to reinvoke your
5631 Produce the full URL, exactly as if called without any arguments.
5636 Append the additional path information to the URL. This can be
5642 Append the query string to the URL. This can be combined with
5656 the URL after mod_rewrite's rules have run. Because the additional
5657 path information only makes sense in the context of the rewritten URL,
5658 -rewrite is set to false when you request path info in the URL.
5662 =head2 MIXING POST AND URL PARAMETERS
5666 It is possible for a script to receive CGI parameters in the URL as
5667 well as in the fill-out form by creating a form that POSTs to a URL
5670 fill-out form, ignoring the URL's query string. To retrieve URL
5676 Under no circumstances will the contents of the URL query string
5678 try to mix a URL query string with a form submitted with the GET
5967 -action specifies the URL of the script to process the query. The
6967 -src=>'/source/URL',
6972 print image_button('button_name','/source/URL','MIDDLE');
6990 The second argument (-src) is also required and specifies the URL
7057 against your script's URL before returning the cookie. For example,
7359 URL for the stylesheet, or it may be a hash reference. In the latter
7361 B<-code>. B<-src> points to a URL where an externally-defined
7580 Returns additional path information from the script URL.
7613 Return the script name as a partial URL, for self-referring
7618 Return the URL of the page the browser was viewing