Home
last modified time | relevance | path

Searched refs:header (Results 351 – 375 of 1105) sorted by relevance

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js405 var header = { class in gantt._fill_quick_data
410 titleContent.innerHTML = header.content;
412 titleDate.innerHTML = header.date;
415 gantt._waiAria.quickInfoHeader(qi, [header.content, header.date].join(" "));
/plugin/issuelinks/_test/
H A Dutil.test.php41 'gitlab header'
/plugin/groupmatrix/syntax/
H A Dtable.php164 foreach ($headers as $header) {
165 $html .= '<th>' . $header . '</th>';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp38 ' Create the XML document header.
55 ' Create the XML document header.
/plugin/strata/syntax/
H A Dtable.php23 function handleHeader($header, &$result, &$typemap) { argument
24 return preg_replace('/(^<table)|( *>$)/','',$header);
60 // render header
/plugin/geonav/tpl/startermap/
H A Dmediamanager.php11 header('X-UA-Compatible: IE=edge,chrome=1');
/plugin/ajaxloader/
H A Dajax.php20 header('Content-Type: text/html; charset=utf-8');
/plugin/barcodes/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/plugin/upgrade/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/plugin/dw2pdf/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/plugin/aichat/vendor/
H A Dautoload.php7 header('HTTP/1.1 500 Internal Server Error');
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DPost.php58 'header' => "Content-type: application/x-www-form-urlencoded\r\n",
/plugin/pdftools/img/
H A Dpdfbutton.php2 header("Content-type: image/png");
H A Dline.php4 header("Content-type: image/png");
/plugin/keywords/
H A DREADME.md3 Adds keywords to the page meta header
/plugin/dw2pdf/
H A Daction.php473 // prepare HTML header styles
561 header('Content-Type: text/plain; charset=utf-8');
576 header('Content-Type: application/pdf');
577 header('Cache-Control: must-revalidate, no-transform, post-check=0, pre-check=0');
578 header('Pragma: public');
585 header('Content-Disposition: attachment; filename="' . $filename . '.pdf";');
587 header('Content-Disposition: inline; filename="' . $filename . '.pdf";');
591 header('Set-Cookie: fileDownload=true; path=/');
600 header("HTTP/1.0 500 Internal Server Error");
627 // prepare header/foote
[all...]
/plugin/headernofloat/
H A Dplugin.info.txt6 desc Display header right beside an image
/plugin/outdent/
H A Dsyntax.php59 if ($calls[$i][0] == 'header') return $calls[$i][1][1];
/plugin/corsharing/
H A Daction.php46 header('Access-Control-Allow-Origin: *');
/plugin/log/
H A Dajax.php17 header('HTTP/1.0 500 Internal Server Error');
/plugin/fedauth/
H A Dajax.php41 header('Content-Type: text/html; charset=utf-8');
/plugin/header2/
H A Dplugin.info.txt6 desc Allows markup syntax in the header
/plugin/sync/
H A Ddiff.php21 header('Content-Type: text/html; charset=utf-8');
/plugin/photogallery/phpThumb/demo/
H A Dindex.php3 header('Location: phpThumb.demo.demo.php');
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt1 ====== Webcode - Across header ======
4 A webcode may be used across several header in order to create a How to for instance.

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