Searched refs:aspell_opts (Results 1 – 9 of 9) sorted by relevance
13 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; // by FredCK variable77 global $aspell_opts;105 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; # by FredCK74 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
15 <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…
10 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; // by FredCK variable73 global $aspell_opts;97 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; # by FredCK72 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
15 <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…
10 $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H"; // by FredCK variable73 global $aspell_opts;97 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
15 my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H"; # by FredCK72 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
18 <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"…