Home
last modified time | relevance | path

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

/plugin/spellcheck/
H A Daspell.php165 function runAspell($text,&$out,&$err,$specials=null){ function in Aspell
290 if($this->runAspell("^$word",$out,$err)){
H A Dspellcheck.php132 if(!$spell->runAspell($string,$out,$err,array('!','+html','@nbsp'))){