Home
last modified time | relevance | path

Searched refs:cache_file (Results 1 – 3 of 3) sorted by relevance

/plugin/rssticker/
H A DlastRSS.php66 $cache_file = $this->cache_dir . '/rsscache_' . md5($rss_url);
67 $timedif = @(time() - filemtime($cache_file));
70 $result = unserialize(join('', file($cache_file)));
77 if ($f = @fopen($cache_file, 'w')) {
/plugin/statistics/inc/
H A DBrowscap.php262 $cache_file = $this->cacheDir . $this->cacheFilename;
274 if (file_exists($cache_file) && file_exists($ini_file) && ($interval <= $this->updateInterval))
276 if ($this->_loadCache($cache_file))
299 if (!$this->_loadCache($cache_file))
716 * @param $cache_file
720 protected function _loadCache($cache_file) argument
722 require $cache_file;
/plugin/stats/
H A Dsyntax.php770 …$cache_file = $conf['mediadir'].'/wikistatistics/cache_changes' . ($ns!='' ? '_' . str_replace(':'…
777 @unlink($cache_file);
784 if(@file_exists($cache_file)){
785 include($cache_file);
789 @unlink($cache_file);
795 $fp = @fopen( $cache_file, 'w' );
812 include($cache_file);