Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php39 echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n";
48 echo "'" . escape_quote( $val ) . "'";
58 function escape_quote( $str ) { function
65 echo "error = '" . escape_quote( $err ) . "';\n";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php43 echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n";
52 echo "'" . escape_quote( $val ) . "'";
62 function escape_quote( $str ) { function