Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php20 $textinputs = $_POST['textinputs']; # array variable
28 global $textinputs;
29 foreach( $textinputs as $key=>$val ) {
79 global $textinputs;
87 for( $i = 0; $i < count( $textinputs ); $i++ ) {
88 $text = urldecode( $textinputs[$i] );
H A Dspellchecker.pl10 my @textinputs = param( 'textinputs[]' ); # array
20 for( my $i = 0; $i <= $#textinputs; $i++ ) {
21 print "textinputs[$i] = decodeURIComponent('" . escapeQuote( $textinputs[$i] ) . "')\n";
59 for( my $i = 0; $i <= $#textinputs; $i++ ) {
60 $text = url_decode( $textinputs[$i] );
H A Dspellchecker.cfm21 <cfset form.checktext = form["textinputs[]"]>
61 <cfset texts.textinputs = "">
68 …<cfset texts.textinputs = ListAppend(texts.textinputs, 'textinputs[#i#] = decodeURIComponent("#tex…
112 var textinputs = new Array();
115 #texts.textinputs##CRLF#
122 wordWindowObj.textInputs = textinputs;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php17 $textinputs = $_POST['textinputs']; # array variable
24 global $textinputs;
25 foreach( $textinputs as $key=>$val ) {
75 global $textinputs;
83 for( $i = 0; $i < count( $textinputs ); $i++ ) {
84 $text = urldecode( $textinputs[$i] );
H A Dspellchecker.pl10 my @textinputs = param( 'textinputs[]' ); # array
20 for( my $i = 0; $i <= $#textinputs; $i++ ) {
21 print "textinputs[$i] = decodeURIComponent('" . escapeQuote( $textinputs[$i] ) . "')\n";
59 for( my $i = 0; $i <= $#textinputs; $i++ ) {
60 $text = url_decode( $textinputs[$i] );
H A Dspellchecker.cfm21 <cfset form.checktext = form["textinputs[]"]>
59 <cfset texts.textinputs = "">
66 …<cfset texts.textinputs = ListAppend(texts.textinputs, 'textinputs[#i#] = decodeURIComponent("#tex…
110 var textinputs = new Array();
113 #texts.textinputs##CRLF#
120 wordWindowObj.textInputs = textinputs;