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 D | cgi_ex_1.cgi | 70 $cgix->print_content_type(); 78 $cgix->print_content_type;
|
/dports/www/nginx-full/nchan-1.2.12/dev/nchan_tools-gem/exe/ |
H A D | nchan-sub | 21 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 D | Ex.pm | 256 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 D | DoBill.pm | 20 $self->cgix->print_content_type;
|
/dports/sysutils/usermin/usermin-1.830/file/ |
H A D | lang.cgi | 7 &print_content_type();
|
H A D | show.cgi | 139 &print_content_type($type);
|
H A D | file-lib.pl | 464 sub print_content_type subroutine
|
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/t/ |
H A D | 0_ex_00_base.t | 56 ### 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 D | 4_app_00_base.t | 1129 sub print_content_type {
|
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/lib/CGI/Ex/ |
H A D | Die.pm | 154 $cgix->print_content_type;
|
H A D | Dump.pm | 114 CGI::Ex::print_content_type();
|
H A D | Auth.pm | 357 $self->cgix->print_content_type; 384 $self->cgix->print_content_type;
|
H A D | App.pm | 721 …$self->cgix->print_content_type($self->run_hook('mimetype', $step), $self->run_hook('charset', $st…
|
H A D | App.pod | 2064 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 D | README | 17 $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 D | Changes | 191 * Allow print_content_type('text/html', 'utf-8')
|
/dports/net/gsk/gsk-1.0.63/src/http/ |
H A D | gskhttpheader-output.c | 516 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()
|