Searched refs:text_input_idx (Results 1 – 3 of 3) sorted by relevance
| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.php | 36 function print_textindex_decl( $text_input_idx ) { argument 37 echo "words[$text_input_idx] = [];\n"; 38 echo "suggs[$text_input_idx] = [];\n"; 42 function print_words_elem( $word, $index, $text_input_idx ) { argument 43 echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n"; 48 function print_suggs_elem( $suggs, $index, $text_input_idx ) { argument 49 echo "suggs[$text_input_idx][$index] = [";
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.php | 32 function print_textindex_decl( $text_input_idx ) { argument 33 echo "words[$text_input_idx] = [];\n"; 34 echo "suggs[$text_input_idx] = [];\n"; 38 function print_words_elem( $word, $index, $text_input_idx ) { argument 39 echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n"; 44 function print_suggs_elem( $suggs, $index, $text_input_idx ) { argument 45 echo "suggs[$text_input_idx][$index] = [";
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.php | 32 function print_textindex_decl( $text_input_idx ) { argument 33 echo "words[$text_input_idx] = [];\n"; 34 echo "suggs[$text_input_idx] = [];\n"; 38 function print_words_elem( $word, $index, $text_input_idx ) { argument 39 echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n"; 44 function print_suggs_elem( $suggs, $index, $text_input_idx ) { argument 45 echo "suggs[$text_input_idx][$index] = [";
|