Home
last modified time | relevance | path

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

/plugin/schedule/
H A DscheduleRoot.class.php30 var $dataRootDir; // root data directory variable in scheduleRoot
245 $this->dataRootDir = $savedir.trim ($this->plugin->getConf ('dataDir').'/');
247 scheduleRoot::createDirIsNeeded ($this->dataRootDir);
441 if (!is_dir($this->dataRootDir))
443 $pathDirObj = opendir ($this->dataRootDir);
445 $subDir = $this->dataRootDir.$file.'/';
H A Dschedules.class.php98 $this->dataDir = $this->scheduleRoot->dataRootDir.$this->md5ns.'/';
/plugin/glossary/
H A Dglossary.class.php27 var $dataRootDir; // root data directory variable in glossary
80 $this->dataRootDir = $savedir.trim ($this->plugin->getConf ('dataDir').'/');
82 glossary::createDirIsNeeded ($this->dataRootDir);
87 $this->dataDir = $this->dataRootDir.$this->md5ns."/";
286 $subDir = $this->dataRootDir.$md5ns."/";
803 $subDir = $this->dataRootDir.$md5ns.'/';
824 if (!is_dir ($this->dataRootDir))
828 $pathDirObj = opendir ($this->dataRootDir);
830 $subDir = $this->dataRootDir.$file.'/';
907 $subDir = $this->dataRootDir.$this->md5ns.'/';
[all …]