Home
last modified time | relevance | path

Searched refs:ttl (Results 26 – 48 of 48) sorted by relevance

12

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php21 public $ttl = 0; variable in Assetic\\Cache\\ApcCache
50 $store = apc_store($key, $value, $this->ttl);
53 throw new \RuntimeException('Unable to store "'.$key.'" for '.$this->ttl.' seconds.');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1Conversation.php78 public $ttl; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1Conversation
315 public function setTtl($ttl) argument
317 $this->ttl = $ttl;
324 return $this->ttl;
/plugin/memcache/classes/
H A Dmemcache_interface.loader.php16 public static function add($key,$val,$ttl = 0); argument
20 public static function set($key,$val,$ttl = 0); argument
/plugin/dig/
H A Dsyntax.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php126 public $ttl; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Product
547 public function setTtl($ttl) argument
549 $this->ttl = $ttl;
556 return $this->ttl;
/plugin/authdrupal7/
H A Dauth.php462 $ttl = $this->getConf('TablesToLock');
463 if(is_array($ttl) && !empty($ttl)) {
467 foreach($ttl as $table) {
/plugin/authdrupal8/
H A Dauth.php456 $ttl = $this->$TablesToLock;
457 if(is_array($ttl) && !empty($ttl)) {
461 foreach($ttl as $table) {
/plugin/quickstats/
H A Dsyntax.php371 $ttl = 0;
384 $ttl += $count;
391 return $ttl;
533 foreach($page_totals as $ttl) {
534 $page_accessesTotal+=$ttl;
H A Dadmin.php42 foreach($this->page_totals as $ttl) {
43 $this->page_accessesTotal+=$ttl;
44 $this->page_accessesCurrent=$ttl;
/plugin/news/
H A DREADME53 …This method adheres to the ttl (time-to-live) configuration setting (see Options below) and create…
54 …only after the ttl has expired. Until the expiry time, it reads and outputs the previously creat…
74 1. ttl: Number of minutes before a new feed will be automatically generated
H A Dadmin.php255 $ttl = $this->getConf('ttl');
263 new externalNewsFeed($xml_file,$ttl,$subfeed);
H A Dhelper.php182 function ttl() { function in helper_plugin_news
/plugin/news/scripts/
H A DfeedData.php189 if(!$newsChannelTtl) return $this->ttl;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/is/
H A Dis.txt
/plugin/gtime/action/
H A Dtimestamp.php105 $ttl = 60;
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md116 - [96: Fix/#62 check trait and parent class ttl in annotations](https://github.com/doctrine/annotat…
/plugin/metaeditor/
H A Djstree.js6868 ttl : false,
6904 var st = { 'state' : this.get_state(), 'ttl' : this.settings.state.ttl, 'sec' : +(new Date()) }; property in AnonymousFunctiona82bfad212700.save_state.st
6915 if(!!k && k.ttl && k.sec && +(new Date()) - k.sec > k.ttl) { return false; }
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md758 - `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(Reque…
H A DCHANGELOG.md795 * `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(Reque…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php20130 $ttl = 0; // number of surplus columns
20146 $ttl += $table['l'][$k];
20165 $ttl += $table['l'][$k];
20176 if ($ttl) {
20177 $widthcols[$i]['miw'] += $surplus * $table['l'][$i] / $ttl;
20185 $ttl = array_sum($table['l']);
20186 if ($ttl) {
20188 $widthcols[$i]['miw'] += $surplus * $table['l'][$i] / $ttl;
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …e revoke schema select set storage superuser table three to token truncate ttl two type unlogged u…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md639 - `ttl` and `timestamp` logic: setters and getters in documents and mapping

12