Home
last modified time | relevance | path

Searched refs:cmd (Results 226 – 228 of 228) sorted by last modified time

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/geourl/
H A Dadmin.php77 if (!isset($_REQUEST['cmd'])) return; // first time - nothing to do
79 if (!is_array($_REQUEST['cmd'])) return;
/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