/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 | 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 | ps2pdf-ext.py | 25 from run_command import run namespace 30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
|
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 | launch_webbrowser.py | 19 def run(self): member in class:VisitWebSiteWithoutLockingInkscape
|
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))
|
/inkscape/cxxtest/sample/ |
H A D | yes_no_runner.cpp | 2 // A sample program that uses class YesNoRunner to run all the tests 10 return CxxTest::YesNoRunner().run();
|
/inkscape/cxxtest/sample/mock/ |
H A D | Makefile | 1 all: roll run 12 run: test
|
/inkscape/src/extension/ |
H A D | error-file.h | 20 will not run if the preference controlling running is turned 29 int run (void);
|
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.h | 50 /** \brief Signal that the run is complete. */ 91 void run (void);
|
/inkscape/share/extensions/test/ |
H A D | inkex.test.py | 38 unittest.TextTestRunner(verbosity=2).run(suite)
|
H A D | markers_strokepaint.test.py | 40 unittest.TextTestRunner(verbosity=2).run(suite)
|
H A D | gimp_xcf.test.py | 54 unittest.TextTestRunner(verbosity=2).run(suite)
|
H A D | color_randomize.test.py | 116 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 D | YesNoRunner.h | 21 int run() function in class:CxxTest::YesNoRunner
|
H A D | DummyDescriptions.h | 22 void run();
|
/inkscape/src/ui/dialog/ |
H A D | print.h | 43 Gtk::PrintOperationResult run(Gtk::PrintOperationAction, Gtk::Window &parent_window);
|
/inkscape/cxxtest/sample/msvc/ |
H A D | Makefile | 34 # How to run the tests, which should be in DIR\runner.exe 35 run: $(DIR)\runner.exe
|
/inkscape/packaging/macosx/Resources/ |
H A D | alert_fccache.sh | 9 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 D | install.bat | 26 pause the program is now installed. press any key to run uninstaller ...
|
/inkscape/src/libnrtype/ |
H A D | font-instance.h | 77 bool FontSlope(double &run, double &rise);
|