Home
last modified time | relevance | path

Searched refs:responseHeaders (Results 1 – 16 of 16) sorted by path

/plugin/authfacebook/lib/HttpClients/
H A DFacebookStream.php44 protected $responseHeaders = []; variable in Facebook\\HttpClients\\FacebookStream
63 return $this->responseHeaders;
76 $this->responseHeaders = $http_response_header ?: [];
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php116 $responseHeaders = $resp->getResponseHeaders();
117 if (isset($responseHeaders['expires'])) {
118 $rawExpires = $responseHeaders['expires'];
144 if (false == $freshnessLifetime && isset($responseHeaders['expires'])) {
154 if (isset($responseHeaders['age'])) {
155 $age = max($age, strtotime($responseHeaders['age']));
H A DGoogle_CurlIO.php127 list($responseHeaders, $responseBody) =
132 $this->updateCachedRequest($cached, $responseHeaders);
138 $request->setResponseHeaders($responseHeaders);
172 $responseHeaders = substr($respData, 0, $headerSize);
177 $responseHeaders = self::parseResponseHeaders($responseHeaders);
178 return array($responseHeaders, $responseBody);
182 $responseHeaders = array();
189 if (isset($responseHeaders[$header])) {
190 $responseHeaders[$header] .= "\n" . $value;
192 $responseHeaders[$header] = $value;
[all …]
H A DGoogle_HttpRequest.php42 protected $responseHeaders; variable in Google_HttpRequest
107 return $this->responseHeaders;
123 if ($this->responseHeaders) {
124 $headers = array_merge($this->responseHeaders, $headers);
127 $this->responseHeaders = $headers;
136 return isset($this->responseHeaders[$key])
137 ? $this->responseHeaders[$key]
H A DGoogle_HttpStreamIO.php119 $responseHeaders = $this->getHttpResponseHeaders($http_response_header);
123 $this->updateCachedRequest($cached, $responseHeaders);
128 $request->setResponseHeaders($responseHeaders);
H A DGoogle_IO.php145 protected function updateCachedRequest($cached, $responseHeaders) { argument
146 if (isset($responseHeaders['connection'])) {
149 explode(',', $responseHeaders['connection'])
154 if (isset($responseHeaders[$key])) {
155 $endToEnd[$key] = $responseHeaders[$key];
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php246 $responseHeaders = substr($respData, 0, $headerSize);
249 $responseHeaders = $responseSegments[0];
254 $responseHeaders = $this->parseRawHeaders($responseHeaders);
256 return array($responseHeaders, $responseBody);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4987 this.responseHeaders=[]
4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:null,responseText:null,requestHeaders:null,responseHeaders:null,sourceLink:null,getURL:function(){return this.href
5022 }spy.responseHeaders.push({name:[name],value:[value]})
5192 if(file.responseHeaders&&!netInfoBox.responseHeadersPresented){netInfoBox.responseHeadersPresented=true;
5193 NetInfoHeaders.renderHeaders(headersText,file.responseHeaders,"ResponseHeaders")
5249 if(target.sourceDisplayed){var headers=requestHeaders?file.requestHeaders:file.responseHeaders;
5393 if(!file.responseHeaders&&Firebug.collectHttpHeaders){var requestHeaders=[],responseHeaders=[];
5396 http.visitResponseHeaders({visitHeader:function(name,value){responseHeaders.push({name:name,value:value})
5399 file.responseHeaders
[all...]
/plugin/googlesearch/
H A Dnusoap.php3129 var $responseHeaders = ''; variable in soap_server
3697 …$this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders,$this->wsdl->usedNa…
3699 $this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders);
5825 var $responseHeaders = ''; // incoming SOAP headers (text) variable in soap_parser
6073 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6164 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
6204 $this->responseHeaders .= $data;
6227 return $this->responseHeaders;
6414 var $responseHeaders = ''; // SOAP headers from response (incomplete namespace resolution) (text) variable in soapclient
6848 $this->responseHeaders = $parser->getHeaders();
[all …]
/plugin/mantis/lib/
H A Dchangelog205 - soap_parser: fix document and responseHeaders so they are the correct XML text (as documented)
H A Dclass.soap_parser.php41 var $responseHeaders = ''; // incoming SOAP headers (text) variable in nusoap_parser
293 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
384 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
424 $this->responseHeaders .= $data;
468 return $this->responseHeaders;
H A Dclass.soap_server.php107 var $responseHeaders = ''; variable in nusoap_server
687 …$this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders,$this->wsdl->usedNa…
689 $this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders);
H A Dclass.soapclient.php33 var $responseHeaders = ''; // SOAP headers from response (incomplete namespace resolution) (text) variable in nusoap_client
514 $this->responseHeaders = $parser->getHeaders();
571 return $this->responseHeaders;
H A Dnusoap.php3516 var $responseHeaders = ''; variable in nusoap_server
4124 …$this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders,$this->wsdl->usedNa…
4126 $this->responseSOAP = $this->serializeEnvelope($payload,$this->responseHeaders);
6473 var $responseHeaders = ''; // incoming SOAP headers (text) variable in nusoap_parser
6725 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6816 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
6856 $this->responseHeaders .= $data;
6900 return $this->responseHeaders;
7101 var $responseHeaders = ''; // SOAP headers from response (incomplete namespace resolution) (text) variable in nusoap_client
7582 $this->responseHeaders = $parser->getHeaders();
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js18673 this.responseHeaders = [];
18693 responseHeaders: null,
18858 spy.responseHeaders.push({
19617 if (file.responseHeaders && !netInfoBox.responseHeadersPresented)
19829 var headers = requestHeaders ? file.requestHeaders : file.responseHeaders;
20415 if (!file.responseHeaders && Firebug.collectHttpHeaders)
20417 var requestHeaders = [], responseHeaders = [];
20428 responseHeaders.push({name: name, value: value});
20433 file.responseHeaders = responseHeaders;
21205 if (!spy.responseHeaders && spy.loaded)
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4976 this.responseHeaders=[]
4978 …:null,loaded:false,logRow:null,responseText:null,requestHeaders:null,responseHeaders:null,sourceLi…
5011 }spy.responseHeaders.push({name:[name],value:[value]})
5181 if(file.responseHeaders&&!netInfoBox.responseHeadersPresented){netInfoBox.responseHeadersPresented=…
5182 NetInfoHeaders.renderHeaders(headersText,file.responseHeaders,"ResponseHeaders")
5238 if(target.sourceDisplayed){var headers=requestHeaders?file.requestHeaders:file.responseHeaders;
5382 if(!file.responseHeaders&&Firebug.collectHttpHeaders){var requestHeaders=[],responseHeaders=[];
5385 http.visitResponseHeaders({visitHeader:function(name,value){responseHeaders.push({name:name,value:v…
5388 file.responseHeaders=responseHeaders
5499 }if(!spy.responseHeaders&&spy.loaded){spy.responseHeaders=getResponseHeaders(spy)