Home
last modified time | relevance | path

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

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
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";
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";
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/
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";
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";
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…
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.php10 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H"; // by FredCK variable
73 global $aspell_opts;
97 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
Dspellchecker.pl15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H"; # by FredCK
72 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
Dspellchecker.cfm18 <cfset aspell_opts = "-a --lang=#lang# --encoding=utf-8 -H">
68 …exe" arguments="/c type c:\test\#tempfile#.txt | c:\aspell\bin\aspell #aspell_opts#" timeout="100"…
73 … arguments="/c type #tempFolder#\#tempfile#.txt | #apsell_dir#\aspell #aspell_opts#" timeout="100"…