Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl37 my( $textIdx, $wordIdx, @suggs ) = @_;
39 for my $i ( 0..$#suggs ) {
40 print "'" . escapeQuote( $suggs[$i] ) . "'";
41 if( $i < $#suggs ) {
88 my @suggs = ();
90 @suggs = split( ", ", $tokens[4] );
92 printSuggsElem( $textInputIdx, $wordIdx, @suggs );
H A Dspellchecker.php44 function print_suggs_elem( $suggs, $index, $text_input_idx ) { argument
46 foreach( $suggs as $key=>$val ) {
49 if ( $key+1 < count( $suggs )) {
113 $suggs = explode( ", ", $line[4] );
115 $suggs = array();
117 print_suggs_elem( $suggs, $index, $text_input_index );
H A Dspellchecker.cfm79 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", CRLF)>
90 …<cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#][#word_cnt#] = [#sug_list#];", CRL…
108 var suggs = new Array();
119 wordWindowObj.suggestions = suggs;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl37 my( $textIdx, $wordIdx, @suggs ) = @_;
39 for my $i ( 0..$#suggs ) {
40 print "'" . escapeQuote( $suggs[$i] ) . "'";
41 if( $i < $#suggs ) {
90 my @suggs = ();
92 @suggs = split( ", ", $tokens[4] );
94 printSuggsElem( $textInputIdx, $wordIdx, @suggs );
H A Dspellchecker.php48 function print_suggs_elem( $suggs, $index, $text_input_idx ) { argument
50 foreach( $suggs as $key=>$val ) {
53 if ( $key+1 < count( $suggs )) {
121 $suggs = explode( ", ", $line[4] );
123 $suggs = array();
125 print_suggs_elem( $suggs, $index, $text_input_index );
H A Dspellchecker.cfm81 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", CRLF)>
92 …<cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#][#word_cnt#] = [#sug_list#];", CRL…
110 var suggs = new Array();
121 wordWindowObj.suggestions = suggs;