Searched defs:run (Results 1 - 25 of 25) sorted by relevance

/inkscape/share/extensions/
H A Dfig2dev-ext.py25 from run_command import run namespace
27 run('fig2dev -L svg "%s" "%%s"' % sys.argv[1].replace("%","%%"), "fig2dev")
H A Dplt_output.py25 from uniconv_output import run, get_command namespace
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
H A Dps2pdf-ext.py25 from run_command import run namespace
30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
H A Dsk1_output.py25 from uniconv_output import run, get_command namespace
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
H A Dwmf_output.py25 from uniconv_output import run, get_command namespace
28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
H A Dinkscape_follow_link.py13 def run(self): member in class:VisitWebSiteWithoutLockingInkscape
H A Drun_command.py32 def run(command_format, prog_name): function
67 msg = "Error attempting to run %s: %s" % (prog_name, str(inst))
H A Dlaunch_webbrowser.py19 def run(self): member in class:VisitWebSiteWithoutLockingInkscape
H A Duniconv-ext.py26 from run_command import run namespace
64 run((cmd+' "%s" "%%s"') % sys.argv[1].replace("%","%%"), "UniConvertor")
H A Duniconv_output.py39 def run(command_format, prog_name, uniconv_format): function
68 msg = "Error attempting to run %s: %s" % (prog_name, str(inst))
H A Dffgeom.py70 run = delta_x variable in class:Segment
/inkscape/cxxtest/cxxtest/
H A DYesNoRunner.h21 int run() function in class:CxxTest::YesNoRunner
H A DDummyDescriptions.cpp12 void DummyTestDescription::run() {} function in class:CxxTest::DummyTestDescription
H A DRealDescriptions.cpp94 void RealTestDescription::run() function in class:CxxTest::RealTestDescription
H A DErrorFormatter.h45 int run() function in class:CxxTest::ErrorFormatter
H A DGui.h170 int run() function in class:CxxTest::GuiTuiRunner
/inkscape/src/extension/
H A Derror-file.cpp53 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 Dexecution-env.cpp208 ExecutionEnv::run (void) { function in class:Inkscape::Extension::ExecutionEnv
235 _mainloop->run();
/inkscape/src/
H A DMultiPrinter.h57 int run() function in class:CxxTest::MultiPrinter
H A Ddeptool.cpp219 virtual bool run();
1006 bool DepTool::run() function in class:DepTool
1450 if (!depTool.run())
H A Dselection-chemistry.cpp3639 // 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 Dprint.cpp218 Gtk::PrintOperationResult Print::run(Gtk::PrintOperationAction, Gtk::Window &parent_window) function in class:Inkscape::UI::Dialog::Print
/inkscape/src/libcola/
H A Dcola.cpp199 bool ConstrainedMajorizationLayout::run() { function in class:cola::ConstrainedMajorizationLayout
/inkscape/src/libnrtype/
H A DFontInstance.cpp577 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 Dbuildtool.cpp9312 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())

Completed in 3089 milliseconds