Home
last modified time | relevance | path

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

/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php14 protected $dictWords = array(); variable in phpHyphenation
59 foreach ($this->dictWords as $key=>$value) {
60 $this->dictWords[$key] = str_replace($this->hyphen, $hyphen, $value);
128 if (!$append) $this->dictWords = array();
131 … $this->dictWords[str_replace('/', '', $entry)] = str_replace('/', $this->hyphen, $entry);
213 … if(isset($this->dictWords[mb_strtolower($word)])) return $this->dictWords[mb_strtolower($word)];