Searched refs:URL (Results 26 - 39 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c79 #define URL 16 macro
727 if (notice.item[URL].data)
729 expand(&notice, &tmp, &notice.item[URL]);
772 if (notice.item[URL].data)
778 copy(&tmp, " Internet web site URL", -1);
781 expand(&notice, &tmp, &notice.item[URL]);
934 if (notice.item[URL].data)
987 if (notice.type >= PROPRIETARY && !notice.item[URL].data)
992 if (notice.item[URL].data)
1021 expand(&notice, &tmp, &notice.item[URL]);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm84 # the possibly inferred link text, the name or URL, the section, and the type
126 the name and section, the name or URL, the section if any, and the type of
127 link. The type will be one of 'url', 'pod', or 'man', indicating a URL, a
H A DHtml.pm58 Specify the URL of a cascading style sheet. Also disables all HTML/CSS
108 Sets the base URL for the HTML files. When cross-references are made,
109 the HTML root is prepended to the URL.
618 --css - stylesheet URL
1443 # looks like a URL
1528 # a) full-blown URL's are emitted as-is
1627 # now we have a URL or just plain code
1747 # page_sect - make a URL from the text of a L<>
1845 # relativize_url - convert an absolute URL to one relative to a base URL
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java264 // Open a URL onto the configuration file.
277 URL confURL = new URL(conf);
1571 URL[] urls = new URL[] {new URL("file:/usr/share/lib/locale/")};
H A DRequestHandler.java844 new Object[] {msg.URL,
850 isLocalHostURL(msg.URL) && config.isDA()) {
920 if ((hdr.xid == 0) && isLocalHostURL(msg.URL) && !config.isDA()) {
H A DServiceStoreInMemory.java1095 private ServiceURL serviceURL = null; // the service URL
1101 // URL signature block list, if any.
1134 * @return The record's service URL.
1189 * Return the URL signature list.
1191 * @return URL signature block list.
1292 // particular URL, set of scopes, and locale is the same object
1337 // the service URL itself because the hash code depends on the
1339 // to be able to distinguish for a non-service: URL if a
1345 // finding the attributes associated with a particular URL.
1512 * @param urlSig auth block Hashtable for URL signatur
2320 getServiceRecord(ServiceURL URL, Locale locale) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm44 # escaped URL data.
319 against your script's URL before returning the cookie. For example,
379 B<-path> points to a partial URL on the current server. The cookie
459 CGI.pm uses the URL escaping methods to save and restore reserved characters
H A DPush.pm261 last page, to redirect the browser to a new URL. Because redirect()
275 return header(-refresh=>'5; URL=http://somewhere.else/finished.html',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm621 file: URL.
686 my $prompt = "Enter another URL or RETURN to quit:";
688 $prompt = qq{CPAN.pm needs at least one URL where it can fetch CPAN files from.
702 printf(qq{"%s" doesn\'t look like an URL at first sight.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm587 # 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 (i
[all...]
H A DCPAN.pm705 sub {require URI::URL},
746 # although $INC{"URI/URL.pm"} may have failed. But as
2466 if ($CPAN::META->has_inst('URI::URL')) {
2467 my $u = URI::URL->new($url);
2480 $self->debug("without URI::URL we try local file $l") if $CPAN::DEBUG;
2604 # success above. Likely a bogus URL
2799 $CPAN::Frontend->myprint("Can't access URL $url.\n\n");
4310 a bad URL. Please check this array with 'o conf urllist', and
6684 associated with a URL that is not C<ftp:>.
6830 guessing if your URL i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL454 If the package has a mailing list, include a URL or subscription
457 If the package has a web site, include a URL here.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsubst.t275 $url = new URI::URL "http://www/"; die if $url eq "xXx";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1305 full or relative path or URL to the binary archive for a particular

Completed in 1003 milliseconds

12