Home
last modified time | relevance | path

Searched refs:header (Results 1001 – 1025 of 1105) sorted by path

1...<<4142434445

/plugin/struct/renderer/
H A Dcsv.php188 public function header($text, $level, $pos) function in renderer_plugin_struct_csv
/plugin/structnotification/
H A Dadmin.php74 $set = implode(',', array_map(function ($header) {
75 return "$header=?";
108 foreach ($this->headers as $header) {
109 ptln('<th>' . $this->getLang('admin header '. $header) . '</th>');
131 foreach ($this->headers as $header) {
132 $value = $predicate[$header];
133 if ($header == 'message') {
/plugin/structodt/
H A Dhelper.php147 header("Content-Type: $mime");
148 header("Content-Disposition: attachment; filename=\"$filename.$ext\";");
158 header("HTTP/1.0 500 Internal Server Error");
/plugin/structsection/
H A Dsyntax.php137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
/plugin/superacl/
H A Dajax.php31 header('Content-Type: text/html; charset=utf-8');
/plugin/svg/
H A Dsyntax.php.save17 require_once(DOKU_PLUGIN.'svg/header.php');
/plugin/swiftmail/Swift/Message/
H A DHeaders.php275 $lheader = strtolower($header);
277 if (!$this->has($header))
301 $lheader = strtolower($header);
302 if (!$this->has($header))
320 if (!$this->has($header))
328 $lheader = strtolower($header);
343 $lheader = strtolower($header);
344 if ($this->has($header))
354 public function listAttributes($header) argument
356 $header = strtolower($header);
[all …]
/plugin/sync/
H A Ddiff.php21 header('Content-Type: text/html; charset=utf-8');
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee117 header = ejs.render variables.header, variables
120 writeFile file, header + readFile file
/plugin/syntaxhighlighter3/sxh3/demos/
H A Dcontent_xml.php2 header('Content-type: application/xhtml+xml; charset=utf-8');
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +\n 'table-layout…
/plugin/tabinclude/
H A Dstyle.css101 div#dwpl-ti-container div.dwpl-ti-permalink-header{
/plugin/table2csv/
H A Daction.php70 header("HTTP/1.1 204 No Content");
/plugin/tablelayout/action/
H A Dlayoutform.php44 header('Content-Type: text/html; charset=utf-8');
/plugin/tagging/action/
H A Dmain.php162 header('Content-Type: application/json');
177 header('Content-Type: application/json');
/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/tagsections/
H A Dstyle.less55 .tagsections.header.tag {
/plugin/task/
H A Dics.php33 header("Content-Disposition: attachment; filename='$filename'");
34 header('Content-Length: '.strlen($output));
35 header('Connection: close');
36 header("Content-Type: text/Calendar; name='$filename'");
/plugin/task/syntax/
H A Dtask.php132 function _tablerow($header, $data, &$renderer, $trclass = '', $tdclass = '') { argument
137 if ($header) $renderer->doc .= hsc($this->getLang($header)).':';
H A Dtasks.php115 $pagelist->header['page'] = $this->getLang('task');
116 $pagelist->header['date'] = str_replace(' ', '&nbsp;', $this->getLang('date'));
117 $pagelist->header['user'] = str_replace(' ', '&nbsp;', $this->getLang('user'));
/plugin/templateconfhelper/exe/
H A Dcss.php16 header('Content-Type: text/css; charset=utf-8');
/plugin/text/
H A Drenderer.php112 function header($text, $level, $pos, $returnonly = false) { function in renderer_plugin_text
/plugin/tfslink/
H A Daction.php33 header('Content-Type: application/json');
/plugin/tgnotify/
H A Daction.php123 'header' => "Content-type: application/json",
/plugin/timestamp/action/
H A DTimestamp.php62 header('Content-Type: text/plain');

1...<<4142434445