Searched refs:header (Results 1 – 7 of 7) sorted by relevance
23 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');
74 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));
2 header('Content-type: application/rss+xml');
2 header('Content-type: text/xml');
86 protected function _startBlock($header) argument88 return $header;
200 protected function _startBlock($header) argument202 return $header . "\n";
1533 header('Content-Type: text/html; charset=UTF-8');1534 header('X-Frame-Options: SAMEORIGIN');1643 header("Location: {$url}");
Completed in 9 milliseconds