Home
last modified time | relevance | path

Searched refs:etag (Results 376 – 387 of 387) sorted by last modified time

1...<<111213141516

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1054 $this->etag = $etag;
1423 $this->etag = $etag;
1581 $this->etag = $etag;
1635 $this->etag = $etag;
1795 $this->etag = $etag;
2172 $this->etag = $etag;
2206 $this->etag = $etag;
2510 $this->etag = $etag;
2609 $this->etag = $etag;
2771 $this->etag = $etag;
[all …]
H A DGoogle_AdSenseService.php1111 public $etag; variable in Google_Accounts
1118 $this->etag = $etag;
1183 public $etag; variable in Google_AdClients
1190 $this->etag = $etag;
1517 public $etag; variable in Google_AdUnits
1524 $this->etag = $etag;
1763 public $etag; variable in Google_CustomChannels
1770 $this->etag = $etag;
1914 $this->etag = $etag;
1972 $this->etag = $etag;
[all …]
H A DGoogle_BooksService.php2607 public $etag; variable in Google_Volume
2635 public function setEtag( $etag) { argument
2636 $this->etag = $etag;
2639 return $this->etag;
H A DGoogle_CalendarService.php746 public $etag; variable in Google_Acl
753 $this->etag = $etag;
780 public $etag; variable in Google_AclRule
788 $this->etag = $etag;
851 $this->etag = $etag;
896 $this->etag = $etag;
973 $this->etag = $etag;
1222 $this->etag = $etag;
1710 $this->etag = $etag;
1904 $this->etag = $etag;
[all …]
H A DGoogle_MirrorService.php964 public $etag; variable in Google_TimelineItem
1030 public function setEtag( $etag) { argument
1031 $this->etag = $etag;
1034 return $this->etag;
H A DGoogle_SQLAdminService.php530 public $etag; variable in Google_DatabaseInstance
552 public function setEtag( $etag) { argument
553 $this->etag = $etag;
556 return $this->etag;
H A DGoogle_ShoppingService.php234 public $etag; variable in Google_Products
290 public function setEtag( $etag) { argument
291 $this->etag = $etag;
294 return $this->etag;
H A DGoogle_AdExchangeSellerService.php429 public $etag; variable in Google_AdClients
436 $this->etag = $etag;
439 return $this->etag;
501 public $etag; variable in Google_AdUnits
508 $this->etag = $etag;
606 public $etag; variable in Google_CustomChannels
613 $this->etag = $etag;
747 public $etag; variable in Google_SavedReports
754 $this->etag = $etag;
805 public $etag; variable in Google_UrlChannels
[all …]
H A DGoogle_LicensingService.php255 public $etag; variable in Google_LicenseAssignmentList
261 public function setEtag( $etag) { argument
262 $this->etag = $etag;
265 return $this->etag;
/plugin/ghissues/helper/
H A DapiCacheInterface.php269 public $etag = ''; variable in cache_ghissues_api
274 $this->etag = substr($this->cache, 0, -9).'.etag';
278 return io_readFile($this->etag, $clean);
284 return io_saveFile($this->etag, $etagValue);
291 if (!($this->_etag_time = @filemtime($this->etag))) return false; // Check if cache is there
/plugin/jquery/
H A Djquery-1.4.2.min.js123 …json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a)…
128 c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setReq…
131 …-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.statu…
H A Djquery-1.4.2.js4973 etag: {},
5129 if ( jQuery.etag[s.url] ) {
5130 xhr.setRequestHeader("If-None-Match", jQuery.etag[s.url]);
5332 etag = xhr.getResponseHeader("Etag");
5338 if ( etag ) {
5339 jQuery.etag[url] = etag;

1...<<111213141516