/inkscape/share/extensions/ |
H A D | fig2dev-ext.py | 25 from run_command import run namespace 27 run('fig2dev -L svg "%s" "%%s"' % sys.argv[1].replace("%","%%"), "fig2dev")
|
H A D | plt_output.py | 25 from uniconv_output import run, get_command namespace 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
|
H A D | ps2pdf-ext.py | 25 from run_command import run namespace 30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
|
H A D | sk1_output.py | 25 from uniconv_output import run, get_command namespace 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
|
H A D | wmf_output.py | 25 from uniconv_output import run, get_command namespace 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
|
H A D | inkscape_follow_link.py | 13 def run(self): member in class:VisitWebSiteWithoutLockingInkscape
|
H A D | run_command.py | 32 def run(command_format, prog_name): function 67 msg = "Error attempting to run %s: %s" % (prog_name, str(inst))
|
H A D | launch_webbrowser.py | 19 def run(self): member in class:VisitWebSiteWithoutLockingInkscape
|
H A D | uniconv-ext.py | 26 from run_command import run namespace 64 run((cmd+' "%s" "%%s"') % sys.argv[1].replace("%","%%"), "UniConvertor")
|
H A D | uniconv_output.py | 39 def run(command_format, prog_name, uniconv_format): function 68 msg = "Error attempting to run %s: %s" % (prog_name, str(inst))
|
H A D | ffgeom.py | 70 run = delta_x variable in class:Segment
|
/inkscape/cxxtest/cxxtest/ |
H A D | YesNoRunner.h | 21 int run() function in class:CxxTest::YesNoRunner
|
H A D | DummyDescriptions.cpp | 12 void DummyTestDescription::run() {} function in class:CxxTest::DummyTestDescription
|
H A D | RealDescriptions.cpp | 94 void RealTestDescription::run() function in class:CxxTest::RealTestDescription
|
H A D | ErrorFormatter.h | 45 int run() function in class:CxxTest::ErrorFormatter
|
H A D | Gui.h | 170 int run() function in class:CxxTest::GuiTuiRunner
|
/inkscape/src/extension/ |
H A D | error-file.cpp | 53 Glib::ustring dialog_text(_("<span weight=\"bold\" size=\"larger\">One or more extensions failed to load</span>\n\nThe failed extensions have been skipped. Inkscape will continue to run normally but those extensions will be unavailable. For details to troubleshoot this problem, please refer to the error log located at: ")); 99 ErrorFileNotice::run (void) function in class:Inkscape::Extension::ErrorFileNotice 104 return Gtk::Dialog::run();
|
H A D | execution-env.cpp | 208 ExecutionEnv::run (void) { function in class:Inkscape::Extension::ExecutionEnv 235 _mainloop->run();
|
/inkscape/src/ |
H A D | MultiPrinter.h | 57 int run() function in class:CxxTest::MultiPrinter
|
H A D | deptool.cpp | 219 virtual bool run(); 1006 bool DepTool::run() function in class:DepTool 1450 if (!depTool.run())
|
H A D | selection-chemistry.cpp | 3639 // Find out if we have to run an external filter 3640 gchar const *run = NULL; local 3652 run = g_strdup_printf("%s \"%s\" %s", filter.data(), filepath, p1); 3655 run = g_strdup_printf("%s \"%s\" %s", filter.data(), filepath, param1.data()); 3658 // run without extra parameter 3659 run = g_strdup_printf("%s \"%s\"", filter.data(), filepath); 3695 if (run) { 3696 g_print("Running external filter: %s\n", run); 3697 int result = system(run); 3700 g_warning("Could not run externa [all...] |
/inkscape/src/ui/dialog/ |
H A D | print.cpp | 218 Gtk::PrintOperationResult Print::run(Gtk::PrintOperationAction, Gtk::Window &parent_window) function in class:Inkscape::UI::Dialog::Print
|
/inkscape/src/libcola/ |
H A D | cola.cpp | 199 bool ConstrainedMajorizationLayout::run() { function in class:cola::ConstrainedMajorizationLayout
|
/inkscape/src/libnrtype/ |
H A D | FontInstance.cpp | 577 bool font_instance::FontSlope(double &run, double &rise) argument 579 run = 0.0; 593 run=otm.otmsCharSlopeRun; 604 run = hhea->caret_Slope_Run;
|
/inkscape/ |
H A D | buildtool.cpp | 9312 virtual bool run(); 9317 virtual bool run(const String &target); 9578 //Now run 10017 bool Make::run() function in class:buildtool::Make 10062 bool Make::run(const String &target) function in class:buildtool::Make 10070 if (!run()) 10165 * and run this thing 10249 if (!make.run(target)) 10262 if (!make.run())
|