Searched refs:md5ns (Results 1 – 2 of 2) sorted by relevance
62 var $md5ns; // the ns directory variable in glossary84 $this->md5ns = md5 ($this->NS);87 $this->dataDir = $this->dataRootDir.$this->md5ns."/";285 function getGlosarySize ($status, $md5ns) { argument286 $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 …]
33 var $md5ns; // the ns directory variable in schedules96 $this->md5ns = md5 ($this->nameSpace);97 $this->cacheDir = $this->scheduleRoot->cacheRootDir.$this->md5ns.'/';98 $this->dataDir = $this->scheduleRoot->dataRootDir.$this->md5ns.'/';