Home
last modified time | relevance | path

Searched refs:cmd (Results 226 – 228 of 228) sorted by path

12345678910

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl72 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
73 open ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\n$!" ) and return;
98 close ASPELL or handleError( "Error executing `$cmd`\\n$unhandledText" ) and return;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18153 for(var cmd = r; cmd <= rr; ++cmd) {
18154 if(cma > c || cmd > r) {
18156 if(!cursheet[cmd]) cursheet[cmd] = [];
18157 cursheet[cmd][cma] = {t:'z'};
18158 } else cursheet[encode_col(cma) + encode_row(cmd)] = {t:'z'};
/plugin/zip/pear/MIME/
H A DType.php379 $cmd = new System_Command;
384 if (!$cmd->which($fileCmd)) {
385 unset($cmd);
389 $cmd->pushCommand($fileCmd, "-bi '{$file}'");
390 $res = $cmd->execute();
391 unset($cmd);

12345678910