Home
last modified time | relevance | path

Searched refs:CacheFolder (Results 1 – 4 of 4) sorted by relevance

/plugin/projects/pchart/pchart/
H A Dpcache.php38 var $CacheFolder = "cache/"; variable in pCache
41 function pCache($CacheFolder="cache/") argument
43 $this->CacheFolder = $CacheFolder;
49 if ($handle = opendir($this->CacheFolder))
54 unlink($this->CacheFolder.$file);
66 if ( file_exists($this->CacheFolder.$Hash) )
76 $FileName = $this->CacheFolder.$Hash;
85 $FileName = $this->CacheFolder.$Hash;
97 $FileName = $this->CacheFolder.$Hash;
/plugin/charter/lib/pchart/
H A DpCache.class.php38 var $CacheFolder = "Cache/"; variable in pCache
41 function pCache($CacheFolder="Cache/") argument
43 $this->CacheFolder = $CacheFolder;
49 if ($handle = opendir($this->CacheFolder))
54 unlink($this->CacheFolder.$file);
66 if ( file_exists($this->CacheFolder.$Hash) )
76 $FileName = $this->CacheFolder.$Hash;
85 $FileName = $this->CacheFolder.$Hash;
97 $FileName = $this->CacheFolder.$Hash;
/plugin/statdisplay/pchart/
H A DpCache.php25 protected $CacheFolder = "Cache/"; variable in pCache
30 public function __construct($CacheFolder = "Cache/") { argument
31 $this->CacheFolder = $CacheFolder;
38 if ($handle = opendir ( $this->CacheFolder )) {
41 unlink ( $this->CacheFolder . $file );
54 if (file_exists ( $this->CacheFolder . $Hash ))
65 $FileName = $this->CacheFolder . $Hash;
75 $FileName = $this->CacheFolder . $Hash;
92 $FileName = $this->CacheFolder . $Hash;
/plugin/statistics/inc/pchart/
H A DpCache.php26 protected $CacheFolder = "Cache/"; variable in pCache
31 public function __construct($CacheFolder = "Cache") { argument
32 $this->CacheFolder = $CacheFolder.'/';
39 if($handle = opendir($this->CacheFolder)) {
42 unlink($this->CacheFolder.$file);
55 return file_exists($this->CacheFolder.$Hash);
63 $FileName = $this->CacheFolder.$Hash;
73 $FileName = $this->CacheFolder.$Hash;
91 $FileName = $this->CacheFolder
[all...]