Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 1105) sorted by last modified time

12345678910>>...45

/plugin/pagelist/
H A Dhelper.php30 public $header = []; variable in helper_plugin_pagelist
134 $this->header = [];
159 'desc' => '(optional) Provide header data, if not given default values or [plugin]->th() is used',
173 'desc' => '(required) prepares the table header for the page list',
224 * (optional) Provide header data, if not given for built-in columns localized strings are used, or for plugins the th() function
225 * @param array $header entries, if not given default values or plugin->th() is used
227 * @see $column the keys of $header should match the keys of $column
230 public function setHeader($header)
232 if (is_array($header)) {
233 $this->header
204 setHeader($header) global() argument
[all...]
/plugin/nspages/printers/
H A Dprinter.php76 $this->renderer->header($text, $this->actualTitleLevel, $this->pos);
/plugin/dbquery/
H A Drenderer.php24 public function header($text, $level, $pos) function in renderer_plugin_dbquery
/plugin/dbquery/syntax/
H A Dquery.php103 foreach (array_keys($result[0]) as $header) {
105 $R->cdata($header);
/plugin/siteexport/inc/
H A Ddebug.php121 header("HTTP/1.0 500 Internal Server Error", true, 500);
122 header("Status: 500 Internal Server Error", true, 500);
159 header("HTTP/1.0 500 Internal Server Error", true, 500);
160 header("Status: 500 Internal Server Error", true, 500);
/plugin/siteexport/action/
H A Dajax.php113 header("HTTP/1.0 401 Unauthorized");
H A Dsendfile.php56 header('Set-Cookie: fileDownload=true; path=' . DOKU_BASE);
57 header('Cache-Control: max-age=60, must-revalidate');
/plugin/siteexport/exe/
H A Dsiteexportmanager.php53 header('Content-Type: text/html; charset=utf-8');
/plugin/siteexport/renderer/
H A Dpdf.php92 public function header($text, $level, $pos, $returnonly = false) { function in renderer_plugin_siteexport_pdf
/plugin/siteexport/syntax/
H A Dtoc.php147 $renderer->header($lang['toc'], 1, $data['pos']);
/plugin/diagrams/action/
H A Dembed.php72 header('Content-Type: image/svg+xml');
/plugin/struct/meta/
H A DAggregationTable.php61 // header
167 $header = '';
169 $header = $this->data['headers'][$num];
172 // use field label if no header was set
173 if (blank($header)) {
175 $header = $column->getTranslatedLabel();
177 $header = 'column ' . $num; // this should never happen
184 $this->renderer->cdata($header);
189 // still here? create custom header for more flexibility
224 // output XHTML header
[all...]
H A DCSVExporter.php43 echo $this->header($search->getColumns());
55 * Create the header
60 protected function header($columns)
59 protected function header($columns) global() function in dokuwiki\\plugin\\struct\\meta\\CSVExporter
H A DCSVImporter.php32 protected $header; variable in dokuwiki\\plugin\\struct\\meta\\CSVImporter
108 $header = $this->getLine();
109 if (!$header) throw new StructException('Failed to read CSV');
119 foreach ($header as $i => $head) {
124 unset($header[$i]);
136 $this->header = $header;
210 $data = array_combine($this->header, $values);
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
H A DCSVSerialImporter.php11 * Import page schema only when the pid header is present.
16 if (!in_array('pid', $this->header))
17 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
/plugin/struct/renderer/
H A Dcsv.php188 public function header($text, $level, $pos) function in renderer_plugin_struct_csv
/plugin/struct/action/
H A Dajax.php41 header('Content-Type: application/json');
H A Dconfig.php50 header('Content-Type: text/plain'); // we need the encoded string, not decoded by jQuery
H A Dinline.php70 header('Content-Type: text/plain; charset=utf-8');
H A Daggregationeditor.php89 header('Content-Type: text/plain');
/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dprint.less21 .olPOItable thead { display: table-header-group; }
/plugin/shell/
H A DP0wnyShell.php312 header("Content-Type: application/json");

12345678910>>...45