Home
last modified time | relevance | path

Searched refs:header (Results 276 – 300 of 1105) sorted by relevance

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

/plugin/pdftools/tpl/checkliste/
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/info/
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/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
/plugin/tindexmenu/
H A Dajax.php44 header('Content-Type: text/html; charset=utf-8');
45 header('Cache-Control: public, max-age=3600');
46 header('Pragma: public');
/plugin/indexmenu/
H A Dajax.php48 header('Content-Type: text/html; charset=utf-8');
49 header('Cache-Control: public, max-age=3600');
50 header('Pragma: public');
/plugin/sql/
H A Dsyntax.php146 foreach (array_keys($result[0]) as $header) {
149 $renderer->nest(p_get_instructions($header));
151 $renderer->cdata($header);
/plugin/editsections/
H A Dall.css5 This moves the section edit button down onto the same "line" as the header
22 /* Hiding the header will stop Dokuwiki from displaying special content */
/plugin/bugzillaint/action/
H A Dfetch.php50 header('Content-Type: application/json');
55 header('Content-Type: text/plain');
/plugin/avatar/
H A Dmonsterid.php61 header ("Content-type: image/png");
66 header ("Content-type: image/png");
/plugin/simpleforward/
H A Daction.php92 header('Content-Type: ' . $type);
93 header('Content-Length: ' . filesize($file));
/plugin/alphalist2/
H A Dscript.js38 jQuery.each(lists, function (header, elements) { argument
39 jQuery(document.createElement("h" + headerLevel)).text(header).appendTo($parent);
/plugin/bootswrapper/exe/
H A Dpopup.php87 header('Content-Type: text/html; charset=utf-8');
88 header('X-UA-Compatible: IE=edge,chrome=1');
/plugin/txtconf/
H A Dconfig0.class.php83 function save_settings($id, $header='', $backup=true) { argument
100 if (empty($header)) $header = $this->_heading;
102 $out = $this->_out_header($id,$header);
149 function _out_header($id, $header) { argument
154 " * ".$header." \n".
/plugin/codemirror/dist/modes/
H A Dhttp.min.js.map1header","start","match","responseStatusCode","test","peek","requestPath","code","responseStatusTex…
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php224 public $header; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocks
228 …public function setHeader(Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeader $header) { argument
229 $this->header = $header;
232 return $this->header;
/plugin/noticeboard/classes/
H A DICal.php53 header("Content-Type: text/calendar; charset=UTF-8");
54 header('Content-Disposition: attachment; filename="calendar.ics"');
/plugin/panoview/
H A Dtiles.php64 header('Content-type: image/jpeg');
75 header("HTTP/1.0 500 Internal Server Error");
/plugin/noticeboard/noticeboard/classes/
H A DICal.php53 header("Content-Type: text/calendar; charset=UTF-8");
54 header('Content-Disposition: attachment; filename="calendar.ics"');
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php104 header('Content-Type: text/plain');
111 header('Content-Type: text/plain');
/plugin/qna/style/
H A Dsymbols.less7 span.qna-toc-header * {
16 div.qna-header {
/plugin/pdftools/tpl/onlylogo/
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/standard/
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/minimal/
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