Home
last modified time | relevance | path

Searched refs:header (Results 26 – 50 of 68) sorted by relevance

123

/dokuwiki/inc/
H A DManifest.php80 header('Content-Type: application/manifest+json');
H A DMailer.class.php143 * Add an arbitrary header to the mail argument
145 * If an empy value is passed, the header is removed
147 * @param string $header the header name (no trailing colon!)
148 * @param string|string[] $value the value of the header
151 public function setHeader($header, $value, $clean = true)
153 $header = str_replace(' ', '-', ucwords(strtolower(str_replace('-', ' ', $header)))); // streamline casing
155 $header = preg_replace('/[^a-zA-Z0-9_ \-\.\+\@]+/', '', $header);
[all...]
H A DAjax.php120 header('Content-Type: application/x-suggestions+json');
314 header('Content-Type: application/json');
H A DDifferenceEngine.php840 * @param string $header
842 function _start_block($header) { argument
843 echo $header;
1156 function _start_block($header) { argument
1157 print($header);
1273 function _start_block($header) { argument
1274 print($header."\n");
/dokuwiki/lib/plugins/acl/
H A Daction.php63 header('Content-Type: text/html; charset=utf-8');
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php36 header('Access-Control-Allow-Origin: ' . $conf['remotecors']);
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php47 public function header($text, $level, $pos, $returnonly = false)
39 public function header($text, $level, $pos) { global() function in Doku_Renderer_xhtmlsummary
H A Dxhtml.php57 * Key 'hid': header id
215 * @param int $level header level
220 public function header($text, $level, $pos, $returnonly = false)
248 // build the header
249 $header = DOKU_LF . '<h' . $level;
256 $header .= ' class="' . $this->startSectionEdit($pos, $data) . '"';
258 $header .= ' id="' . $hid . '">';
259 $header .= $this->_xmlEntities($text);
260 $header .= "</h$level>" . DOKU_LF;
263 return $header;
213 public function header($text, $level, $pos, $returnonly = false) { global() function in Doku_Renderer_xhtml
[all...]
H A Drenderer.php197 * @param int $level header level
200 public function header($text, $level, $pos)
207 * @param int $level section level (as determined by the previous header)
768 * Open a table header
775 * Close a table header
824 * Open a table header cell
835 * Close a table header cell
187 public function header($text, $level, $pos) { global() function in Doku_Renderer
/dokuwiki/
H A Dfeed.php53 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
54 header('Pragma: public');
55 header('Content-Type: ' . $options->getMimeType());
56 header('X-Robots-Tag: noindex');
59 if ($conf['allowdebug']) header("X-CacheUsed: $cache->cache");
H A Ddoku.php115 header('HTTP/1.0 404 Not Found');
/dokuwiki/lib/plugins/config/lang/bg/
H A Dlang.php137 $lang['xsendfile'] = 'Ползване на Х-Sendfile header, за да може уебсървъра да дава статични файлове? Вашият уеб сървър трябва да го поддържа.';
178 $lang['xsendfile_o_1'] = 'Специфичен lighttpd header (преди версия 1.5)';
179 $lang['xsendfile_o_2'] = 'Стандартен X-Sendfile header';
180 $lang['xsendfile_o_3'] = 'Специфичен Nginx X-Accel-Redirect header за пренасочване';
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php81 foreach ($this->headers as $header => $value) {
82 $request .= "{$header}: {$value}{$r}";
/dokuwiki/inc/Action/
H A DExport.php106 header("$key: $val");
/dokuwiki/vendor/geshi/geshi/
H A DBUGS26 - The <pre> header output is not XHTML compliant. Please use the <div> header instead.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css93 .ui-accordion .ui-accordion-header {
320 .ui-datepicker .ui-datepicker-header {
432 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
433 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
475 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
476 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
910 .ui-widget-header {
916 .ui-widget-header a {
924 .ui-widget-header .ui-state-default,
948 .ui-widget-header
[all...]
/dokuwiki/lib/exe/
H A Dmediamanager.php129 header('Content-Type: text/html; charset=utf-8');
H A Djs.php24 header('Content-Type: application/javascript; charset=utf-8');
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css22 /*____________ toc header ____________*/
H A Ddesign.less14 /* header
59 /* make all links in header (including breadcrumb and interwiki) same colour as the rest */
H A D_diff.css20 /* table header */
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php81 * <thead><tr><td colspan="2">$header</td></tr></thead>
207 /** The header type passed to {@link GeSHi->set_header_type()} was invalid */
266 GESHI_ERROR_INVALID_HEADER_TYPE => 'The header type specified is invalid',
283 * The type of header to use. Can be one of the following
288 * - GESHI_HEADER_NONE: No header is outputted.
318 * The content of the header block
330 * The style of the header block
807 * Sets the type of header to be used.
814 * From 1.0.7.2, you can use GESHI_HEADER_NONE to specify that no header code
817 * @param int $type The type of header t
4071 protected function header() { global() function in GeSHi
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php53 * Adds a header to the form
55 * @param string $id The id of the header
56 * @param string $header The content of the header
57 * @param int $level The level of the header argument
59 public function addHeader($id, $header, $level = 2)
61 $this->form .= '<h' . $level . ' id="' . $id . '">' . hsc($header) . '</h' . $level . '>' . DOKU_LF;
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2045 header('Content-type: text/javascript; charset: UTF-8');
2046 header('Cache-Control: must-revalidate');
2047 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 604800) . ' GMT'); // 7 days
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php1031 header('Content-type: text/csv;charset=utf-8');
1032 header('Content-Disposition: attachment; filename="wikiusers.csv"');
1034 # header('Content-type: text/plain;charset=utf-8');
1206 header('Content-type: text/csv;charset=utf-8');
1207 header('Content-Disposition: attachment; filename="importfails.csv"');
1209 # header('Content-type: text/plain;charset=utf-8');

123