Searched defs:execute (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/implementation/ |
H A D | script.cpp | 81 This table is used to keep track of all the programs to execute a 484 The extension is then executed using the 'execute' function 511 int data_read = execute(command, params, lfilename, fileout); 562 After we have the SVG file, then Script::execute is called with 597 int data_read = execute(command, params, tempfilename_in, fileout); 643 The execute function is used at the core of this function 644 to execute the Script on the two SVG documents (actually only one 678 execute(command, params, empty, outfile); 745 int data_read = execute(command, params, dc->_filename, fileout); 1006 int Script::execute (cons function in class:Inkscape::Extension::Implementation::Script [all...] |
/inkscape/ |
H A D | buildtool.cpp | 6622 virtual bool execute() function in class:buildtool::Task 6708 virtual bool execute() function in class:buildtool::TaskCC 7085 virtual bool execute() function in class:buildtool::TaskCopy 7318 virtual bool execute() function in class:buildtool::TaskCxxTestPart 7415 virtual bool execute() function in class:buildtool::TaskCxxTestRoot 7522 virtual bool execute() function in class:buildtool::TaskCxxTestRun 7621 virtual bool execute() function in class:buildtool::TaskDelete 7714 virtual bool execute() function in class:buildtool::TaskEcho 7761 virtual bool execute() function in class:buildtool::TaskJar 7827 virtual bool execute() function in class:buildtool::TaskJavac 7975 virtual bool execute() function in class:buildtool::TaskLink 8139 virtual bool execute() function in class:buildtool::TaskMakeFile 8209 virtual bool execute() function in class:buildtool::TaskMkDir 8253 virtual bool execute() function in class:buildtool::TaskMsgFmt 8402 virtual bool execute() function in class:buildtool::TaskPkgConfig 8497 virtual bool execute() function in class:buildtool::TaskRanlib 8550 virtual bool execute() function in class:buildtool::TaskRC 8625 virtual bool execute() function in class:buildtool::TaskSharedLib 8763 virtual bool execute() function in class:buildtool::TaskStaticLib 8873 virtual bool execute() function in class:buildtool::TaskStrip 8946 virtual bool execute() function in class:buildtool::TaskTouch 9005 virtual bool execute() function in class:buildtool::TaskTstamp 9550 bool Make::execute() function in class:buildtool::Make [all...] |
Completed in 39 milliseconds