Home
last modified time | relevance | path

Searched +full:ttl +(+path:plugin +path:news) -(+path:plugin +path:news +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/news/scripts/
H A Dnewsfeed.php47 $ttl = 0; variable
61 $newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $helper->ttl();
66 if(isset($conf['plugin']['news']['ttl'])) {
67 $ttl = $conf['plugin']['news']['ttl']; variable
68 if($ttl) $ttl *= $minute;
76 if(!$newsChannelTtl && isset($conf['plugin']['news']['ttl'])) {
77 $newsChannelTtl = $conf['plugin']['news']['ttl'];
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>
H A DfeedData.php189 if(!$newsChannelTtl) return $this->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.php245 …$newsChannelTtl = isset($ini_array[$which]['ttl']) ? $ini_array[$which]['ttl'] : $this->getConf('t…
251 $newsChannelTtl = $this->getConf('ttl');
255 $ttl = $this->getConf('ttl');
263 new externalNewsFeed($xml_file,$ttl,$subfeed);
H A Dhelper.php182 function ttl() { function in helper_plugin_news
183 return $this->getConf('ttl');
/plugin/news/conf/
H A Ddefault.php2 $conf['ttl'] = 720;
H A Dmetadata.php2 $meta['ttl'] = array('numeric');