Home
last modified time | relevance | path

Searched refs:getResponseHeader (Results 26 – 50 of 50) sorted by last modified time

12

/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1095 public function getResponseHeader() { function in Google_BucketCors
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php135 public function getResponseHeader($key) { function in Google_HttpRequest
269 $rawCacheControl = $this->getResponseHeader('cache-control');
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');
/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/pgn4web/pgn4web/
H A Dpgn4web.js1670 … if (LiveBroadcastLastModifiedHeader = this_http_request.getResponseHeader("Last-Modified")) {
/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);
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-typ…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1527 return this.transport.getResponseHeader(name) || null;
1595 getResponseHeader: function(name) {
1596 return this.transport.getResponseHeader(name);
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-typ…
/plugin/jquery/
H A Djquery-1.4.2.min.js131getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.e…
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") || "",
H A Dscript.js19getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I(…
/plugin/remotescript/
H A Dscript.js9getResponseHeader=function(I){with(this){return _ldObj&&_ldObj.getResponseHeader?_ldObj.getRespons… function
/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.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-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-form.js112 t.getResponseHeader=function(_13){ function
114 return _ldObj&&_ldObj.getResponseHeader?_ldObj.getResponseHeader():[];
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js162 t.getResponseHeader = function(label) { with (this) { function
163 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
H A DJsHttpRequest-script.js162 t.getResponseHeader = function(label) { with (this) { function
163 return _ldObj && _ldObj.getResponseHeader? _ldObj.getResponseHeader() : [];
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-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-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);
/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);

12