Lines Matching defs:http

19 #   http://search.cpan.org/dist/CGI.pm
31 # 'http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd'];
34 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'];
61 'http://www.w3.org/TR/html4/loose.dtd' ] ;
250 virtual_host remote_ident auth_type http append
588 # http://www.w3.org/TR/2006/REC-xforms-20060314/slice11.html#submit-options
1613 push(@header,"Expires: " . expires($expires,'http'))
1615 push(@header,"Date: " . expires(0,'http')) if $expires || $cookie || $nph;
1742 my $meta_bits = qq(<meta http-equiv="Content-Type" content="text/html; charset=$encoding" />)
1745 push(@result,$XHTML ? qq(<html xmlns="http://www.w3.org/1999/xhtml"$lang_bits>\n<head>\n<title>$title</title>)
1768 $meta_bits_set = 1 if grep { /http-equiv=["']Content-Type/i }@$head;
1772 $meta_bits_set = 1 if $head =~ /http-equiv=["']Content-Type/i;
2329 # <http://validator.w3.org/docs/errors.html#bad-entity> /
2330 # <http://lists.w3.org/Archives/Public/www-html/1997Mar/0003.html>.
2869 my $vh = http('x_forwarded_host') || http('host') || '';
2877 $url .= ':' . $port unless (lc($protocol) eq 'http' && $port == 80)
3003 # PATH_INFO=/http://foo when the user requests
3004 # http://xxx/script.cgi/http://foo
3013 # So for instance, in: http://foo/x//y/script.cgi/a//b, we'll return a
3015 # http://foo/./x//z/script.cgi/a/../b//c, we'll return the versions
3129 my(@accept) = defined $self->http('accept')
3130 ? split(',',$self->http('accept'))
3170 my $user_agent = $self->http('user_agent');
3199 return $self->http('cookie') || $ENV{'COOKIE'} || '';
3209 my $vh = http('x_forwarded_host') || http('host') || server_name();
3266 return $self->http('referer');
3295 my $vh = $self->http('x_forwarded_host') || $self->http('host');
3323 #### Method: http
3327 'http' => <<'END_OF_FUNC',
3328 sub http {
3363 # Return the protocol (http or https currently)
3416 return $self->http('from') || $ENV{'REMOTE_IDENT'} || $ENV{'REMOTE_USER'};
4350 print $q->redirect('http://somewhere.else/in/movie/land');
4811 http://stein.cshl.org/boulder/
5042 (http://www.w3.org/TR/xhtml1/). The -no_xhtml pragma disables this
5307 print $q->redirect('http://somewhere.else/in/movie/land');
5317 You should always use full URLs (including the http: or ftp: part) in
5323 -uri=>'http://somewhere.else/in/movie/land',
5374 -xbase=>"http://home.mcom.com/"
5419 dtd => [ '-//W3C//DTD HTML 4.01 Transitional//EN', 'http://www.w3.org/TR/html4/loose.dtd' ]
5444 -href=>'http://www.capricorn.com/s2.html'}),
5446 -href=>'http://www.capricorn.com/s1.html'})
5610 http://your.host.com/path/to/script.cgi
5648 Generate just the protocol and net location, as in http://www.foo.com:8000
5688 $q->a({href=>"http://crete.org/"},"Crete"),
5699 <a href="http://crete.org/">Crete</a> there lived
5711 a({href=>"http://crete.org/"},"Crete"),
6512 (http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTGROUP)
7390 http://www.w3.org/Style/CSS/ for more information.
7411 -style=>{-src=>'http://www.capricorn.com/style/st1.css',
7671 =item B<http()>
7682 $requested_language = http('Accept-language');
7683 $requested_language = http('Accept_language');
7684 $requested_language = http('HTTP_ACCEPT_LANGUAGE');
7688 The same as I<http()>, but operates on the HTTPS environment variables
7722 http://web.archive.org/web/20010812012030/http://support.microsoft.com/support/kb/articles/Q280/3/41.ASP