Home
last modified time | relevance | path

Searched refs:header (Results 1 – 7 of 7) sorted by relevance

/web-bugs/www/rss/
H A Dbug.php23 header('HTTP/1.0 404 Not Found');
28 header('HTTP/1.0 403 Forbidden');
36 header('Content-type: text/xml; charset=utf-8');
40 header('Content-type: application/rss+xml; charset=utf-8');
45 header('Content-type: application/rdf+xml; charset=utf-8');
/web-bugs/www/
H A Dpatch-display.php74 header('Last-modified: ' . gmdate('l, d-M-y H:i:s \G\M\T', filemtime($path)));
75 header('Content-type: application/octet-stream');
76 header('Content-disposition: attachment; filename="' . $patch_name . '.patch.txt"');
77 header('Content-length: '.filesize($path));
/web-bugs/templates/
H A Dsearch-rss2.php2 header('Content-type: application/rss+xml');
H A Dsearch-rdf.php2 header('Content-type: text/xml');
/web-bugs/src/Horde/Text/Diff/Renderer/
H A DInline.php86 protected function _startBlock($header) argument
88 return $header;
/web-bugs/src/Horde/Text/Diff/
H A DRenderer.php200 protected function _startBlock($header) argument
202 return $header . "\n";
/web-bugs/include/
H A Dfunctions.php1533 header('Content-Type: text/html; charset=UTF-8');
1534 header('X-Frame-Options: SAMEORIGIN');
1643 header("Location: {$url}");

Completed in 13 milliseconds