Home
last modified time | relevance | path

Searched refs:header (Results 251 – 275 of 1105) sorted by relevance

1...<<11121314151617181920>>...45

/plugin/do/
H A Daction.php77 header('Content-Type: application/json; charset=utf-8');
96 header('Content-Type: application/json; charset=utf-8');
117 header('Content-Type: text/html; charset=utf-8');
/plugin/vshare/syntax/
H A Ddebug.php57 $renderer->header('vshare sites', 1, 0);
60 $renderer->header($site, 2, 0);
/plugin/siteexport/action/
H A Dsendfile.php56 header('Set-Cookie: fileDownload=true; path=' . DOKU_BASE);
57 header('Cache-Control: max-age=60, must-revalidate');
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/gtime/
H A Drenderer.php98 header("Content-Type: archive/zip");
99 header("Content-Disposition: attachment; filename={$filename}");
/plugin/webdav/vendor/sabre/http/
H A DREADME.md22 * `header()`.
308 // Removing the Host header.
517 * Returns a specific HTTP header, based on it's name.
521 * If the header does not exist, this method must return null.
529 * Updates a HTTP header.
561 * Removes a HTTP header.
565 * and false if the header did not exist.
662 * Returns a specific HTTP header, based on it's name.
674 * Updates a HTTP header.
706 * Removes a HTTP header.
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md22 * `header()`.
308 // Removing the Host header.
517 * Returns a specific HTTP header, based on it's name.
521 * If the header does not exist, this method must return null.
529 * Updates a HTTP header.
561 * Removes a HTTP header.
565 * and false if the header did not exist.
662 * Returns a specific HTTP header, based on it's name.
674 * Updates a HTTP header.
706 * Removes a HTTP header.
[all …]
H A DCHANGELOG.md24 * Added a parser for the HTTP `Prefer` header, as defined in [RFC7240][rfc7240].
65 * Hiding `Authorization` header value from `Request::__toString`.
84 * `getHeaders()` now returns header values as an array, just like psr/http.
91 * Changed: Copied most of the header-semantics for the PSR draft for
93 * This means that `setHeaders()` does not wipe out every existing header
98 * If you use `getHeader()`, and there's more than 1 header with that name, we
100 * `addHeader()` will now preserve an existing header with that name, and add a
101 second header with the same name.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
76 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
97 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
115 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
133 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
167 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
192 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
214 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
235 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
257 $params['format'] = (string) a short version of the Accept header,
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php215 $header = sprintf(
224 echo $header, str_repeat('-', strlen($header)), "\n";
/plugin/booking/
H A Daction.php127 header('Content-Type', 'text/csv;charset=utf-8');
128 header('Content-Disposition: attachment;filename=' . noNS($id) . '.csv');
153 header('Content-Type', 'text/html;charset=utf-8');
/plugin/advanced/admin/
H A Dexport.php274 header("Content-Type: application/zip");
275 header("Content-Transfer-Encoding: Binary");
276header("Content-Disposition: attachment; filename=DokuWiki-export-$namespace-$timestamp.zip");
/plugin/pgn4web/pgn4web/
H A Dviewer.php64 if (!get_pgn()) { header("HTTP/1.1 204 No Content"); }
65 header("content-type: application/x-chess-pgn");
66 header("content-disposition: inline; filename=games.pgn");
67 if ($http_response_header_last_modified) { header($http_response_header_last_modified); }
72 header("content-type: text/html; charset=utf-8");
80 header("content-type: text/html; charset=utf-8");
H A Dpuzzler.php259 header("expires: " . $expiresDate);
264 header("content-type: application/x-chess-pgn; charset=utf-8");
265 header("content-disposition: inline; filename=puzzler.pgn");
270 header("content-type: text/html; charset=utf-8");
/plugin/quickstats/scripts/
H A Dextended_data.php225 $header ='<tr>';
227 $header .= cell($thds[$th],'th');
229 return $header . '</tr>';
296 $header = "<h1>$page</h1>\n";
297 …$header .= '<div class="level2 qs_brief"><h3>Total accesses for ' . $page . ': ' . $ar['accesse…
298 $header .= "<table cellspacing='0' class='qs_brief_table'>\n";
306 echo $header;
/plugin/data/syntax/
H A Dentry.php368 //header
369 $header = '<tr>';
371 $header .= '<th class="' . $column . '">' . $this->getLang($column) . '</th>';
373 $header .= '</tr>';
374 $renderer->form->addElement($header);
524 //header
525 $header = '<tr>';
527 $header .= '<th class="' . $column . '">' . $this->getLang($column) . '</th>';
529 $header .= '</tr>';
530 $renderer->form->addHTML($header);
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md16 - Correct header value validation
22 - Validate header values properly
65 - Ignore array keys in header values when merging
77 - Accept null and bool header values again
129 - Deprecated parsing folded header lines as per RFC 7230
198 - `ServerRequest::getUriFromGlobals` when `Host` header contains port.
211 - Trimming of header values in `Uri::withAddedHeader`. Header values may
213 Section 3.2.4. This does not apply to header names.
214 - `Uri::withAddedHeader` with an array of header values.
/plugin/datatables/assets/datatables.net-responsive-bs/js/
H A Dresponsive.bootstrap.min.js
/plugin/headernofloat/
H A Dsyntax.php70 $renderer->header($title, $level, $pos);
73 $renderer->header($title, $level, $pos);
/plugin/icons/exe/
H A Dpopup.php57 header('Content-Type: text/html; charset=utf-8');
58 header('X-UA-Compatible: IE=edge,chrome=1');
/plugin/dokucrypt2/patches/
H A Dpatch1.diff7 * Resolving problems with empty pages and toolbar header buttons
10 The header buttons in the editor toolbar are not working.
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php60 $this->header();
65 private function header() { function in ConfigManagerAdminShowConfig
/plugin/tagging/
H A Dhelper.php774 foreach ($headers as $header) {
776 if ($header['sort_by'] !== false) {
777 $param = $header['sort_by'];
780 if ($header['sort_by'] === $order_by) {
791 $header['value'] . ' ' . inlineSVG(__DIR__ . "/images/$icon.svg"))
796 $form->addHTML($header['value']);
806 foreach ($headers as $header) {
808 if ($header['sort_by'] !== false) {
809 $field = $header['sort_by'];
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
39 The following replacement patterns can be used within the header and
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
39 The following replacement patterns can be used within the header and

1...<<11121314151617181920>>...45