Home
last modified time | relevance | path

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

12

/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/dig/
H A Dsyntax.php
/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/elasticsearch/vendor/patrickschur/language-detection/resources/is/
H A Dis.txt
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md639 - `ttl` and `timestamp` logic: setters and getters in documents and mapping
/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/gtime/action/
H A Dtimestamp.php105 $ttl = 60;
/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/memcache/classes/
H A Dmemcache_apc.class.php11 public static function add($key, $val,$ttl = 0){ argument
13 return apc_add($key,$val,$ttl);
16 public static function set($key, $val,$ttl = 0){ argument
18 return apc_store($key,$val,$ttl);
H A Dmemcache_fakecache.class.php45 public static function add($key, $val,$ttl = 0){ argument
48 if ($ttl > 0) file_put_contents(static::$ttl_dir.static::normalize_key($key),time()+$ttl);
54 public static function set($key, $val,$ttl = 0){ argument
57 if ($ttl > 0) file_put_contents(static::$ttl_dir.static::normalize_key($key),time()+$ttl);
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
H A Dmemcache_wincache.class.php10 public static function add($key, $val,$ttl = 0){ argument
12 return wincache_ucache_add($key,$val,$ttl);
15 public static function set($key, $val,$ttl = 0){ argument
17 return wincache_ucache_set($key,$val,$ttl);
/plugin/memcache/
H A Dhelper.php118 function add($key,$val,$ttl = 0){ argument
119 return memcache::add($key,$val,$ttl);
122 function set($key,$val,$ttl = 0){ argument
123 return memcache::set($key,$val,$ttl);
/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/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;
H A Dnewsfeed.php47 $ttl = 0; variable
61 $newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $helper->ttl();
67 $ttl = $conf['plugin']['news']['ttl']; variable
68 if($ttl) $ttl *= $minute;
84 if(!$ttl) $ttl = $default_ttl; variable
90 if($time_elapsed >= $ttl || $lib_exe || $refresh) {
91 new externalNewsFeed($xml_file,$ttl/$minute,$title);
H A Drss.php8 var $ttl; variable in externalNewsFeed
9 function __construct($outfile=null,$ttl=720, $subfeed = "") { argument
10 $this->ttl = $ttl;
81 $ttl = $this->channel_ttl();
91 <ttl>$ttl</ttl>
/plugin/quickstats/
H A Dadmin.php42 foreach($this->page_totals as $ttl) {
43 $this->page_accessesTotal+=$ttl;
44 $this->page_accessesCurrent=$ttl;
H A Dsyntax.php371 $ttl = 0;
384 $ttl += $count;
391 return $ttl;
533 foreach($page_totals as $ttl) {
534 $page_accessesTotal+=$ttl;

12