Lines Matching refs:md5ns
62 var $md5ns; // the ns directory variable in glossary
84 $this->md5ns = md5 ($this->NS);
85 $this->cacheDir = $this->cacheRootDir.$this->md5ns."/";
87 $this->dataDir = $this->dataRootDir.$this->md5ns."/";
285 function getGlosarySize ($status, $md5ns) { argument
286 $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) {
803 $subDir = $this->dataRootDir.$md5ns.'/';
805 … if ($this->getGlosarySize ($this->def, $md5ns)+$this->getGlosarySize ($this->prop, $md5ns) > 0)
806 $this->message ('error', $this->getLang ('glossaryNotEmpty').$ns." (".$md5ns.").");
818 $this->message ('success', $this->getLang ('glossaryRemoved').$ns." (".$md5ns.").");
847 foreach ($list as $md5ns => $data) {
851 ' <td><input type="checkbox" name="glossary[dir][]" value="'.$md5ns.'"/></td> '.NL.
852 ' <td>'.$md5ns.'</td>'.NL.
907 $subDir = $this->dataRootDir.$this->md5ns.'/';
914 $this->readConfig ($this->dataRootDir.$this->md5ns.'/');