Home
last modified time | relevance | path

Searched refs:print_content_type (Results 1 – 17 of 17) sorted by relevance

/dports/www/p5-CGI-Ex/CGI-Ex-2.50/samples/app/
H A Dcgi_ex_1.cgi70 $cgix->print_content_type();
78 $cgix->print_content_type;
/dports/www/nginx-full/nchan-1.2.12/dev/nchan_tools-gem/exe/
H A Dnchan-sub21 print_content_type = false
39 opts.on("--content-type", "show received content-type"){|v| print_content_type = true}
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/lib/CGI/
H A DEx.pm256 sub content_type { &print_content_type }
263 sub print_content_type { subroutine
470 $self->print_content_type;
533 $self->print_content_type('application/x-javascript');
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/samples/app/app1/lib/App1/
H A DDoBill.pm20 $self->cgix->print_content_type;
/dports/sysutils/usermin/usermin-1.830/file/
H A Dlang.cgi7 &print_content_type();
H A Dshow.cgi139 &print_content_type($type);
H A Dfile-lib.pl464 sub print_content_type subroutine
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/t/
H A D0_ex_00_base.t56 ### try print_content_type
90 CGI::Ex::print_content_type(@$args);
107 skip("Can't test print_content_type", 12);
129 print_content_type
H A D4_app_00_base.t1129 sub print_content_type {
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/lib/CGI/Ex/
H A DDie.pm154 $cgix->print_content_type;
H A DDump.pm114 CGI::Ex::print_content_type();
H A DAuth.pm357 $self->cgix->print_content_type;
384 $self->cgix->print_content_type;
H A DApp.pm721 …$self->cgix->print_content_type($self->run_hook('mimetype', $step), $self->run_hook('charset', $st…
H A DApp.pod2064 The default method calls $self->cgix->print_content_type and then
2067 The print_content_type is passed $self->mimetype (which defaults to
2486 $self->cgix->print_content_type;
2488 # $self->cgix->print_content_type('text/html');
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/
H A DREADME17 $cgix->print_content_type;
255 method ->print_content_type is available.
257 $cgix->print_content_type;
260 $cgix->print_content_type('text/html');
263 $cgix->print_content_type('text/html', 'utf-8');
H A DChanges191 * Allow print_content_type('text/html', 'utf-8')
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader-output.c516 print_content_type (const char *type, in print_content_type() function
931 print_content_type (http_header->content_type, http_header->content_subtype, in gsk_http_header_print()