Home
last modified time | relevance | path

Searched refs:hasDependency (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Config/Entity/
H A DConfigEntityDependencyTest.php22 $this->assertTrue($dep->hasDependency('module', 'config_test'));
23 $this->assertFalse($dep->hasDependency('module', 'views'));
44 $this->assertTrue($dep->hasDependency('module', 'config_test'));
45 $this->assertTrue($dep->hasDependency('module', 'views'));
46 $this->assertTrue($dep->hasDependency('module', 'node'));
47 $this->assertFalse($dep->hasDependency('module', 'block'));
48 …$this->assertTrue($dep->hasDependency('config', 'config_test.dynamic.entity_id:745b0ce0-aece-42dd-…
49 …$this->assertFalse($dep->hasDependency('config', 'config_test.dynamic.another_id:7dfa5cb7-2248-4d5…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Config/Entity/
H A DConfigEntityDependencyTest.php22 $this->assertTrue($dep->hasDependency('module', 'config_test'));
23 $this->assertFalse($dep->hasDependency('module', 'views'));
44 $this->assertTrue($dep->hasDependency('module', 'config_test'));
45 $this->assertTrue($dep->hasDependency('module', 'views'));
46 $this->assertTrue($dep->hasDependency('module', 'node'));
47 $this->assertFalse($dep->hasDependency('module', 'block'));
48 …$this->assertTrue($dep->hasDependency('config', 'config_test.dynamic.entity_id:745b0ce0-aece-42dd-…
49 …$this->assertFalse($dep->hasDependency('config', 'config_test.dynamic.another_id:7dfa5cb7-2248-4d5…
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Amd/
H A DConfigUnitTest.php87 $this->assertTrue($amdConfig->hasDependency('jquery'));
91 $this->assertFalse($amdConfig->hasDependency('jquery'));
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DWIAnalysis.cpp624 if (!hasDependency(val)) in isUniform()
632 if (!hasDependency(val)) in isWorkGroupOrGlobalUniform()
641 if (!hasDependency(val)) in isGlobalUniform()
726 bool hasOriginal = hasDependency(inst); in calculate_dep()
789 !hasDependency(op0->getOperand(1))) in calculate_dep()
901 IGC_ASSERT(hasDependency(inst)); in update_cf_dep()
1010 IGC_ASSERT(hasDependency(brInfo->cbr)); in updatePHIDepAtJoin()
1521 if (hasDependency(op)) in calculate_dep()
1676 if (!hasDependency(inst)) in calculate_dep()
1723 if (hasDependency(SI)) in calculate_dep()
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DShop.php321 if (Shop::hasDependency($this->id) || !$res = parent::delete()) {
372 public static function hasDependency($idShop) function in TbUpdaterModule\\Shop
374 $hasDependency = false;
382 $hasDependency = true;
391 $hasDependency = true;
395 return $hasDependency;
/dports/www/thirtybees/thirtybees-1.1.0/classes/shop/
H A DShop.php247 if (static::hasDependency($this->id) || !$res = parent::delete()) {
295 public static function hasDependency($idShop) function in ShopCore
297 $hasDependency = false;
305 $hasDependency = true;
314 $hasDependency = true;
318 return $hasDependency;
H A DShopGroup.php198 public static function hasDependency($idShopGroup, $check = 'all') function in ShopGroupCore
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dactoradapter.hpp59 bool hasDependency(const std::string& id) const;
98 bool hasDependency(const std::string& id) const;
H A Dactoradapter.cpp54 bool ActorAdapter::RaceData::hasDependency(const std::string& id) const in hasDependency() function in CSMWorld::ActorAdapter::RaceData
149 bool ActorAdapter::ActorData::hasDependency(const std::string& id) const in hasDependency() function in CSMWorld::ActorAdapter::ActorData
642 if (raceIt->hasDependency(dep)) in markDirtyDependency()
647 if (actorIt->hasDependency(dep)) in markDirtyDependency()
666 if (actorIt->hasDependency(race)) in updateDirty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Query/
H A DSqlOuterApplyReducer.cs277 return v.hasDependency; in IsDependent()
282 internal bool hasDependency; field in System.Data.Linq.SqlClient.SqlOuterApplyReducer.SqlAliasDependencyChecker.Visitor
290 if (this.hasDependency) in Visit()
299 this.hasDependency = true; in VisitColumnRef()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/expr/
H A Dqexpression_p.h713 inline bool hasDependency(const Property prop) const;
871 inline bool Expression::hasDependency(const Expression::Property prop) const in hasDependency() function
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqexpression_p.h714 inline bool hasDependency(const Property prop) const;
872 inline bool Expression::hasDependency(const Expression::Property prop) const in hasDependency() function
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminShopGroupController.php206 …abled' => ($this->id_object && $this->display == 'edit' && ShopGroup::hasDependency($this->id_obje…
245 …abled' => ($this->id_object && $this->display == 'edit' && ShopGroup::hasDependency($this->id_obje…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Ddependenciespanel.cpp100 return SessionManager::hasDependency(m_project, p) ? Qt::Checked : Qt::Unchecked; in data()
123 if (SessionManager::hasDependency(m_project, p)) { in setData()
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminShopGroupController.php257 …abled' => ($this->id_object && $this->display == 'edit' && ShopGroup::hasDependency($this->id_obje…
296 …abled' => ($this->id_object && $this->display == 'edit' && ShopGroup::hasDependency($this->id_obje…
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/Entity/
H A DConfigEntityDependency.php83 public function hasDependency($type, $name) { function in Drupal\\Core\\Config\\Entity\\ConfigEntityDependency
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/Entity/
H A DConfigEntityDependency.php85 public function hasDependency($type, $name) { function in Drupal\\Core\\Config\\Entity\\ConfigEntityDependency
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/base/source/
H A Dupdatehandler.cpp455 bool hasDependency = (iterList != map.end ()); in deferUpdates() local
456 if (hasDependency == false) in deferUpdates()
662 bool hasDependency = (iterList != map.end ()); in hasDependencies() local
664 return hasDependency; in hasDependencies()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/base/source/
H A Dupdatehandler.cpp455 bool hasDependency = (iterList != map.end ()); in deferUpdates() local
456 if (hasDependency == false) in deferUpdates()
662 bool hasDependency = (iterList != map.end ()); in hasDependencies() local
664 return hasDependency; in hasDependencies()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/base/source/
H A Dupdatehandler.cpp467 bool hasDependency = (iterList != map.end ());
468 if (hasDependency == false)
674 bool hasDependency = (iterList != map.end ());
676 return hasDependency;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/base/source/
H A Dupdatehandler.cpp455 bool hasDependency = (iterList != map.end ()); in deferUpdates() local
456 if (hasDependency == false) in deferUpdates()
662 bool hasDependency = (iterList != map.end ()); in hasDependencies() local
664 return hasDependency; in hasDependencies()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DBoundSet.java119 public boolean hasDependency(InferenceVariable beta) { in hasDependency() method in BoundSet.ThreeSets
120 if (this.superBounds != null && hasDependency(this.superBounds, beta)) in hasDependency()
122 if (this.sameBounds != null && hasDependency(this.sameBounds, beta)) in hasDependency()
124 if (this.subBounds != null && hasDependency(this.subBounds, beta)) in hasDependency()
134 private boolean hasDependency(Set<TypeBound> someBounds, InferenceVariable var) { in hasDependency() method in BoundSet.ThreeSets
800 if (sets != null && sets.hasDependency(alpha)) in dependsOnResolutionOf()
804 if (sets != null && sets.hasDependency(beta)) in dependsOnResolutionOf()
/dports/finance/prestashop/prestashop/classes/shop/
H A DShopGroup.php137 public static function hasDependency($id_shop_group, $check = 'all') function in ShopGroupCore
/dports/java/intellij/idea-IC-202.7660.26/plugins/android/lib/templates/activities/common/
H A Dkotlin_macros.ftl27 <#if !hasDependency('org.jetbrains.kotlin:kotlin-stdlib')>
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/commands/
H A DCmdPurge.cpp74 if (blocked.hasDependency (uuid)) in handleDeps()

123