Home
last modified time | relevance | path

Searched refs:sourceExists (Results 1 – 19 of 19) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dd/ddmodel/
H A DddDrawingEditor.cpp250 bool sourceExists = diagram->getFiguresCollection()->existsObject(relation->getStartTable()); in checkRelationshipsConsistency() local
252 if(!sourceExists || !destinationExists) in checkRelationshipsConsistency()
272 bool sourceExists = diagram->getFiguresCollection()->existsObject(relation->getStartTable()); in checkRelationshipsConsistency() local
275 if(sourceExists && destinationExists && !relationExists) in checkRelationshipsConsistency()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DCacheLoader.cpp86 bool sourceExists = (m_VFS->GetFilePriority(sourcePath, &sourcePriority) >= 0); in CanUseArchiveCache() local
89 if (!sourceExists) in CanUseArchiveCache()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/batch/
H A DClasspathDirectory.java113 boolean sourceExists = ((this.mode & SOURCE) != 0) in findClass()
116 if (sourceExists) { in findClass()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/batch/
H A DClasspathDirectory.java101 …boolean sourceExists = ((this.mode & SOURCE) != 0) && doesFileExist(fileName + SUFFIX_STRING_java,… in findClass()
102 if (sourceExists && !asBinaryOnly) { in findClass()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ops/
H A Dmodifier_rename.cpp144 const bool sourceExists = in prepare() local
148 if (!status.isOK() || !sourceExists) { in prepare()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/migration/public/
H A DnsIMailProfileMigrator.idl51 readonly attribute boolean sourceExists;
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/mltcontroller/
H A Dclipcontroller.h54 bool sourceExists() const;
H A Dclipcontroller.cpp547 bool ClipController::sourceExists() const in sourceExists() function in ClipController
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/components/migration/public/
H A DnsISuiteProfileMigrator.idl63 readonly attribute boolean sourceExists;
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/migration/
H A DnsIBrowserProfileMigrator.idl57 readonly attribute boolean sourceExists;
H A DMigrationUtils.jsm419 get sourceExists() {
712 return migrator && migrator.sourceExists ? migrator : null;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
H A DClasspathDirectory.java130 …boolean sourceExists = ((this.mode & SOURCE) != 0) && doesFileExist(fileName + SUFFIX_STRING_java,… in findClassInternal()
131 if (sourceExists && !asBinaryOnly) { in findClassInternal()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dmr.h276 bool sourceExists();
H A Dmr.cpp828 bool State::sourceExists() { in sourceExists() function in mongo::mr::State
1434 if (!state.sourceExists()) { in errmsgRun()
/dports/www/owncloud/owncloud/lib/private/Share/
H A DShare.php2434 …$sourceExists = self::getItemSharedWithBySource($itemType, $sourceId, self::FORMAT_NONE, null, tru…
2438 if ($sourceExists && $sourceExists['item_source'] === $itemSource) {
2439 $fileTarget = $sourceExists['file_target'];
2440 $itemTarget = $sourceExists['item_target'];
2446 } elseif (!$sourceExists && !$isGroupShare) {
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/
H A DMake.Mod552 isUpToDate, sourceExists, dummy: BOOLEAN;
563 sourceExists := Exists(module, Rep.modModuleSource);
564 isUpToDate := ~sourceExists OR
619 IF (r.uses # NIL) & sourceExists & r.uses.TrackingDeclarations() THEN
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectCopyGUI.php1265 protected function sourceExists() function in ilObjectCopyGUI
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectCopyGUI.php1265 protected function sourceExists() function in ilObjectCopyGUI
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/
H A DMake.c788 OOC_CHAR8 sourceExists; in OOC_Make__RulesDesc_UpdateSymbolFile() local
804 sourceExists = i2; in OOC_Make__RulesDesc_UpdateSymbolFile()