Home
last modified time | relevance | path

Searched refs:md5ns (Results 1 – 2 of 2) sorted by relevance

/plugin/glossary/
H A Dglossary.class.php62 var $md5ns; // the ns directory variable in glossary
84 $this->md5ns = md5 ($this->NS);
87 $this->dataDir = $this->dataRootDir.$this->md5ns."/";
285 function getGlosarySize ($status, $md5ns) { argument
286 $subDir = $this->dataRootDir.$md5ns."/";
802 foreach ($request['dir'] as $md5ns) {
803 $subDir = $this->dataRootDir.$md5ns.'/';
805 … if ($this->getGlosarySize ($this->def, $md5ns)+$this->getGlosarySize ($this->prop, $md5ns) > 0)
847 foreach ($list as $md5ns => $data) {
852 ' <td>'.$md5ns.'</td>'.NL.
[all …]
/plugin/schedule/
H A Dschedules.class.php33 var $md5ns; // the ns directory variable in schedules
96 $this->md5ns = md5 ($this->nameSpace);
97 $this->cacheDir = $this->scheduleRoot->cacheRootDir.$this->md5ns.'/';
98 $this->dataDir = $this->scheduleRoot->dataRootDir.$this->md5ns.'/';