Home
last modified time | relevance | path

Searched refs:header (Results 226 – 250 of 1105) sorted by relevance

12345678910>>...45

/plugin/combo/action/
H A Dstaticresource.php205 * header("Cache-Control: public, max-age=$infiniteMaxAge, s-maxage=$infiniteMaxAge");
216 header('Expires: ' . gmdate("D, d M Y H:i:s", $expires) . ' GMT');
228 header("Cache-Control: " . implode(", ", $cacheControlDirective));
244 header("ETag: $etag");
295 header('Content-Disposition: attachment;' . rfc2231_encode(
299 header('Content-Disposition: inline;' . rfc2231_encode(
305 * The vary header avoid caching
311 * Use x-sendfile header to pass the delivery to compatible web servers
/plugin/s5reloaded/ui/thesis/
H A Ds5-core.css3 div#header, div#footer, div#controls, .slide {position: absolute;}
4 html>body div#header, html>body div#footer,
/plugin/s5/ui/dokuwiki/
H A Ds5-core.css3 div#header, div#footer, div#controls, .slide {position: absolute;}
4 html>body div#header, html>body div#footer,
/plugin/s5/ui/default/
H A Ds5-core.css3 div#header, div#footer, div#controls, .slide {position: absolute;}
4 html>body div#header, html>body div#footer,
/plugin/s5/ui/i18n/
H A Ds5-core.css3 div#header, div#footer, div#controls, div.slide {position: absolute;}
4 html>body div#header, html>body div#footer,
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.php_cs2 $header = <<<'EOF'
29 'header_comment' => ['header' => $header, 'separate' => 'none'],
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.php_cs.dist2 $header = <<<'EOF'
29 'header_comment' => ['header' => $header, 'separate' => 'none'],
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php136 $header = $this->headerNames['host'];
138 $header = 'Host';
143 $this->headers = [$header => [$host]] + $this->headers;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php178 protected function sendHeader(string $header, string $content): void argument
181 header(sprintf('%s: %s', $header, $content));
/plugin/news/
H A DREADME33 In this form, the news items are generated from material which is preceded by Dokuwiki header marku…
39 === header 1 ===
40 ==== header 2 ====
78 2 and 3 configure the header section, where the Title is what is feed is known as the the descripti…
89 The header values for these feeds are configured in the file scripts/newsfeed.ini.
91 You can still use the original syntax, without the feed name; its header title and description will…
/plugin/adfs/
H A Daction.php35 header('Content-Type: application/samlmetadata+xml');
36 header('Content-Disposition: attachment; filename="saml-metadata.xml"');
/plugin/badbehaviour/bad-behavior/
H A Dbanned.inc.php25 header("HTTP/1.1 " . $response['response'] . " Bad Behavior");
26 header("Status: " . $response['response'] . " Bad Behavior");
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md26 the `Content-Length` header. This allows users to pass much larger strings
28 * The client now sets a default `User-Agent` header identifying this library.
57 * Added a parser for the HTTP `Prefer` header, as defined in [RFC7240][rfc7240].
98 * Hiding `Authorization` header value from `Request::__toString`.
117 * `getHeaders()` now returns header values as an array, just like psr/http.
124 * Changed: Copied most of the header-semantics for the PSR draft for
126 * This means that `setHeaders()` does not wipe out every existing header
131 * If you use `getHeader()`, and there's more than 1 header with that name, we
133 * `addHeader()` will now preserve an existing header with that name, and add a
134 second header with the same name.
/plugin/bez/ctl/
H A Dthread_report.php29 header('Location: ?id='.$this->id('thread', 'id', $thread->id));
41 header('Location: ?id='.$this->id('thread', 'id', $thread->id));
H A Dtypes.php37 header('Location: '.$this->url('types'));
43 header('Location: '.$this->url('types'));
H A Dtask_programs.php38 header('Location: '.$this->url('task_programs'));
44 header('Location: '.$this->url('task_programs'));
/plugin/wysiwyg/
H A Dajax.php84 header('Content-Type: text/html; charset=utf-8');
85 header('Cache-Control: public, max-age=3600');
86 header('Pragma: public');
/plugin/indexmenu/
H A Dadmin.php
/plugin/statistics/inc/
H A DStatisticsGraph.class.php64 header('Content-Type: image/png');
145 header('Content-Type: image/png');
212 header('Content-Type: image/png');
245 header('Content-Type: image/png');
313 header('Content-Type: image/png');
363 header('Content-Type: image/png');
/plugin/bez/action/
H A Ddefault.php26 private function add_notification($value, $header=NULL) { argument
32 $notifs[] = array('value' => $value, 'header' => $header);
46 private function add_error($value, $header=NULL) { argument
47 $this->errors[] = array('value' => $value, 'header' => $header);
158 header("Location: $url");
242 header('Location: ' . DOKU_URL . 'doku.php?id=' . $_GET['id'] . '&do=login');
271 if ($error['header'] === NULL) {
274 echo '<strong>'.$error['header']
[all...]
/plugin/findologicxmlexport/
H A DOutputXMLHelper.php107 header(self::EXPORT_ERROR_HEADER, true, self::EXPORT_ERROR_CODE);
119 header(self::EXPORT_HEADER);
/plugin/semanticdata/phpSesame/
H A DresultFormats.php15 foreach($this->xml->head->variable as $header)
17 $headers[] = (string) $header['name'];
/plugin/vcard/
H A Dvcard.php187 header('Content-Disposition: attachment; filename='.$filename);
188 header('Content-Length: '.strlen($output));
189 header('Connection: close');
190 header('Content-Type: text/x-vCard; name='.$filename);
/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js
/plugin/drawio/
H A Daction.php127 header('Content-Type: application/json');
136 header('Content-Type: application/json');
160 header('Content-Type: application/json');

12345678910>>...45