Home
last modified time | relevance | path

Searched refs:matchRule (Results 51 – 75 of 187) sorted by relevance

12345678

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DTypeParameterPattern.java57 …rn(boolean findDeclarations, boolean findReferences, ITypeParameter typeParameter, int matchRule) { in TypeParameterPattern() argument
58 super(TYPE_PARAM_PATTERN, matchRule); in TypeParameterPattern()
H A DJavaSearchPattern.java85 protected JavaSearchPattern(int patternKind, int matchRule) { in JavaSearchPattern() argument
86 super(matchRule); in JavaSearchPattern()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/
H A DJUnit4TestFinder.java138 int matchRule= SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_SENSITIVE; in findTestsInContainer() local
139 …, IJavaSearchConstants.ANNOTATION_TYPE, IJavaSearchConstants.ANNOTATION_TYPE_REFERENCE, matchRule); in findTestsInContainer()
140 …, IJavaSearchConstants.ANNOTATION_TYPE, IJavaSearchConstants.ANNOTATION_TYPE_REFERENCE, matchRule); in findTestsInContainer()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/networkservices/v1alpha1/
H A DRouteRule.yaml44 given matchRule have AND semantics. All predicates within a matchRule must
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaSearchBugsTests.java7224 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087_CamelCase()
7232 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087b_CamelCase()
7240 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087c_CamelCase()
7248 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087d_CamelCase()
7256 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087e_CamelCase()
7264 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087f_CamelCase()
7272 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087g_CamelCase()
7280 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087h_CamelCase()
7288 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087i_CamelCase()
7296 search(pattern, TYPE, DECLARATIONS, matchRule); in testBug137087j_CamelCase()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/beta/
H A DHttpRouteRule.yaml73 predicates within a given matchRule have AND semantics. All
74 predicates within a matchRule must match for the request to match
98 In response to a matching matchRule, the load balancer
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/alpha/
H A DHttpRouteRule.yaml73 predicates within a given matchRule have AND semantics. All
74 predicates within a matchRule must match for the request to match
98 In response to a matching matchRule, the load balancer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/
H A DFilteredResourcesSelectionDialog.java966 int matchRule = getMatchRule(); in ResourceFilter() local
998 boolean isPrefixPattern = matchRule == SearchPattern.RULE_PREFIX_MATCH in ResourceFilter()
999 … || (matchRule == SearchPattern.RULE_PATTERN_MATCH && filenamePattern.endsWith("*")); //$NON-NLS-1$ in ResourceFilter()
1009 matchRule = getMatchRule(); in ResourceFilter()
1016 if (matchRule != SearchPattern.RULE_EXACT_MATCH) { in ResourceFilter()
1021 …if (matchRule != SearchPattern.RULE_CAMELCASE_MATCH && matchRule != SearchPattern.RULE_PREFIX_MATCH in ResourceFilter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/
H A DAddModuleRequiresCorrectionProposal.java138 …int matchRule= SearchPattern.R_ERASURE_MATCH | SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_… in getPackageFragmentsOfMatchingTypes() local
139 …SearchPattern.createPattern(stringPattern, typeRule, IJavaSearchConstants.DECLARATIONS, matchRule); in getPackageFragmentsOfMatchingTypes()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/irc/
H A DKviNickServRuleSet.h56 …KviNickServRule * matchRule(const QString & szNick, const KviIrcMask * nickServ, const QString & s…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
H A DTestMethodSelectionDialog.java187 …int matchRule= SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_SENSITIVE | SearchPattern.R_ERAS… in doSearchTestMethods() local
188 …hPattern pattern= SearchPattern.createPattern(element, IJavaSearchConstants.REFERENCES, matchRule); in doSearchTestMethods()
/dports/news/nzbget/nzbget-21.1/daemon/feed/
H A DFeedInfo.h182 void SetMatchRule(int matchRule) { m_matchRule = matchRule; } in SetMatchRule() argument
/dports/deskutils/tasksh/tasksh-1.2.0/src/libshared/src/
H A DPackrat.h46 bool matchRule (const std::string&, Pig&, std::shared_ptr <Tree>, int);
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/src/
H A DPackrat.h46 bool matchRule (const std::string&, Pig&, std::shared_ptr <Tree>, int);
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/src/
H A DPackrat.h46 bool matchRule (const std::string&, Pig&, const std::shared_ptr <Tree>&, int);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/
H A DBasicSearchEngine.java277 public static String getMatchRuleString(final int matchRule) { in getMatchRuleString() argument
278 if (matchRule == 0) { in getMatchRuleString()
283 int bit = matchRule & (1<<(i-1)); in getMatchRuleString()
522 boolean match(char[] patternName, int matchRule, char[] name) { in match() argument
523 boolean isCaseSensitive = (matchRule & SearchPattern.R_CASE_SENSITIVE) != 0; in match()
525 …boolean isCamelCase = (matchRule & (SearchPattern.R_CAMELCASE_MATCH | SearchPattern.R_CAMELCASE_SA… in match()
526 int matchMode = matchRule & JavaSearchPattern.MATCH_MODE_MASK; in match()
1978 final int matchRule, in searchAllTypeNames() argument
1991 Util.verbose(" - match rule: "+getMatchRuleString(matchRule)); //$NON-NLS-1$ in searchAllTypeNames()
2025 …attern pattern = new MultiTypeDeclarationPattern(qualifications, typeNames, typeSuffix, matchRule); in searchAllTypeNames()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DRealGHC.lhs.prettyprinter.golden140 = case (matchRule is_active in_scope args rough_args r) of
180 matchRule ::
184 matchRule is_active in_scope args rough_args
189 matchRule is_active in_scope args rough_args
396 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args
H A DRealGHC.lhs.exactprinter.golden283 -- See comments on matchRule
294 go ms (r:rs) = case (matchRule is_active in_scope args rough_args r) of
338 matchRule :: (Activation -> Bool) -> InScopeSet
342 -- If (matchRule rule args) returns Just (name,rhs)
358 -- Then the call: matchRule the_rule [e1,map e2 e3]
364 matchRule is_active in_scope args rough_args
370 matchRule is_active in_scope args rough_args
888 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args rule
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DRealGHC.lhs.prettyprinter.golden140 = case (matchRule is_active in_scope args rough_args r) of
180 matchRule ::
184 matchRule is_active in_scope args rough_args
189 matchRule is_active in_scope args rough_args
396 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DRealGHC.lhs.prettyprinter.golden140 = case (matchRule is_active in_scope args rough_args r) of
180 matchRule ::
184 matchRule is_active in_scope args rough_args
189 matchRule is_active in_scope args rough_args
396 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args
H A DRealGHC.lhs.exactprinter.golden283 -- See comments on matchRule
294 go ms (r:rs) = case (matchRule is_active in_scope args rough_args r) of
338 matchRule :: (Activation -> Bool) -> InScopeSet
342 -- If (matchRule rule args) returns Just (name,rhs)
358 -- Then the call: matchRule the_rule [e1,map e2 e3]
364 matchRule is_active in_scope args rough_args
370 matchRule is_active in_scope args rough_args
888 | Just _ <- matchRule noBlackList emptyInScopeSet args rough_args rule
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/
H A DCoreTestSearchEngine.java263 …int matchRule= SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_SENSITIVE | SearchPattern.R_ERAS… in findSuiteMethods() local
264 …() Test", IJavaSearchConstants.METHOD, IJavaSearchConstants.DECLARATIONS, matchRule); //$NON-NLS-1$ in findSuiteMethods()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/specialise/
H A DRules.hs404 | Just e <- matchRule dflags in_scope is_active fn args' rough_args r
483 matchRule :: DynFlags -> InScopeEnv -> (Activation -> Bool)
509 matchRule dflags rule_env _is_active fn args _rough_args function
516 matchRule _ in_scope is_active _ args rough_args function
1237 | Just _ <- matchRule dflags (emptyInScopeSet, rc_id_unf env)
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DRules.hs404 | Just e <- matchRule dflags in_scope is_active fn args' rough_args r
483 matchRule :: DynFlags -> InScopeEnv -> (Activation -> Bool)
509 matchRule dflags rule_env _is_active fn args _rough_args function
516 matchRule _ in_scope is_active _ args rough_args function
1237 | Just _ <- matchRule dflags (emptyInScopeSet, rc_id_unf env)
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A Drpmfc.c29 struct matchRule { struct
38 struct matchRule incl; argument
39 struct matchRule excl;
119 static void ruleFree(struct matchRule *rule) in ruleFree()
197 struct matchRule *rules[] = { &attr->incl, &attr->excl, NULL }; in rpmfcAttrNew()
200 for (struct matchRule **rule = rules; rule && *rule; rule++) { in rpmfcAttrNew()
698 static int matches(const struct matchRule *rule, in matches()

12345678