Lines Matching refs:def
40 var $def = "def-"; // prefix for definition // XXXX variable in glossary
377 $all = $this->readAllGlossary ($this->def);
484 return $this->getGlosarySize ($this->def, $this->md5ns);
544 $all = $this->readAllGlossary ($this->def);
586 $all = $this->readAllGlossary ($this->def);
665 $this->manageRecord ($request, $this->def, false);
671 foreach (array ($this->prop, $this->def) as $status) {
677 if ($status == $this->def) {
711 if ($status == $this->def)
754 ' <input type="hidden" name="glossary[operation]" value="'.$this->def.'update">'.NL.
772 $values = $this->readGlossary ($this->md5id, $this->def, LOCK_SH);
805 … if ($this->getGlosarySize ($this->def, $md5ns)+$this->getGlosarySize ($this->prop, $md5ns) > 0)
836 $this->getGlosarySize ($this->def, $file),
848 list ($ns, $def, $prop, $poll) = $data;
854 ' <td>'.$def.'</td>'.NL.
885 if ($request['operation'] == $this->def."remove")
887 if ($request['operation'] == $this->def."update") {
893 $this->printManagedList ($this->def);