Home
last modified time | relevance | path

Searched refs:input_separator (Results 1 – 4 of 4) sorted by relevance

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php21 $input_separator = "A"; variable
80 global $input_separator;
95 fwrite ( $fh, "^$input_separator\n" );
H A Dspellchecker.pl16 my $input_separator = "A";
65 print $fh "^$input_separator\n";
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php18 $input_separator = "A"; variable
76 global $input_separator;
87 fwrite ( $fh, "^$input_separator\n" );
H A Dspellchecker.pl16 my $input_separator = "A";
63 print $fh "^$input_separator\n";