Searched refs:Type (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcharset.t20 like($out, qr{Content-Type: text/plain; charset=UTF-8}, "setting charset alters header of text/plain");
25 like($out, qr{Content-Type: application/json; charset=UTF-8}, "setting charset alters header of application/json");
H A Dfunction.t95 my $h = redirect(-Location=>'http://somewhere.else',-Type=>'text/html');
96 test(26,$h eq "Status: 302 Found${CRLF}Location: http://somewhere.else${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}","CGI::redirect() 2");
97 test(27,redirect(-Location=>'http://somewhere.else/bin/foo&bar',-Type=>'text/html') eq "Status: 302 Found${CRLF}Location: http://somewhere.else/bin/foo&bar${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}","CGI::redirect() 2");
101 test(29, charset("UTF-8") && header() eq "Content-Type: text/html; charset=UTF-8${CRLF}${CRLF}", "UTF-8 charset");
102 test(30, !charset("") && header() eq "Content-Type: text/html${CRLF}${CRLF}", "Empty charset");
104 test(31, header(-foo=>'bar') eq "Foo: bar${CRLF}Content-Type: text/html${CRLF}${CRLF}", "Custom header");
H A Dhtml.t63 is header(), "Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}",
66 is header( -type => 'image/gif', -charset => '' ), "Content-Type: image/gif${CRLF}${CRLF}",
70 "Status: 500 Sucks${CRLF}Content-Type: image/gif${CRLF}${CRLF}", "header()";
76 qr!HTTP/1.0 200 OK${CRLF}Server: cmdline${CRLF}Date:.+${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}!,
86 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
102 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
128 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
141 qr!^Set-Cookie: fred=chocolate&chip\; path=/${CRLF}Date:.*${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}!s,
178 "Content-Type: image/gif; charset=UTF-8${CRLF}${CRLF}", "header()";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables124 my $Type = shift; ## "Is" or "In";
137 if (%Args or ($Type ne 'Is' and $Type ne 'In') or not ref $Table) {
141 if (not $TableInfo{$Type}->{$Name})
143 $TableInfo{$Type}->{$Name} = $Table;
144 $TableDesc{$Type}->{$Name} = $Desc;
146 $FuzzyNames{$Type}->{$Name} = $Name;
173 for my $Type ('Is', 'In')
175 if (my $Name = delete $Args{$Type}) {
176 New_Prop($Type
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h50 unsigned long Type; member in struct:AddrRangeDesc
55 /* usable memory "Type", all others are reserved. */
H A Dcommon.c135 if (desc->Type == MB_ARD_MEMORY
228 if (desc->Type == MB_ARD_MEMORY && desc->Length > 0
H A Dbuiltins.c1439 if (map->Type == MB_ARD_MEMORY)
/osnet-11/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h104 #define DAT_ERROR(Type, SubType) ((DAT_RETURN)(DAT_CLASS_ERROR | Type | \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm31 my $type = $arg->{Type} || SOCK_STREAM;
97 Type Type of socket (eg SOCK_STREAM or SOCK_DGRAM)
H A DINET.pm135 $type = $arg->{Type} || $socket_type{$pname};
315 Type Socket type SOCK_STREAM | SOCK_DGRAM | ...
343 name. As a last resort C<Proto> "tcp" is assumed. The C<Type>
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h165 #define Type "type" macro
H A Dtopo_xml.c511 if ((ptype = xmlattr_to_type(mp, xn, (xmlChar *)Type))
993 if ((ptype = xmlattr_to_type(mp, cn, (xmlChar *)Type))
1512 if ((ftype = xmlGetProp(cn, (xmlChar *)Type)) == NULL)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t21 ( $pkg_ref, $exp_ref ) = ( \%Pod::Functions::Type, \%Type );
22 is( $pkg_ref, $exp_ref, '%Pod::Functions::Type exported' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t588 print "not " unless $@ =~ /Type of arg 1 to main::multi1 must be one of/;
591 print "not " unless $@ =~ /Type of arg 1 to main::multi2 must be one of/;
594 print "not " unless $@ =~ /Type of arg 1 to main::multi3 must be one of/;
597 print "not " unless $@ =~ /Type of arg 2 to main::multi4 must be one of/;
600 print "not " unless $@ =~ /Type of arg 1 to main::multi5 must be one of/
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm33 =item %Type
75 our @EXPORT = qw(%Kinds %Type %Flavor %Type_Description @Type_Order);
77 our(%Kinds, %Type, %Flavor);
130 $Type{$name} = $type;
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h230 #define DAT_ERROR(Type, SubType) \
231 ((DAT_RETURN)(DAT_CLASS_ERROR | (Type) | (SubType)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm424 =head2 Type-specific attribute handlers
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm542 Switch Case Type of Match Implied Matching Code
H A DCPAN.pm83 qq{Type ? for help.
332 qq{Type ? for help.
1505 $CPAN::Frontend->myprint(qq{Type 'o conf' to view configuration }.
H A Dperl5db.pl6906 Type `|h h' for a paged display if this was too hard to read.
7081 Type `|h' for a paged display if this was too hard to read.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm1136 of ''. Type can be one of the following:
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c54 # define dcgettext(Domain,Message,Type) (Message)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1037 Type C<perl -v> at the command line to find out.
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c51 # define dcgettext(Domain,Message,Type) (Message)
199 int type; /**< Type of property */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm815 # Hangul Syllable Type
1754 =item Hangul Syllable Type

Completed in 137 milliseconds

12