Home
last modified time | relevance | path

Searched refs:executable_command (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/executors/
H A Dcommand_executor.py46 executable_command = []
48 executable_command.append(str(command_arg))
49 return executable_command
58 executable_command = prepare_executable_command(command)
61 … cmd = psutil.Popen(executable_command, stdout=stdout.open(mode="w"), stderr=stderr.open(mode="w"))
H A Dprocess_executor.py40 executable_command = prepare_executable_command(command)
44 executable_command, stdout=stdout.open(mode="a"), stderr=stderr.open(mode="a"),
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/lib/Bio/Tools/Run/
H A DPrimer3.pm468 my $executable_command = $executable;
470 $executable_command = "\"$executable\" < \"$tempfile\"|";
473 open (RESULTS, $executable_command) || $self->throw("Can't open RESULTS");
/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.hpp319 struct executable_command { struct in editor
325 std::vector<executable_command> undo_, redo_;
329 boost::scoped_ptr<executable_command> tmp_undo_;
H A Deditor.cpp1793 tmp_undo_.reset(new executable_command(undo_.back())); in handle_drawing_rect()
3463 executable_command cmd; in execute_command()
3508 executable_command cmd; in end_command_group()