Home
last modified time | relevance | path

Searched defs:isApplicable (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DJavaMatchFilter.java57 public abstract boolean isApplicable(JavaSearchQuery query); in isApplicable() method in JavaMatchFilter
190 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in PotentialFilter
202 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in MainOrTestFilter
303 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in ImportFilter
335 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in VariableFilter
420 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in JavadocFilter
451 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in PolymorphicFilter
481 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in GenericTypeFilter
571 public boolean isApplicable(JavaSearchQuery query) { in isApplicable() method in ModifierFilter
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/arbitration/
H A DArbiter.java105 public boolean isApplicable(QuorumPolicy quorumPolicy) { in isApplicable() method in Arbiter
113 public boolean isApplicable(ReplicaAckPolicy ackPolicy) { in isApplicable() method in Arbiter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/
H A DPermissiveSlicer.java41 protected boolean isApplicable(IInstallableUnit iu) { in isApplicable() method in PermissiveSlicer
50 protected boolean isApplicable(IRequirement req) { in isApplicable() method in PermissiveSlicer
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java147 public boolean isApplicable() { in isApplicable() method
173 public boolean isApplicable() { in isApplicable() method in TestSegmentedCodeCacheOption.TestCase
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/variables/
H A DChangeVariableValueAction.java51 private boolean isApplicable = false; field in ChangeVariableValueAction
75 public boolean isApplicable() { in isApplicable() method in ChangeVariableValueAction
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/
H A DTreeModelViewerFilter.java40 abstract public boolean isApplicable(ITreeModelViewer viewer, Object parentElement); in isApplicable() method in TreeModelViewerFilter
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/
H A DEntityChangedActionDeriver.php18 protected function isApplicable(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Action\\Plugin\\Action\\Derivative\\EntityChangedActionDeriver
H A DEntityPublishedActionDeriver.php19 protected function isApplicable(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Action\\Plugin\\Action\\Derivative\\EntityPublishedActionDeriver
H A DEntityDeleteActionDeriver.php36 protected function isApplicable(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Action\\Plugin\\Action\\Derivative\\EntityDeleteActionDeriver
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/
H A DEntityChangedActionDeriver.php18 protected function isApplicable(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Action\\Plugin\\Action\\Derivative\\EntityChangedActionDeriver
H A DEntityPublishedActionDeriver.php19 protected function isApplicable(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Action\\Plugin\\Action\\Derivative\\EntityPublishedActionDeriver
H A DEntityDeleteActionDeriver.php36 protected function isApplicable(EntityTypeInterface $entity_type) { function in Drupal\\Core\\Action\\Plugin\\Action\\Derivative\\EntityDeleteActionDeriver
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/p2/publisher/
H A DIPublisherAdvice.java21 public boolean isApplicable(String configSpec, boolean includeDefault, String id, Version version); in isApplicable() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DFreshComplexTypeBuilder.java50 public boolean isApplicable(XSComplexType ct) { in isApplicable() method in FreshComplexTypeBuilder
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DFreshComplexTypeBuilder.java50 public boolean isApplicable(XSComplexType ct) { in isApplicable() method in FreshComplexTypeBuilder
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/packrat/model/
H A DPackratContext.java41 public final native boolean isApplicable() /*-{ in isApplicable() method in PackratContext
/dports/finance/prestashop/prestashop/src/Core/Grid/Action/Row/Type/
H A DLinkRowAction.php77 public function isApplicable(array $record) function in PrestaShop\\PrestaShop\\Core\\Grid\\Action\\Row\\Type\\LinkRowAction
/dports/www/drupal8/drupal-8.9.20/core/modules/file/src/Plugin/Field/FieldFormatter/
H A DFileSize.php25 public static function isApplicable(FieldDefinitionInterface $field_definition) { function in Drupal\\file\\Plugin\\Field\\FieldFormatter\\FileSize

12345678910>>...20