Home
last modified time | relevance | path

Searched refs:header (Results 476 – 500 of 1105) sorted by relevance

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

/plugin/owncloud/exe/
H A Dfetch.php89 header("Location: ".DOKU_URL.$xlink);
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs3 data-success-header="Hurray!"
/plugin/qna/syntax/
H A Dheader.php53 $handler->header($match, $state, $pos);
/plugin/latexit/
H A Drenderer.php384 header("Content-type: application/zip");
385 header("Content-Disposition: attachment; filename=output" . time() . ".zip");
386 header("Content-length: " . filesize($filename));
387 header("Pragma: no-cache");
388 header("Expires: 0");
396 header('Content-Type: application/x-latex');
397 header("Content-Disposition: attachment; filename=$output;");
416 function header($text, $level, $pos) { function in renderer_plugin_latexit
/plugin/datatables/assets/datatables.net-responsive/js/
H A DdataTables.responsive.min.js
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jar ... org.apache.james.mime4j.message.Header header public java.lang.String getName () ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... org.apache.james.mime4j.message.Header header public java.lang.String getName () ...
/plugin/oembed/
H A Dsyntax.php168 function parseContentType($header){ argument
169 if(!preg_match('/^\s*(?<type>[^;\s]+)(.*)?/', $header, $matches)){
170 return $this->error("Invalid Content-Type header: {$header}");
/plugin/pgn4web/pgn4web/
H A Dtest.pgn6 [Event "Testing PGN header tags, comments and clock information"]
109 [Event "Testing header patterns in comments"]
117 [ Event "Testing malformed header (extra spaces and extra line)"]
/plugin/approve/action/
H A Dapprove.php108 header('Location: ' . wl($INFO['id']));
137 header('Location: ' . wl($INFO['id']));
173 header("Location: " . wl($INFO['id'], ['rev' => $last_approved_rev], false, '&'));
/plugin/geonav/tpl/startermap/
H A Ddetail.php13 header('X-UA-Compatible: IE=edge,chrome=1');
H A Dmain.php13 header('X-UA-Compatible: IE=edge,chrome=1');
/plugin/html2pdf/multilingual/
H A Daction.php54 header('Location: doku.php?id='.$conf['lang'].':'.$conf['start']);
/plugin/inlineeditor/
H A Dajax.php31 header('Content-Type: text/plain; charset=utf-8');
/plugin/multilingual/
H A Daction.php54 header('Location: doku.php?id='.$conf['lang'].':'.$conf['start']);
/plugin/edittable/less/
H A Deditor.less21 td.header {
/plugin/combo/action/
H A Dmetacsp.php77 * Http header CSP directives
97 // This header stops pages from loading when they detect reflected cross-site scripting (XSS) attacks. Although this protection is not necessary when sites implement a strong Content-Security-Policy disabling the use of inline JavaScript ('unsafe-inline'), it can still provide protection for older web browsers that don't support CSP.
103 header($httpDirective);
106 LogUtility::msg("HTTP Headers have already ben sent. We couldn't add the CSP security header", LogUtility::LVL_MSG_WARNING, "security");
/plugin/tagging/action/
H A Dmain.php162 header('Content-Type: application/json');
177 header('Content-Type: application/json');
/plugin/sqlite/
H A Dadmin.php58 header('Content-Type: text/sql');
59 header('Content-Disposition: attachment; filename="' . $this->db->getDbName() . '.sql";');
92 header('Content-Type: application/vnd.sqlite3');
93 header(
/plugin/wikipediasnippet/
H A Dstyle.css7 /* __________ snippet header __________ */
/plugin/exttab3/
H A DREADME.md16 |<code>!</code> | table header |
/plugin/combo/resources/theme/default/components/css/
H A Dtoc.css25 .toc-cs .toc-header-cs {
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy-medium.css34 #main-header {
/plugin/siteexport/exe/
H A Dsiteexportmanager.php53 header('Content-Type: text/html; charset=utf-8');
/plugin/sqlraw/
H A Dsyntax.php220 foreach ($temp as $header) {
222 $renderer->cdata($header);
792 foreach ($headers as $key=>$header) {
793 if ($header != "")
794 … $query .= str_replace($badChars,'_',trim($header)).' VARCHAR('.$max_field_lengths[$key].'), ';

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