Home
last modified time | relevance | path

Searched refs:header (Results 326 – 350 of 1105) sorted by relevance

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php74 … $header = $this->makeCommonSyslogHeader($this->logLevels[$record['level']], $record['datetime']);
77 $this->socket->write($line, $header);
/plugin/photogallery/phpThumb/
H A Dindex.php10 header('Location: ./demo/');
/plugin/struct/admin/
H A Dschemas.php62 header('Content-Type: application/json');
63 header("Content-Disposition: attachment; filename=$table.struct.json");
105 header('Content-Type: text/csv');
106 header('Content-Disposition: attachment; filename="' . $table . '.csv";');
/plugin/hyphenation/phpHyphenation/
H A Dexample.php11 header('content-type: text/html; charset=utf-8');
/plugin/dokuprism/
H A Dsvg.php12 header('Content-type: image/svg+xml');
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.yml2 - 'page-header'
H A Dapp-edit.yml2 - 'page-header'
H A Dapp-index.yml2 - 'page-header'
H A Dapp-profile.yml2 - 'page-header'
H A Dapp-revisions.yml2 - 'page-header'
H A Dapp-search.yml2 - 'page-header'
H A Dhamburger.yml2 - 'page-header'
H A Dminimal.yml2 - 'main-header'
H A Dindex-medium.yml2 - 'page-header'
H A Dindex.yml2 - 'page-header'
H A Dlanding.yml2 - 'page-header'
H A Dindex.md4 and therefore has no content `header` and `footer`.
/plugin/gcalendar/inc/
H A Dstandard.css26 /* current-date in table-header ---------------------------------------------------------------- */
34 /* navi-table (header of main-table) ----------------------------------------------------------- */
53 /* column-header ------------------------------------------------------------------------------- */
/plugin/permissioninfo/
H A Dscript.js4 header: "header",
/plugin/html2pdf/html2pdf/html2ps/
H A Dindex.php8 header("Location: http://${host}${uri}/demo/index.php");
/plugin/snap/
H A Dimage.php7 header("Content-Type: image/jpeg");
/plugin/shell/
H A Dshell.php8 header('HTTP/1.0 403 Forbidden');
/plugin/strata/syntax/
H A Dlist.php19 function handleHeader($header, &$result, &$typemap) { argument
20 return preg_replace('/(^<list)|( *>$)/','',$header);
75 // render header
/plugin/struct/meta/
H A DCSVPageImporter.php13 * Import page schema only when the pid header is present.
18 if (!in_array('pid', $this->header))
19 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
70 $this->header
/plugin/dokutexit/
H A DREADME.md31 …* *conf/header-namespace.tex* is the header which will be included when a whole namespace will be …
32 * *conf/header-page.tex* is the same for one page export
39 * *nsbpc_texit-namespace* overriding *conf/header-namespace.tex*
40 * *nsbpc_texit-page* overriding *conf/header-page.tex*
50 …se use the `\dokubibliography` (defined in *commands.tex*) macro in your header or footer, it will…
75 …* *page1-content.tex* : the translation content of the *page1* page in TeX (no header, not a compl…
77 …* *page1.tex* : an adptation of *header-page.tex* for *page1.pdf*, `\include`ing the following tex…
81 …* *all.tex* : an adaptation of *header-namespace.tex* for *all.pdf*, `\include`ing the following t…

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