Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 129) sorted by relevance

123456

/template/kajukkk/
DSnoopy.class.php73 var $headers = array(); // headers returned from server sent here variable in Snoopy
787 $headers = $http_method." ".$url." ".$this->_httpversion."\r\n";
789 $headers .= "User-Agent: ".$this->agent."\r\n";
791 $headers .= "Host: ".$this->host;
793 $headers .= ":".$this->port;
794 $headers .= "\r\n";
797 $headers .= "Accept: ".$this->accept."\r\n";
799 $headers .= "Referer: ".$this->referer."\r\n";
811 $headers .= substr($cookie_headers,0,-2) . "\r\n";
819 $headers .= $headerKey.": ".$headerVal."\r\n";
[all …]
/template/strap/ComboStrap/
DHttp.php23 public static function getFirstHeader(string $name, array $headers = null): string argument
26 $result = self::getHeadersForName($name, $headers);
80 public static function getHeadersForName(string $name, ?array $headers): array argument
82 if ($headers === null) {
83 $headers = self::getHeaders();
88 foreach ($headers as $header) {
DHttpResponse.php45 private $headers = []; variable in ComboStrap\\HttpResponse
142 foreach ($this->headers as $header) {
238 $this->headers[] = $header;
281 return Http::getHeadersForName($headerName, $this->headers);
292 $headers = $this->getHeaders($headerName);
293 if (count($headers) == 0) {
296 return $headers[0];
312 function setHeaders(array $headers): HttpResponse argument
314 $this->headers = $headers;
/template/mikio/
Dcss.php18 $headers = [];
21 …$headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $v…
24 return $headers;
/template/pinkberrynight/
DREADME.md2 Dark template for dokuwiki with scrollable tables with fixed headers and sticky table of contents. …
14 * Have fixed headers
Dtemplate.info.txt5 desc Dark template with a pink twist. Includes a sticky toc and sticky table headers.
/template/strap/resources/snippet/js/
Drailbar.js19 headers: { property
Dsearch.js14 headers: { property
/template/kkh/
DREADME.md12 * H1-headers (in the content area) with modified style (color configurable)
/template/strap/renderer/
Danalytics.php425 $headers = $this->stats[self::HEADING_COUNT] ?? null;
426 if ($headers != null) {
427 $headerCount = array_sum($headers);
/template/a_new_day/js/
Dprototype.js885 var headers = {
892 headers['Content-type'] = this.options.contentType +
901 headers['Connection'] = 'close';
910 headers[extras[i]] = extras[i+1];
912 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
915 for (var name in headers)
916 this.transport.setRequestHeader(name, headers[name]);
/template/battlehorse/js/
Dprototype.js885 var headers = {
892 headers['Content-type'] = this.options.contentType +
901 headers['Connection'] = 'close';
910 headers[extras[i]] = extras[i+1];
912 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
915 for (var name in headers)
916 this.transport.setRequestHeader(name, headers[name]);
/template/sprintdoc/fonts/icons/
DREADME.txt56 server headers. But if you ok with dirty hack - this file is for you. Note,
/template/congrid/css/
Dbasic.less23 /*____________ headers ____________*/
/template/templar/less/
Ddropdowns.less223 // Tweak nav headers
/template/apricot/css/
Dbasic.css30 /*____________ headers ____________*/
/template/writers/css/
Dbasic.css35 /*____________ headers ____________*/
/template/doogiestpl/css/
Dbasic.css17 /*____________ headers ____________*/
/template/writr/font/Montserrat/
DOFL.txt59 included either as stand-alone text files, human-readable headers or
/template/bushwick/fonts/
DSIL Open Font License 1.1.txt57 included either as stand-alone text files, human-readable headers or
/template/taratasy/css/
Dbasic.css28 /*____________ headers ____________*/
/template/ach/css/
Dbasic.css27 /*____________ headers ____________*/
/template/monochrome/css/
Dbasic.css29 /*____________ headers ____________*/
/template/artforwater/css/
Dbasic.css29 /*____________ headers ____________*/
/template/argon/css/
Dbasic.css29 /*____________ headers ____________*/

123456