Home
last modified time | relevance | path

Searched refs:header (Results 551 – 575 of 1105) sorted by relevance

1...<<21222324252627282930>>...45

/plugin/fckg/
H A Drenderer.php68 function header($text, $level, $pos) { function in renderer_plugin_fckg
/plugin/coinhive/
H A Daction.php91 header('Content-Type: application/json');
/plugin/projects/pchart/pchart/
H A Dpcache.php99 header('Content-type: image/png');
/plugin/ckgdoku/
H A Drenderer.php68 function header($text, $level, $pos) { function in renderer_plugin_ckgdoku
/plugin/mundart/
H A Drenderer.php67 $text = str_replace('[url]',$info['url'],$this->getLang('header'));
/plugin/adfs/
H A Dadmin.php24 header("X-XSS-Protection: 0");
/plugin/charter/lib/pchart/
H A DpCache.class.php99 header('Content-type: image/png');
/plugin/include/syntax/
H A Dheader.php3 * Include plugin (permalink header component)
5 * Provides a header instruction which renders a permalink to the included page
27 * Renders a permalink header.
29 * Code heavily copied from the header renderer from inc/parser/xhtml.php, just
50 // the include header instruction is always at the beginning of the first section edit inside the include
68 $renderer->header($headline, $lvl, $pos);
/plugin/ckgedit/
H A Drenderer.php68 function header($text, $level, $pos, $returnonly = false) { function in renderer_plugin_ckgedit
/plugin/linksuggest/
H A Dstyle.css26 .textcomplete-dropdown.dropdown-menu li.textcomplete-header,
/plugin/autoindex/
H A Dsyntax.php84 $renderer->header($first, 2, 0);
/plugin/randomtables/action/
H A Dajax.php76 header('Content-Type: application/json');
/plugin/combo/resources/theme/default/components/css/
H A Dregister.css39 .form-register-header {
H A Dlogin.css61 .form-login .form-login-header {
H A Dprofile-update.css39 .form-profile-update-header {
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php468 $header=(ord($file{0})==128);
469 if ($header) {
478 if($header and ord($file{$size1})==128) {
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php132header("Location: ".$conf['plugin']['shibbolethauth']['shibbolethLogoutURL']."?return=".urlencode(…
151header("Location: ".$conf['plugin']['shibbolethauth']['shibbolethLogoutURL']."?return=".urlencode(…
227header("Location: ".$conf['plugin']['shibbolethauth']['shibbolethLoginURL']."?target=".urlencode($…
/plugin/highlightjs/highlight/styles/
H A Didea.css18 .comment, .template_comment, .javadoc, .diff .header {
/plugin/statdisplay/pchart/
H A DpCache.php97 header ( 'Content-type: image/png' );
/plugin/statistics/inc/pchart/
H A DpCache.php95 header('Content-type: image/png');
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less149 .fc-popover .fc-header {
153 .fc-popover .fc-header .fc-title {
156 .fc-popover .fc-header .fc-close {
159 .fc-ltr .fc-popover .fc-header .fc-title,
160 .fc-rtl .fc-popover .fc-header .fc-close {
163 .fc-rtl .fc-popover .fc-header .fc-title,
164 .fc-ltr .fc-popover .fc-header .fc-close {
608 .fc-unthemed .fc-popover .fc-header,
612 .fc-unthemed .fc-popover .fc-header .fc-close {
726 /* undo ui-widget-header bold */
[all …]
/plugin/purplenumbers/
H A Drenderer.php37 function header($text, $level, $pos, $returnonly = false) { function in renderer_plugin_purplenumbers
38 parent::header($text, $level, $pos);
/plugin/mobiletable/
H A DmobileTable.js157 const header = (columnIndex !== -1) ? addRow(tbody) : null
181 addHeaderCell(header, row.children[i - colOffset])
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst225 <header>{{ post.title }}</header>
238 <header>{{ post.title }}</header>
/plugin/mellelexport/
H A Drenderer.php160 header('Content-Type: '.$contentType);
161 header('Content-Disposition: attachment; filename="'.$contentFileName.'";');
164 header('Content-Type: text/html; charset=utf-8');
567 …function header($text, $level, $pos) {call_user_func_array(array($this, '__call'), array(__FUNCTIO… function in renderer_plugin_mellelexport

1...<<21222324252627282930>>...45