Home
last modified time | relevance | path

Searched refs:header (Results 376 – 400 of 1105) sorted by relevance

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

/plugin/datatables/assets/datatables.net-plugins/features/scrollResize/
H A DdataTables.scrollResize.min.js
/plugin/autotweet2/
H A Daction.php178 $header = substr( $res1, 0, $res2['header_size'] ) ; // Response header
182 msg('[Debug] Response header: ' . $header);
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md7 ## PATCH 1: Resolving problems with toolbar header buttons
11 The header buttons in the editor toolbar are not working.
/plugin/xhtmlruby/
H A Dstyle.css14 display: table-header-group;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp.md4 An hamburger layout has only the page header and footer
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php128 $header = $this->source->getData(8);
129 if ($header != "!<arch>\n") {
130 … return PEAR::raiseError("File {$filename} is not a valid Ar file format (starts with $header)");
/plugin/task/syntax/
H A Dtask.php132 function _tablerow($header, $data, &$renderer, $trclass = '', $tdclass = '') { argument
137 if ($header) $renderer->doc .= hsc($this->getLang($header)).':';
/plugin/txtconf/
H A Dtxtconfig.class.php186 function _out_header($id, $header) { argument
191 " * ".$header." \n".
199 "# ".$header." \n".
/plugin/data-au/syntax/
H A Dentry.php325 $header = '<tr>';
327 $header .= '<th class="' . $column . '">' . $this->getLang($column) . '</th>';
329 $header .= '</tr>';
330 $renderer->form->addElement($header);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso32 Translate current date/time to GMT for custom header.
221 Send a custom header for xml responses.
224 header;
237 /header;
/plugin/guestbook/
H A Dbasic.class.php319 $header="From: DokuWiki Guestbook <guestbook.wiki@".$_SERVER['HTTP_HOST'].">\n";
320 $header .= "Subject: new entry in guestbook\n";
321 $header .= "Content-Type: text/html";
322 …rt($_POST['body']), $guestbook_database->quote_smart($_POST['name']), mysql_insert_id()), $header);
/plugin/jukebox/id3/
H A Dgetid3.php246 $header = fread($fp, 10);
247 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
249 $this->info['id3v2']['majorversion'] = ord($header{3});
250 $this->info['id3v2']['minorversion'] = ord($header{4});
251 …$this->info['id3v2']['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 1…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dblockquote-nested.md1 > ## This is a header.
/plugin/bootswrapper/exe/help/
H A Dmenu.txt18 * [[page-header]]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css60 --popup-header-font-weight: bolder;
560 .djs-popup-header {
567 .djs-popup-header .entry {
571 .djs-popup-header .entry.active {
575 .djs-popup-header .entry.disabled {
585 font-weight: var(--popup-header-font-weight);
620 .djs-popup-body .entry-header {
626 .djs-popup-body .entry-header {
627 font-weight: var(--popup-header-font-weight);
646 .djs-popup-body .entry-header:not(:first-child) {
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css60 --popup-header-font-weight: bolder;
560 .djs-popup-header {
567 .djs-popup-header .entry {
571 .djs-popup-header .entry.active {
575 .djs-popup-header .entry.disabled {
585 font-weight: var(--popup-header-font-weight);
620 .djs-popup-body .entry-header {
626 .djs-popup-body .entry-header {
627 font-weight: var(--popup-header-font-weight);
646 .djs-popup-body .entry-header:not(:first-child) {
[all …]
/plugin/feedauth/
H A Dplugin.info.txt6 desc Send an \"authorization required\" header in the feed
/plugin/snmplive/
H A Dajax.php24 header('Content-Type: text/html; charset=utf-8');
/plugin/cryptsign/
H A Dsign.php14 header('Content-Type: text/plain; charset=utf-8');
/plugin/prettyprint/
H A Dplugin.info.txt6 desc Add nice looking header when printing dokuwiki page
/plugin/faq/
H A Dsyntax.php67 //$handler->_addCall('header', array($title, $level, $pos), $pos);
/plugin/linkmanager/exe/
H A Dfilemanager.php33 header('Content-Type: text/html; charset=utf-8');
/plugin/cspheader/
H A Dplugin.info.txt6 desc Injects the Content Security Policy (CSP) header in DokuWiki pages.
/plugin/rssticker/
H A Dbridge.php11 header('Content-type: text/xml');
/plugin/description/
H A Dplugin.info.txt6 desc Add a specified string to a description meta header

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