Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php13 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; // by FredCK variable
77 global $aspell_opts;
105 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
H A Dspellchecker.pl15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; # by FredCK
74 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
H A Dspellchecker.cfm15 <cfset aspell_opts = "-a --lang=#lang# --encoding=utf-8 -H --rem-sgml-check=alt">
51 …d.exe" arguments='/c type "#tempfile_in#" | "#aspell_dir#\aspell.exe" #aspell_opts# > "#tempfile_o…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php10 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; // by FredCK variable
73 global $aspell_opts;
97 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
H A Dspellchecker.pl15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; # by FredCK
72 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
H A Dspellchecker.cfm15 <cfset aspell_opts = "-a --lang=#lang# --encoding=utf-8 -H --rem-sgml-check=alt">
49 …d.exe" arguments='/c type "#tempfile_in#" | "#aspell_dir#\aspell.exe" #aspell_opts# > "#tempfile_o…