Home
last modified time | relevance | path

Searched refs:header (Results 201 – 225 of 1105) sorted by last modified time

12345678910>>...45

/plugin/combo/resources/theme/default/pages/templates/
H A Dmedium.yml2 - 'page-header'
4 - 'main-header'
H A Dminimal.hbs10 <header id="main-header">
11 {{> main-header-partial }}
12 </header>
H A Dminimal.yml2 - 'main-header'
H A Dindex.md4 and therefore has no content `header` and `footer`.
H A Dindex-medium.yml2 - 'page-header'
H A Dlanding.yml2 - 'page-header'
/plugin/combo/action/
H A Dstaticresource.php205 * header("Cache-Control: public, max-age=$infiniteMaxAge, s-maxage=$infiniteMaxAge");
216 header('Expires: ' . gmdate("D, d M Y H:i:s", $expires) . ' GMT');
228 header("Cache-Control: " . implode(", ", $cacheControlDirective));
244 header("ETag: $etag");
295 header('Content-Disposition: attachment;' . rfc2231_encode(
299 header('Content-Disposition: inline;' . rfc2231_encode(
305 * The vary header avoid caching
311 * Use x-sendfile header to pass the delivery to compatible web servers
/plugin/combo/
H A Dcli.php325 $header = array(
343 fwrite($fileHandle, implode(",", $header) . PHP_EOL);
/plugin/combo/renderer/
H A Drenderer.php30 * @var array that hold the current position of an header for a level
33 protected $header = []; variable in renderer_plugin_combo_renderer
46 * @var string variable that permits to carry the header text of a previous section
88 * - save the rendering between each header in the class variable $this->sections
90 * - add the numbering to the header text
93 * @param int $level header level
96 function header($text, $level, $pos, $returnonly = false) function in renderer_plugin_combo_renderer
140 parent::header($text, $level, $pos);
/plugin/combo/ComboStrap/
H A DHeadingTag.php197 $pos = 0; // mandatory for header but not for metadata, we set 0 to make the code analyser happy
198 $renderer->header($text, $level, $pos);
227 $renderer->header($text, $level, 0);
381 * if the template has a content header
H A DHttp.php12 foreach (headers_list() as $header) {
13 if (preg_match("/$key/i", $header)) {
29 throw new ExceptionNotFound("No header was found with the header name $name");
54 * header('HTTP/1.1 301 Moved Permanently');
55 * header('HTTP/1.0 304 Not Modified');
56 * header('HTTP/1.1 404 Not Found');
76 header("$contentTypeHeader: $mime");
88 foreach ($headers as $header) {
89 $loc = strpos($header, "
105 extractHeaderValue(string $header) global() argument
[all...]
H A DHttpResponse.php24 * For instance with {@link header()}, the following:
25 * `header("Content-Type: text/html")`
140 // header should before the status
141 // because for instance a `"Location` header changes the status to 302
142 foreach ($this->headers as $header) {
143 header($header);
236 function addHeader(string $header): HttpResponse argument
238 $this->headers[] = $header;
286 * Return the first header valu
[all...]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js22 el.header=new lib.element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.container=new lib.element("DIV").attribute.addClass("Left").insert(el.main);el.right={};el.right.container=new lib.element("DIV").attribute.addClass("Right").insert(el.main);el.main.child.add(new lib.element("DIV").attribute.addClass('Clear'));el.button={};el.button.container=new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.header);el.button.logo=new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http://getfirebug.com/lite.html").update("&nbsp;").attribute.addClass("Button Logo").insert(el.button.container);el.button.inspect=new lib.element("A").attribute.addClass("Button").event.addListener("click",internal.targetWindow.firebug.d.inspector.toggle).update("Inspect").insert(el.button.container);el.button.dock=new lib.element("A").attribute.addClass("Button Dock").event.addListener("click",win.dock).insert(el.button.container);el.button.newWindow=new lib.element("A").attribute.addClass("Button NewWindow").event.addListener("click",win.newWindow).insert(el.button.container);if(!internal.isPopup){el.button.maximize=new lib.element("A").attribute.addClass("Button Maximize").event.addListener("click",win.maximize).insert(el.button.container);el.button.minimize=new lib.element("A").attribute.addClass("Button Minimize").event.addListener("click",win.minimize).insert(el.button.container);el.button.close=new lib.element("A").attribute.addClass("Button Close").event.addListener("click",win.hide).insert(el.button.container);}
H A Dfirebug-lite-1.2.js138 el.header = new lib.element("DIV").attribute.addClass("Header").insert(el.main);
149 el.button.container = new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.header);
/plugin/combo/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/plugin/structodt/
H A Dhelper.php147 header("Content-Type: $mime");
148 header("Content-Disposition: attachment; filename=\"$filename.$ext\";");
158 header("HTTP/1.0 500 Internal Server Error");
/plugin/data/
H A Daction.php204 header('Content-Type: application/json');
/plugin/data/syntax/
H A Dentry.php368 //header
369 $header = '<tr>';
371 $header .= '<th class="' . $column . '">' . $this->getLang($column) . '</th>';
373 $header .= '</tr>';
374 $renderer->form->addElement($header);
524 //header
525 $header = '<tr>';
527 $header .= '<th class="' . $column . '">' . $this->getLang($column) . '</th>';
529 $header .= '</tr>';
530 $renderer->form->addHTML($header);
[all...]
/plugin/mobiletable/
H A DmobileTable.js157 const header = (columnIndex !== -1) ? addRow(tbody) : null
181 addHeaderCell(header, row.children[i - colOffset])
/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 …]
H A Ddmn-js-decision-table.css259 /* decision table header */
260 .dmn-decision-table-container .decision-table-header {
265 .dmn-decision-table-container .decision-table-header * {
302 .dmn-decision-table-container .decision-table-header-separator {
/plugin/randomtables/action/
H A Dajax.php76 header('Content-Type: application/json');
/plugin/oauth/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/plugin/upgrade/HTTP/
H A DHeaders.php37 header($cspheader);

12345678910>>...45