/plugin/authgoogle/google/io/ |
H A D | Google_CurlIO.php | 127 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 D | Google_CacheParser.php | 116 $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 D | Google_HttpRequest.php | 42 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 D | Google_IO.php | 145 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];
|
H A D | Google_HttpStreamIO.php | 119 $responseHeaders = $this->getHttpResponseHeaders($http_response_header); 123 $this->updateCachedRequest($cached, $responseHeaders); 128 $request->setResponseHeaders($responseHeaders);
|
/plugin/authfacebook/lib/HttpClients/ |
H A D | FacebookStream.php | 44 protected $responseHeaders = []; variable in Facebook\\HttpClients\\FacebookStream 63 return $this->responseHeaders; 76 $this->responseHeaders = $http_response_header ?: [];
|
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/ |
H A D | Batch.php | 246 $responseHeaders = substr($respData, 0, $headerSize); 249 $responseHeaders = $responseSegments[0]; 254 $responseHeaders = $this->parseRawHeaders($responseHeaders); 256 return array($responseHeaders, $responseBody);
|
/plugin/mantis/lib/ |
H A D | class.soap_parser.php | 41 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 D | class.soapclient.php | 33 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 D | class.soap_server.php | 107 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 D | nusoap.php | 3516 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 …]
|
H A D | changelog | 205 - soap_parser: fix document and responseHeaders so they are the correct XML text (as documented)
|
/plugin/googlesearch/ |
H A D | nusoap.php | 3129 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/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4976 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)
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 18673 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/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4987 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...] |