Home
last modified time | relevance | path

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

/plugin/hyphenation/
H A Daction.php34 $hyph->loadUserDictFromArray(explode("\n", $this->getConf('customhyph')));
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php117 return $this->loadUserDictFromArray($dictionary, $append);
126 public function loadUserDictFromArray($userdict, $append=false) { function in phpHyphenation