Home
last modified time | relevance | path

Searched refs:header (Results 426 – 450 of 1105) sorted by relevance

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

/plugin/yuriigantt/
H A Daction.php47 header('Content-Type: application/json');
/plugin/top/
H A Daction.php49 header('Content-Type: text/plain; charset=utf-8');
/plugin/upgrade/HTTP/
H A DHeaders.php37 header($cspheader);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java163 MovieHeader header = new MovieHeader(); in encode() local
164 header.setCompressed(true); in encode()
165 header.setFrameRate(source.getFramesPerSecond()); in encode()
185 header.setFrameSize(movieBounds); in encode()
186 movie.add(header); in encode()
/plugin/timestamp/action/
H A DTimestamp.php62 header('Content-Type: text/plain');
/plugin/rrdgraph/
H A Dhelper.php597 header("Content-Type: " . $contentType);
599header('Expires: ' . gmdate('D, d M Y H:i:s', $cacheInfo->getValidUntil()) . ' GMT');
600header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $cacheInfo->getLastModified()) . ' GMT');
604 header("Content-Length: " . ob_get_length());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php173 public function addHeader(string $header, string $value): self
180 $headers[$header] = $value;
189 public function removeHeader(string $header): self
193 unset($headers[$header]);
168 addHeader(string $header, string $value) global() argument
184 removeHeader(string $header) global() argument
/plugin/dbquery/
H A Drenderer.php24 public function header($text, $level, $pos) function in renderer_plugin_dbquery
/plugin/wikipediasnippet/
H A Dprint.css2 /* __________ snippet header __________ */
/plugin/tipoftheday/
H A Daction.php47 header('Content-Type: text/html; charset=utf-8');
/plugin/table2csv/
H A Daction.php70 header("HTTP/1.1 204 No Content");
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.hbs5 {{>page-header-partial}}
H A Dapp-search.hbs5 {{>page-header-partial}}
H A Dhamburger.hbs5 {{>page-header-partial}}
H A Dapp-diff.hbs5 {{>page-header-partial}}
H A Dapp-revisions.hbs5 {{>page-header-partial}}
/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/owncloud/exe/
H A Ddetail.php77 header("Location: ".DOKU_URL.$xlink);
/plugin/unameban/
H A Daction.php41 header("HTTP/1.0 403 Forbidden");
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js133 if(page.header){l=abc.get_font_style().length
134 h=abc2svg.page.gen_hf(page,"header")
196 if(cfmt.header){page.header=cfmt.header;cfmt.header=null}
213 if(page){switch(cmd){case"header":case"footer":page[cmd]=parm
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php40 header('Location: '.$location);
/plugin/bez/ctl/
H A Dkp.php9 header('Location: ' .
/plugin/jcapture/
H A Dapplet.php16 header('Content-Type: text/html; charset=utf-8');
/plugin/galleryv1.5/inc/
H A Dimage.php65 header('Content-type: image/jpeg');
/plugin/autlogin/
H A Dajax.php27 header('Content-Type: text/html; charset=utf-8');

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