Home
last modified time | relevance | path

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

/dports/www/ilias6/ILIAS-6.14/Modules/Glossary/classes/
H A Dclass.ilObjGlossary.php73 $this->setSnippetLength(200);
101 $this->setSnippetLength($gl_rec["snippet_length"]);
217 public function setSnippetLength($a_val) function in ilObjGlossary
939 $new_obj->setSnippetLength($this->getSnippetLength());
H A Dclass.ilGlossaryDataSet.php272 $newObj->setSnippetLength($a_rec["SnippetLength"]);
H A Dclass.ilObjGlossaryGUI.php664 $this->object->setSnippetLength($_POST["snippet_length"]);
/dports/www/ilias/ILIAS-5.4.25/Modules/Glossary/classes/
H A Dclass.ilObjGlossary.php83 $this->setSnippetLength(200);
112 $this->setSnippetLength($gl_rec["snippet_length"]);
229 public function setSnippetLength($a_val) function in ilObjGlossary
1234 $new_obj->setSnippetLength($this->getSnippetLength());
H A Dclass.ilGlossaryDataSet.php276 $newObj->setSnippetLength($a_rec["SnippetLength"]);
H A Dclass.ilObjGlossaryGUI.php713 $this->object->setSnippetLength($_POST["snippet_length"]);