Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php36 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/
H A Dspellchecker.php32 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] = [";