/inkscape/CMakeScripts/Modules/ |
H A D | sigcpp_test.cpp | 12 int main() function
|
/inkscape/cxxtest/sample/ |
H A D | yes_no_runner.cpp | 8 int main() function
|
/inkscape/cxxtest/sample/mock/ |
H A D | roll.cpp | 4 int main() function
|
/inkscape/test/ |
H A D | unittest.cpp | 2 * Unit test main. 32 int main(int argc, char **argv) { function
|
/inkscape/packaging/scripts/ |
H A D | lp-mark-bugs-released | 33 def main(): function 77 main()
|
/inkscape/src/io/ |
H A D | streamtest.cpp | 210 int main(int argc, char **argv) function
|
H A D | inkjar.cpp | 520 int main(int argc, char *argv[]) function
|
/inkscape/src/ |
H A D | registrytool.cpp | 215 int main(int argc, char **argv) function
|
H A D | winconsole.cpp | 18 * Its entry points are in main.cpp and winmain.cpp. The second one, 76 int main() function
|
H A D | inkview.cpp | 37 #include <gtkmm/main.h> 162 int main (int argc, const char **argv) function
|
H A D | deptool.cpp | 1091 * This is the main product. This file lists the Include directives, 1444 * Run the DepTool's main functions 1458 * Console main() 1460 int main(int argc, char **argv) function
|
H A D | desktop.h | 123 * tree. Currently, all desktops are created from a single main named 170 SPCanvasGroup *main; member in class:SPDesktop
|
H A D | main.cpp | 117 #include <glibmm/main.h> 120 #include <gtkmm/main.h> 126 #include "main-cmdlineact.h" 655 * This is the classic main() entry point of the program, though on some 659 main(int argc, char **argv) function 1135 // If we've been asked to listen for D-Bus messages, enter a main loop here 1136 // The main loop may be exited by calling "exit" on the D-Bus application interface. 1180 // If we've been asked to listen for D-Bus messages, enter a main loop here 1181 // The main loop may be exited by calling "exit" on the D-Bus application interface.
|
/inkscape/cxxtest/ |
H A D | cxxtestgen.pl | 11 print STDERR " --runner=CLASS Create a main() function that runs CxxTest::CLASS\n"; 28 main(); 30 sub main { subroutine 538 print "int main( int argc, char *argv[] ) {\n"; 545 print "int main() {\n";
|
H A D | cxxtestgen.py | 7 --runner=CLASS Create a main() function that runs CxxTest::CLASS 51 def main(): function 52 '''The main program''' 430 '''Write the main() function for the test runner''' 432 output.write( 'int main( int argc, char *argv[] ) {\n' ) 438 output.write( 'int main() {\n' ) 593 main()
|
/inkscape/packaging/macosx/ScriptExec/ |
H A D | main.c | 25 main.c - main program file 146 int main(int argc, char* argv[]) function 223 "\pWhile Inkscape is open, its windows can be displayed or hidden by displaying or hiding the X11 application.\n\nThe first time this version of Inkscape is run it may take several minutes before the main window is displayed while font caches are built.",
|
/inkscape/src/extension/implementation/ |
H A D | script.cpp | 17 #include <gtkmm/main.h> 1122 void Script::file_listener::init(int fd, Glib::RefPtr<Glib::MainLoop> main) { argument 1125 _conn = main->get_context()->signal_io().connect(sigc::mem_fun(*this, &file_listener::read), _channel, Glib::IO_IN | Glib::IO_HUP | Glib::IO_ERR); 1126 _main_loop = main;
|
/inkscape/src/extension/internal/ |
H A D | text_reassemble.c | 2700 int main(int argc, char *argv[]){ function
|
/inkscape/ |
H A D | buildtool.cpp | 6431 error("loadDepFile: main xml element should be <dependencies>"); 10309 int main(int argc, char **argv) function
|