Home
last modified time | relevance | path

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

/plugin/glossary/
H A Dglossary.class.php285 function getGlosarySize ($status, $md5ns) { function in glossary
484 return $this->getGlosarySize ($this->def, $this->md5ns);
487 return $this->getGlosarySize ($this->prop, $this->md5ns);
490 return $this->getGlosarySize ($this->poll, $this->md5ns);
805 … if ($this->getGlosarySize ($this->def, $md5ns)+$this->getGlosarySize ($this->prop, $md5ns) > 0)
836 $this->getGlosarySize ($this->def, $file),
837 $this->getGlosarySize ($this->prop, $file),
838 $this->getGlosarySize ($this->poll, $file));