Home
last modified time | relevance | path

Searched refs:suggestions (Results 51 – 56 of 56) sorted by path

123

/plugin/spellcheck/
H A Dspellcheck.php211 function spell_formatword($word,$suggestions=null){ argument
214 if(is_array($suggestions)){
216 $suggestions = array_slice($suggestions,0,7);
217 $suggestions = array_map('htmlspecialchars',$suggestions);
221 $suggestions = array_map('utf8_tohtml',$suggestions);
224 $suggestions = array_map('addslashes',$suggestions);
226 $sug = ",'".join("','",$suggestions)."'"; // build javascript args
/plugin/tindexmenu/
H A DCREDITS58 Context menu patch and other suggestions
/plugin/tuxquote/
H A Dquotes.txt1028 In your suggestions for our Defecit Reduction Contest, by reading between the lines, I detected a c…
2970 One day President Roosevelt told me that he was asking publicly for suggestions about what the war …
3337 The compromise will always be more expensive than either of the suggestions it is compromising. <BR…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm119 wordWindowObj.suggestions = suggs;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js411 var a_suggests = this.wordWin.suggestions[text_num][word_num];
H A DwordWindow.js20 this.suggestions = new Array();

123