Home
last modified time | relevance | path

Searched refs:getResponseHeader (Results 1 – 25 of 50) sorted by relevance

12

/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php75 $etag = $resp->getResponseHeader("etag");
89 $pragma = $resp->getResponseHeader('pragma');
98 $vary = $resp->getResponseHeader('vary');
138 $rawDate = $resp->getResponseHeader('date');
H A DGoogle_IO.php125 if ($cached->getResponseHeader('etag')) {
128 $addHeaders['If-None-Match'] = $cached->getResponseHeader('etag');
129 } elseif ($cached->getResponseHeader('date')) {
130 $addHeaders['If-Modified-Since'] = $cached->getResponseHeader('date');
H A DGoogle_HttpRequest.php135 public function getResponseHeader($key) { function in Google_HttpRequest
269 $rawCacheControl = $this->getResponseHeader('cache-control');
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
402 this.getResponseHeader=function(_44){ method in JsHttpRequest.LOADERS.xml.loader
403 return this.xr.getResponseHeader(_44);
H A DJsHttpRequest-script-xml.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
456 this.getResponseHeader=function(_4a){ method in JsHttpRequest.LOADERS.xml.loader
457 return this.xr.getResponseHeader(_4a);
H A DJsHttpRequest.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
402 this.getResponseHeader=function(_44){ method in JsHttpRequest.LOADERS.xml.loader
403 return this.xr.getResponseHeader(_44);
H A DJsHttpRequest-script.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
H A DJsHttpRequest-form.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js162 t.getResponseHeader = function(label) { with (this) { function
163 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
548 this.getResponseHeader = function(label) { method in JsHttpRequest.LOADERS.xml.loader
549 return this.xr.getResponseHeader(label);
H A DJsHttpRequest-script-xml.js162 t.getResponseHeader = function(label) { with (this) { function
163 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
606 this.getResponseHeader = function(label) { method in JsHttpRequest.LOADERS.xml.loader
607 return this.xr.getResponseHeader(label);
H A DJsHttpRequest.js163 t.getResponseHeader = function(label) { with (this) { function
164 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
549 this.getResponseHeader = function(label) { method in JsHttpRequest.LOADERS.xml.loader
550 return this.xr.getResponseHeader(label);
H A DJsHttpRequest-script.js162 t.getResponseHeader = function(label) { with (this) { function
163 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
H A DJsHttpRequest-form.js162 t.getResponseHeader = function(label) { with (this) { function
163 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketCors.php92 public function getResponseHeader() function in Google\\Service\\Storage\\BucketCors
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php233 $range = explode('-', $response->getResponseHeader('range'));
255 $location = $response->getResponseHeader('location');
H A DGoogle_BatchRequest.php67 $contentType = $response->getResponseHeader('content-type');
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
402 this.getResponseHeader=function(_44){ method in JsHttpRequest.LOADERS.xml.loader
403 return this.xr.getResponseHeader(_44);
/plugin/remotescript/
H A Dscript.js9getResponseHeader=function(I){with(this){return _ldObj&&_ldObj.getResponseHeader?_ldObj.getRespons… function
/plugin/confmanager/
H A Djquery.form.js337 getResponseHeader: function() {}, method in $.fn.ajaxSubmit.xhr
566 xhr.getResponseHeader = function(header){ function
684 var ct = xhr.getResponseHeader('content-type') || '',
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23062 var getResponseHeader = function getResponseHeader(name) {
23067 getResponseHeader: getResponseHeader,
23247 var getResponseHeader = _ref.getResponseHeader,
23256 var length = parseInt(getResponseHeader('Content-Length'), 10);
23272 if (getResponseHeader('Accept-Ranges') !== 'bytes') {
23286 function extractFilenameFromHeader(getResponseHeader) {
23865 var getResponseHeader = function getResponseHeader(name) {
23866 return fullRequestXhr.getResponseHeader(name);
23870 getResponseHeader: getResponseHeader,
24361 var getResponseHeader = function getResponseHeader(name) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js397 success(req.request.getResponseHeader('Etag').match(/"([^"]+)"/)[1]);
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1095 public function getResponseHeader() { function in Google_BucketCors
/plugin/jquery/
H A Dscript.js19getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I(…
H A Djquery-1.4.2.js5331 var lastModified = xhr.getResponseHeader("Last-Modified"),
5332 etag = xhr.getResponseHeader("Etag");
5347 var ct = xhr.getResponseHeader("content-type") || "",
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1331 return this.transport.getResponseHeader(name) || null;
1391 getResponseHeader: function(name) {
1392 return this.transport.getResponseHeader(name);

12