Home
last modified time | relevance | path

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

/plugin/schedule/
H A DscheduleRoot.class.php29 var $cacheRootDir; // root cache directory variable in scheduleRoot
244 $this->cacheRootDir = $savedir."cache/schedule/";
246 scheduleRoot::createDirIsNeeded ($this->cacheRootDir);
H A Dschedules.class.php97 $this->cacheDir = $this->scheduleRoot->cacheRootDir.$this->md5ns.'/';
/plugin/glossary/
H A Dglossary.class.php25 var $cacheRootDir; // root cache directory variable in glossary
79 $this->cacheRootDir = $savedir."cache/glossary/";
81 glossary::createDirIsNeeded ($this->cacheRootDir);
85 $this->cacheDir = $this->cacheRootDir.$this->md5ns."/";
410 $pathDirObj = opendir ($cacheRootDir);
421 $cacheDir = $this->cacheRootDir.$nsMd5."/";