Home
last modified time | relevance | path

Searched refs:header (Results 676 – 700 of 1105) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md22 - Fixed warning header as array in YAML tests generator
29 - Added the `X-Elastic-Client-Meta` header which is used by Elastic Cloud
56 - Fixed reset custom header after endpoint call
110 `port` in the `Host` header. This fixes [#993](https://github.com/elastic/elasticsearch-php/issues/993).
111 By default the `port` is not included in the `Host` header.
163 - Added support for simplified access to the `X-Opaque-Id` header
216 - Added warning log for Elasticsearch response containing the `Warning` header
382 - Use upper-case "Host" header [[045aac4]](http://github.com/elasticsearch/elasticsearch-php/commit/045aac4)
/plugin/spellcheck/
H A Dspellcheck.php56 header('Content-Type: text/plain; charset=utf-8');
/plugin/countdown/
H A DChangeLog53 * bugfix: No newline after "?>" (Warning: Cannot modify header information...)
/plugin/davcal/action/
H A Dajax.php189 header('Content-Type: application/json');
/plugin/blog/syntax/
H A Dautoarchive.php71 $renderer->header($this->_posts($cnt,$m,$y),2,$pos);
/plugin/farmer/3rdparty/
H A DRingIcon.php78 header("Content-type: image/png");
/plugin/minimap/
H A DREADME.md40 * the `showHeader` permits to see a header if there is no homepage found (Default=true)
41 …* the `debug` parameter prints debug information if set to true below the panel header and in the …
/plugin/archivegenerator/
H A Dadmin.php106 header('Content-Type: application/zip');
107 header('Content-Disposition: attachment; filename="archive.zip"');
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1177 var header = "";
1180 header += "\x0A\x00";
1187 header += decToHex(dosTime, 2);
1189 header += decToHex(dosDate, 2);
1208 header +
2961 if (opt.header) {
3304 this.header = new gzheader();
5408 header |= (level_flags << 6);
5410 header += 31 - (header % 31);
5413 putShortMSB(s, header);
[all …]
/plugin/dokugource/
H A Daction.php112 header('Content-Type: text/plain; charset=utf-8');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php20 header('Content-Type: text/html; charset='.$TaggingFormat);
/plugin/pycode/
H A Daction.php77 header("Location: " . $uri);
/plugin/metaeditor/
H A Daction.php85 header('Content-Type: application/json');
/plugin/header3/
H A Dsyntax.php96 $renderer->header($title,$level,$pos);
/plugin/templateconfhelper/exe/
H A Dcss.php16 header('Content-Type: text/css; charset=utf-8');
/plugin/pdftools/tpl/info/
H A Dstyle.css111 margin-header:0.6cm;
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css112 @page { margin:0cm 1cm; margin-header:0.1cm; margin-footer:0.1cm }
/plugin/pdftools/tpl/standard/
H A Dstyle.css104 margin-header:0.5cm;
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php219 * @param string|string[] $header
/plugin/highlight2wiki/
H A Daction.php56 header("Location: ?do=login");
138 "header" => "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
160 "header" => "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
/plugin/prosemirror/
H A Dstyle.less
/plugin/shell/
H A DP0wnyShell.php312 header("Content-Type: application/json");
/plugin/struct/action/
H A Daggregationeditor.php89 header('Content-Type: text/plain');
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php52 $header = fread($fd, 10);
53 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
55 $thisfile_id3v2['majorversion'] = ord($header{3});
56 $thisfile_id3v2['minorversion'] = ord($header{4});
75 $id3_flags = ord($header{5});
99 …$thisfile_id3v2['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; // len…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2537 header('Content-Type: application/pdf');
2540 header('Content-Length: '.strlen($this->buffer));
2541 header('Content-disposition: inline; filename="'.$name.'"');
2550 header('Content-Type: application/force-download');
2552 header('Content-Type: application/octet-stream');
2555 header('Content-Length: '.strlen($this->buffer));
2556 header('Content-disposition: attachment; filename="'.$name.'"');
2698 $header=(ord($font{0})==128);
2699 if($header) {
2703 if($header && ord($font{$info['length1']})==128) {
[all …]

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