Searched refs:readGlossary (Results 1 – 1 of 1) sorted by relevance
/plugin/glossary/ |
H A D | glossary.class.php | 236 $result[$regs[1]] = $this->readGlossary ($regs[1], $status, LOCK_SH); 243 function readGlossary ($md5id, $status, $lock) { function in glossary 308 $oldValues = $this->readGlossary ($this->md5id, $status, LOCK_SH); 343 $poll = $this->readGlossary ($md5id, $this->poll, LOCK_SH); 382 $poll = $this->readGlossary ($md5id, $this->poll, LOCK_EX); 395 $poll = $this->readGlossary ($md5id, $this->poll, LOCK_EX); 772 $values = $this->readGlossary ($this->md5id, $this->def, LOCK_SH);
|