Searched defs:command (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/extension/implementation/ |
H A D | script.h | 57 * The command that has been derived from 60 std::list<std::string> command; member in class:Inkscape::Extension::Implementation::Script 70 bool check_existence (std::string const& command);
|
H A D | script.cpp | 58 /** This is the command buffer that gets allocated from the stack */ 144 This function just sets the command to NULL. It should get built 211 \return Whether the command given exists, including in the path 213 the check command. It can look in the path if required. 214 \param command The command or file that should be looked for 224 then a FALSE is returned, the command could not be found. 226 bool Script::check_existence(const std::string &command) argument 229 if (command.empty()) { 234 if (Glib::path_is_absolute(command)) { [all...] |
/inkscape/share/extensions/ |
H A D | measure.py | 58 inkex.errormsg(_("Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
|
H A D | perspective.py | 44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
|
H A D | polyhedron_3d.py | 66 inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this can be done with the command 'sudo apt-get install python-numpy'.")) namespace
|
/inkscape/ |
H A D | buildtool.cpp | 38 * this command: 3085 * Execute a shell command. Outbuf is a ref to a string 3456 * Execute the "bzr revno" command and return the result. 3484 * Execute the "svn info" command and parse the result. 3936 bool MakeBase::executeCommand(const String &command, argument 3943 // command.c_str()); 3951 read buffer in command.com and cmd.exe are just too small 3958 char *paramBuf = new char[command.size() + 1]; 3961 error("executeCommand cannot allocate command buffer"); 3964 strcpy(paramBuf, (char *)command 4133 executeCommand(const String &command, const String &inbuf, String &outbuf, String &errbuf) argument 6711 String command = parent.eval(commandOpt, "gcc"); local 6823 String command = ccCommand; local 7763 String command = parent.eval(commandOpt, "jar"); local 7829 String command = parent.eval(commandOpt, "javac"); local 7977 String command = parent.eval(commandOpt, "g++"); local 8255 String command = parent.eval(commandOpt, "msgfmt"); local 8500 String command = parent.eval(commandOpt, "ranlib"); local 8552 String command = parent.eval(commandOpt, "windres"); local 8627 String command = parent.eval(commandOpt, "dllwrap"); local 8765 String command = parent.eval(commandOpt, "ar crv"); local 8875 String command = parent.eval(commandOpt, "strip"); local [all...] |
Completed in 88 milliseconds