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);85 $this->cacheDir = $this->cacheRootDir.$this->md5ns."/";87 $this->dataDir = $this->dataRootDir.$this->md5ns."/";285 function getGlosarySize ($status, $md5ns) { argument286 $subDir = $this->dataRootDir.$md5ns."/";484 return $this->getGlosarySize ($this->def, $this->md5ns);487 return $this->getGlosarySize ($this->prop, $this->md5ns);490 return $this->getGlosarySize ($this->poll, $this->md5ns);802 foreach ($request['dir'] as $md5ns) {[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.'/';