Home
last modified time | relevance | path

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

/plugin/glossary/
Dglossary.class.php63 var $md5id; // the wiki id variable in glossary
154 if (isset ($all[$this->md5id])) {
243 function readGlossary ($md5id, $status, $lock) { argument
244 $fileName = $this->dataDir.$status.$md5id.".xml";
264 function writeGlossary ($md5id, &$values, $status) { argument
273 $fileName = $this->dataDir.$status.$md5id.".xml";
279 function removeGlossary ($md5id, $status) { argument
280 $fileName = $this->dataDir.$status.$md5id.".xml";
307 $this->md5id = md5 (trim ($request['ticket']));
308 $oldValues = $this->readGlossary ($this->md5id, $status, LOCK_SH);
[all …]