Home
last modified time | relevance | path

Searched refs:err_header_out (Results 1 – 14 of 14) sorted by relevance

/dports/www/p5-Apache-AuthCookie/Apache-AuthCookie-3.30/lib/Apache/
H A DAuthCookie.pm130 $r->err_header_out(Pragma => 'no-cache');
558 $r->err_header_out(P3P => $p3p);
/dports/www/mod_perl2/mod_perl-2.0.11/lib/ModPerl/
H A DMethodLookup.pm2757 err_header_out => ['err_headers_out',
/dports/www/p5-CGI-Utils/CGI-Utils-0.12/lib/CGI/
H A DUtils.pm1353 $r->err_header_out('Content-Type' => 'text/html');
1363 $r->err_header_out('Content-Type' => $args[0]);
1398 $r->err_header_out(@$header);
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/lib/HTML/Mason/
H A DFakeApache.pm263 sub err_header_out { subroutine
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Engine/
H A DMP13.pm292 sub err_header_out { subroutine
H A DMP20.pm296 sub err_header_out { subroutine
H A DCGI.pm467 sub err_header_out { subroutine
/dports/www/mod_perl2/mod_perl-2.0.11/lib/Apache2/
H A Dcompat.pm547 sub err_header_out { subroutine
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/t/
H A D14a-fake_apache.t129 ok( $r->err_header_out(Location => $url), "Set location header" );
/dports/www/p5-Gantry/Gantry-3.64/lib/
H A DGantry.pm234 $self->err_header_out( 'Set-Cookie', $cookie ); # mp13 mp20
/dports/www/mod_perl2/mod_perl-2.0.11/docs/user/porting/
H A Dcompat.pod1247 See C<L<$r-E<gt>err_header_out|/C__r_E_gt_err_header_out_>>.
1253 See C<L<$r-E<gt>err_header_out|/C__r_E_gt_err_header_out_>>.
1258 =head2 C<$r-E<gt>err_header_out>
1260 C<header_in()>, C<header_out()> and C<err_header_out()> are not
1269 $r->err_header_out("Pragma" => "no-cache");
H A Dporting.pod1031 C<err_header_out()> are R.I.P. and that I have to use the
/dports/www/p5-Apache-AuthCookie/Apache-AuthCookie-3.30/
H A DChanges353 calls $r->err_header_out to send it to the browser. It is
/dports/www/mod_perl2/mod_perl-2.0.11/
H A DChanges2912 add the err_header_out() wrapper to Apache::compat + corresponding tests