Searched refs:exists (Results 1 - 16 of 16) sorted by relevance
/inkscape/test/ |
H A D | doc-per-case-test.cpp | 25 if ( !Inkscape::Application::exists() )
|
/inkscape/src/ |
H A D | test-helpers.h | 31 if ( !Inkscape::Application::exists() )
|
H A D | resource-manager.cpp | 255 bool exists = searchUpwards( docbase, origPath, remainder ); local 257 if ( !exists ) { 262 for ( std::vector<std::string>::iterator it = priorLocations.begin(); !exists && (it != priorLocations.end()); ++it ) { 263 exists = searchUpwards( *it, origPath, remainder ); 268 if ( exists ) { 347 bool exists = false; local 353 while ( !exists && !baseParts.empty() ) { 357 while ( !exists && !current.empty() ) { 362 exists = Glib::file_test(filepath, Glib::FILE_TEST_EXISTS); 363 // TODO debug g_message(" ...[%s] %s", filepath.c_str(), (exists [all...] |
H A D | inkscape.cpp | 160 g_assert(Inkscape::Application::exists()); 181 if (!Application::exists()) { 190 * Checks whether the current Inkscape::Application global object exists. 193 Application::exists() function in class:Inkscape::Application 205 if (!exists()) { 697 if ( exists() && instance().use_gui() ) { 1217 if (Application::exists()) {
|
H A D | inkscape.h | 77 static bool exists();
|
/inkscape/src/io/ |
H A D | sys.cpp | 184 bool exists = false; local 200 exists = g_file_test (filename, test); 208 return exists; 245 /**Checks if directory of file exists, useful 248 bool exists = true; local 265 exists = Inkscape::IO::file_test( dirname, G_FILE_TEST_EXISTS); 275 return exists;
|
/inkscape/packaging/macosx/ports/_resources/port1.0/group/ |
H A D | python-1.0.tcl | 74 if {[info exists python.versions]} { 114 if {[info exists addcode] && ![info exists python._addedcode]} { 214 if {[file exists ${inc_dir}]} {
|
/inkscape/share/extensions/ |
H A D | eqtexsvg.py | 117 if os.path.exists(err_file): 147 if os.path.exists(err_file):
|
H A D | webslicer_export.py | 62 # Test if the directory exists: 63 if not os.path.exists( self.options.dir ): 73 inkex.errormsg(_('The directory "%s" does not exists.') % self.options.dir) 75 # Check whether slicer layer exists (bug #1198826)
|
/inkscape/packaging/macosx/ |
H A D | osx-app.sh | 172 if ! pkg-config --exists gtk+-quartz-2.0; then 178 if ! pkg-config --exists gtk+-x11-2.0; then 185 if ! pkg-config --exists gtk-engines-2; then 205 if ! pkg-config --exists icon-naming-utils; then 211 # if ! pkg-config --exists gnome-icon-theme; then 216 # if ! pkg-config --exists gnome-icon-theme-symbolic; then 223 if ! pkg-config --exists gnome-vfs-2.0; then 230 # if ! pkg-config --exists dbus-1; then 245 if ! pkg-config --exists poppler; then 255 if ! pkg-config --exists ImageMagic [all...] |
/inkscape/src/widgets/ |
H A D | sp-widget.cpp | 155 if (Application::exists()) { 173 if (Application::exists()) { 198 if (Application::exists()) {
|
/inkscape/CMakeScripts/ |
H A D | cmake_consistency_check.py | 236 if not os.path.exists(f): 272 if not os.path.exists(out1) and not os.path.exists(out2): 287 if os.path.exists(f):
|
/inkscape/src/libnrtype/ |
H A D | FontFactory.cpp | 371 bool exists = false; local 374 exists = true; 383 if (!exists && !familyUIName.empty() && !styleUIName.empty()) {
|
/inkscape/src/ui/widget/ |
H A D | imageicon.cpp | 92 if (!Inkscape::Application::exists())
|
/inkscape/src/extension/ |
H A D | effect.cpp | 94 if (Inkscape::Application::exists() && INKSCAPE.use_gui()) {
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-gtkmm.cpp | 593 if (!Inkscape::Application::exists())
|
Completed in 813 milliseconds