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

123

/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 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 Dps2pdf-ext.py25 from run_command import run namespace
30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
H A Duniconv-ext.py26 from run_command import run namespace
64 run((cmd+' "%s" "%%s"') % sys.argv[1].replace("%","%%"), "UniConvertor")
H A Dlaunch_webbrowser.py19 def run(self): member in class:VisitWebSiteWithoutLockingInkscape
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))
/inkscape/cxxtest/sample/
H A Dyes_no_runner.cpp2 // A sample program that uses class YesNoRunner to run all the tests
10 return CxxTest::YesNoRunner().run();
/inkscape/cxxtest/sample/mock/
H A DMakefile1 all: roll run
12 run: test
/inkscape/src/extension/
H A Derror-file.h20 will not run if the preference controlling running is turned
29 int run (void);
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.h50 /** \brief Signal that the run is complete. */
91 void run (void);
/inkscape/share/extensions/test/
H A Dinkex.test.py38 unittest.TextTestRunner(verbosity=2).run(suite)
H A Dmarkers_strokepaint.test.py40 unittest.TextTestRunner(verbosity=2).run(suite)
H A Dgimp_xcf.test.py54 unittest.TextTestRunner(verbosity=2).run(suite)
H A Dcolor_randomize.test.py116 unittest.TextTestRunner(verbosity=2).run(suite)
118 unittest.TextTestRunner(verbosity=2).run(suite)
120 unittest.TextTestRunner(verbosity=2).run(suite)
/inkscape/cxxtest/cxxtest/
H A DYesNoRunner.h21 int run() function in class:CxxTest::YesNoRunner
H A DDummyDescriptions.h22 void run();
/inkscape/src/ui/dialog/
H A Dprint.h43 Gtk::PrintOperationResult run(Gtk::PrintOperationAction, Gtk::Window &parent_window);
/inkscape/cxxtest/sample/msvc/
H A DMakefile34 # How to run the tests, which should be in DIR\runner.exe
35 run: $(DIR)\runner.exe
/inkscape/packaging/macosx/Resources/
H A Dalert_fccache.sh9 The first time this version of Inkscape is run it may take several minutes before the main window is displayed while font caches are built." buttons {"OK"} default button 1 with title "Inkscape on OS X" with icon POSIX file icon_path
/inkscape/packaging/wix/
H A Dinstall.bat26 pause the program is now installed. press any key to run uninstaller ...
/inkscape/src/libnrtype/
H A Dfont-instance.h77 bool FontSlope(double &run, double &rise);

Completed in 1264 milliseconds

123