Home
last modified time | relevance | path

Searched refs:httpHeaders (Results 1 – 10 of 10) sorted by relevance

/plugin/rating/
DCrawlerDetect.php19 protected $httpHeaders = array(); variable in Jaybizzle\\CrawlerDetect\\CrawlerDetect
322 * @param array $httpHeaders
324 public function setHttpHeaders($httpHeaders = null) argument
327 if (!is_array($httpHeaders) || !count($httpHeaders)) {
328 $httpHeaders = $_SERVER;
331 $this->httpHeaders = array();
334 foreach ($httpHeaders as $key => $value) {
336 $this->httpHeaders[$key] = $value;
363 …if (false === empty($this->httpHeaders[$altHeader])) { // @todo: should use getHttpHeader(), but i…
364 $this->userAgent .= $this->httpHeaders[$altHeader].' ';
/plugin/top/
DCrawlerDetect.php19 protected $httpHeaders = array(); variable in Jaybizzle\\CrawlerDetect\\CrawlerDetect
322 * @param array $httpHeaders
324 public function setHttpHeaders($httpHeaders = null) argument
327 if (!is_array($httpHeaders) || !count($httpHeaders)) {
328 $httpHeaders = $_SERVER;
331 $this->httpHeaders = array();
334 foreach ($httpHeaders as $key => $value) {
336 $this->httpHeaders[$key] = $value;
363 …if (false === empty($this->httpHeaders[$altHeader])) { // @todo: should use getHttpHeader(), but i…
364 $this->userAgent .= $this->httpHeaders[$altHeader].' ';
/plugin/sectiontoggle/
DMobile_Detect.php92 protected $httpHeaders = array(); variable in Mobile_Detect
704 * @param array $httpHeaders The headers to set. If null, then using PHP's _SERVER to extract
707 public function setHttpHeaders($httpHeaders = null) argument
710 if (!is_array($httpHeaders) || !count($httpHeaders)) {
711 $httpHeaders = $_SERVER;
715 $this->httpHeaders = array();
719 foreach ($httpHeaders as $key => $value) {
721 $this->httpHeaders[$key] = $value;
726 $this->setCfHeaders($httpHeaders);
736 return $this->httpHeaders;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
DStaticFilesHandler.php33 public $httpHeaders; variable in Google\\Service\\Appengine\\StaticFilesHandler
82 public function setHttpHeaders($httpHeaders) argument
84 $this->httpHeaders = $httpHeaders;
91 return $this->httpHeaders;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DHTTPGetAction.php55 public function setHttpHeaders($httpHeaders) argument
57 $this->httpHeaders = $httpHeaders;
64 return $this->httpHeaders;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DCorePlugin.php99 $httpHeaders = $this->server->getHTTPHeaders($path);
104 if (!isset($httpHeaders['Content-Type'])) {
105 $httpHeaders['Content-Type'] = 'application/octet-stream';
109 if (isset($httpHeaders['Content-Length'])) {
111 $nodeSize = $httpHeaders['Content-Length'];
114 unset($httpHeaders['Content-Length']);
120 $response->addHeaders($httpHeaders);
137 if (!isset($httpHeaders['Last-Modified'])) $ignoreRangeHeader = true;
139 $modified = new \DateTime($httpHeaders['Last-Modified']);
146 if (!isset($httpHeaders['ETag'])) $ignoreRangeHeader = true;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php97 $httpHeaders = $this->server->getHTTPHeaders($path);
102 if (!isset($httpHeaders['Content-Type'])) {
103 $httpHeaders['Content-Type'] = 'application/octet-stream';
107 if (isset($httpHeaders['Content-Length'])) {
109 $nodeSize = $httpHeaders['Content-Length'];
112 unset($httpHeaders['Content-Length']);
118 $response->addHeaders($httpHeaders);
135 if (!isset($httpHeaders['Last-Modified'])) $ignoreRangeHeader = true;
137 $modified = new \DateTime($httpHeaders['Last-Modified']);
144 if (!isset($httpHeaders['ETag'])) $ignoreRangeHeader = true;
[all …]
/plugin/pdfjs/pdfjs/build/
Dpdf.js10030 httpHeaders: params.httpHeaders, property
22656 this.httpHeaders = this.isHttp && source.httpHeaders || {};
23083 …_this3._request = http.request(createRequestOptions(_this3._url, stream.httpHeaders), handleRespon…
23085 …_this3._request = https.request(createRequestOptions(_this3._url, stream.httpHeaders), handleRespo…
23115 for (var property in stream.httpHeaders) {
23116 var value = stream.httpHeaders[property];
23573 this.httpHeaders = this.isHttp && args.httpHeaders || {};
23614 for (var property in this.httpHeaders) {
23615 var value = this.httpHeaders[property];
23770 httpHeaders: source.httpHeaders, property
[all …]
Dpdf.js.map1httpHeaders","withCredentials","rangeChunkSize","messageHandler","transport","pdfDataRangeTranspor…
/plugin/pdfjs/pdfjs/web/
Dviewer.js.map1 …the getDocument\n * call, e.g. HTTP headers ('httpHeaders') or\n * …