Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl21 print "textinputs[$i] = decodeURIComponent('" . escapeQuote( $textinputs[$i] ) . "')\n";
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
40 print "'" . escapeQuote( $suggs[$i] ) . "'";
101 sub escapeQuote { subroutine
109 print "error = '" . escapeQuote( $err ) . "';\n";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl21 print "textinputs[$i] = decodeURIComponent('" . escapeQuote( $textinputs[$i] ) . "')\n";
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
40 print "'" . escapeQuote( $suggs[$i] ) . "'";
103 sub escapeQuote { subroutine
111 print "error = '" . escapeQuote( $err ) . "';\n";