Home
last modified time | relevance | path

Searched refs:matchRule (Results 26 – 50 of 187) sorted by relevance

12345678

/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 DJavaElementMatch.java29 …JavaElementMatch(Object element, int matchRule, int offset, int length, int accuracy, boolean isRe… in JavaElementMatch() argument
32 fMatchRule= matchRule; in JavaElementMatch()
/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 DVariablePattern.java34 public VariablePattern(int patternKind, char[] name, int limitTo, int matchRule) { in VariablePattern() argument
35 super(patternKind, matchRule); in VariablePattern()
H A DSecondaryTypeDeclarationPattern.java31 public SecondaryTypeDeclarationPattern(int matchRule) { in SecondaryTypeDeclarationPattern() argument
32 super(matchRule); in SecondaryTypeDeclarationPattern()
H A DIntersectingPattern.java30 public IntersectingPattern(int patternKind, int matchRule) { in IntersectingPattern() argument
31 super(patternKind, matchRule); in IntersectingPattern()
H A DLocalVariablePattern.java33 public LocalVariablePattern(LocalVariable localVariable, int limitTo, int matchRule) { in LocalVariablePattern() argument
34 super(LOCAL_VAR_PATTERN, localVariable.getElementName().toCharArray(), limitTo, matchRule); in LocalVariablePattern()
/dports/games/scorched3d/scorched/src/client/console/
H A DConsoleRules.h38 std::string matchRule(const char *line,
50 ConsoleRule *matchRule(std::vector<ConsoleRuleValue> &values,
H A DConsoleRules.cpp60 std::string ConsoleRules::matchRule(const char *line, in matchRule() function in ConsoleRules
150 ConsoleRule *exactMatch = matchRule(values, closeMatches); in addLine()
178 ConsoleRule *ConsoleRules::matchRule( in matchRule() function in ConsoleRules
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/
H A DSearchEngine.java465 int matchRule = isCaseSensitive ? matchMode | SearchPattern.R_CASE_SENSITIVE : matchMode; in createSearchPattern() local
466 …ew SearchPatternAdapter(SearchPattern.createPattern(stringPattern, searchFor, limitTo, matchRule)); in createSearchPattern()
1004 final int matchRule, in searchAllTypeNames() argument
1011 …searchAllTypeNames(packageExactName, SearchPattern.R_EXACT_MATCH, typeName, matchRule, searchFor, … in searchAllTypeNames()
1359 final int matchRule, in searchAllTypeNames() argument
1367 …this.basicEngine.searchAllTypeNames(packageName, SearchPattern.R_EXACT_MATCH, typeName, matchRule,… in searchAllTypeNames()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/
H A DMemoryIndex.java68 HashtableOfObject addQueryResults(char[][] categories, char[] key, int matchRule, HashtableOfObject… in addQueryResults() argument
73 if (matchRule == (SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_SENSITIVE) && key != null) { in addQueryResults()
101 if (word != null && Index.isMatch(key, word, matchRule)) { in addQueryResults()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java574 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
576 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
732 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
733 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
855 for (AnnotationMirror matchRule : matchRules) {
856 processMatchRule((ExecutableElement) element, info, matchRule);
896 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
917 String rule = getAnnotationValue(matchRule, "value", String.class);
988 printError(method, matchRule, e.getMessage());
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java581 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
583 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
738 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
739 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
862 for (AnnotationMirror matchRule : matchRules) {
863 processMatchRule((ExecutableElement) element, info, matchRule);
903 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
924 String rule = getAnnotationValue(matchRule, "value", String.class);
998 printError(method, matchRule, e.getMessage());
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java574 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
576 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
732 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
733 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
855 for (AnnotationMirror matchRule : matchRules) {
856 processMatchRule((ExecutableElement) element, info, matchRule);
896 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
917 String rule = getAnnotationValue(matchRule, "value", String.class);
988 printError(method, matchRule, e.getMessage());
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java584 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
586 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
741 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
742 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
865 for (AnnotationMirror matchRule : matchRules) {
866 processMatchRule((ExecutableElement) element, info, matchRule);
906 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
927 String rule = getAnnotationValue(matchRule, "value", String.class);
1001 printError(method, matchRule, e.getMessage());
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java573 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
575 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
730 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
731 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
853 for (AnnotationMirror matchRule : matchRules) {
854 processMatchRule((ExecutableElement) element, info, matchRule);
894 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
915 String rule = getAnnotationValue(matchRule, "value", String.class);
989 printError(method, matchRule, e.getMessage());
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java581 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
583 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
738 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
739 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
862 for (AnnotationMirror matchRule : matchRules) {
863 processMatchRule((ExecutableElement) element, info, matchRule);
903 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
924 String rule = getAnnotationValue(matchRule, "value", String.class);
998 printError(method, matchRule, e.getMessage());
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/PDO/
H A DTracedStatement.php125 …$matchRule = "/({$marker}(?!\w))(?=(?:[^$quotationChar]|[$quotationChar][^$quotationChar]*[$quotat…
127 $sql = preg_replace($matchRule, $v, $sql, 1);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/PDO/
H A DTracedStatement.php125 …$matchRule = "/({$marker}(?!\w))(?=(?:[^$quotationChar]|[$quotationChar][^$quotationChar]*[$quotat…
127 $sql = preg_replace($matchRule, $v, $sql, 1);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DSearchableEnvironment.java609 int matchRule = SearchPattern.R_PREFIX_MATCH; in findTypes() local
610 if (camelCaseMatch) matchRule |= SearchPattern.R_CAMELCASE_MATCH; in findTypes()
619 matchRule, // not case sensitive in findTypes()
641 matchRule, // not case sensitive in findTypes()
661 matchRule, // not case sensitive in findTypes()
791 int matchRule = SearchPattern.R_PREFIX_MATCH; in findConstructorDeclarations() local
792 if (camelCaseMatch) matchRule |= SearchPattern.R_CAMELCASE_MATCH; in findConstructorDeclarations()
826 matchRule, in findConstructorDeclarations()
836 matchRule, in findConstructorDeclarations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java591 for (MatchRuleItem matchRule : info.matchRules) { in createFiles()
593 out.printf(" %s%s\n", matchRule.ruleBuilder(), comma); in createFiles()
748 AnnotationMirror matchRule = getAnnotation(element, matchRuleTypeMirror);
749 List<AnnotationMirror> matchRuleAnnotations = Collections.singletonList(matchRule);
873 for (AnnotationMirror matchRule : matchRules) {
874 processMatchRule((ExecutableElement) element, info, matchRule);
914 … processMatchRule(ExecutableElement method, MatchRuleDescriptor info, AnnotationMirror matchRule) {
935 String rule = getAnnotationValue(matchRule, "value", String.class);
1009 printError(method, matchRule, e.getMessage());
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/networkservices/v1alpha1/
H A DMatchRule.yaml30 For satisfying the matchRule condition, the path of the request must
51 For satisfying the matchRule condition, the request's path must begin
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/alpha/
H A DHttpRouteRuleMatch.yaml30 For satisfying the matchRule condition, the path of the request must
74 For satisfying the matchRule condition, the request's path must
89 For satisfying the matchRule condition, the path of the
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/v1/
H A DHttpRouteRuleMatch.yaml30 For satisfying the matchRule condition, the path of the request must
74 For satisfying the matchRule condition, the request's path must
89 For satisfying the matchRule condition, the path of the
H A DHttpRouteRule.yaml50 given matchRule have AND semantics. All predicates within a matchRule must
72 In response to a matching matchRule, the load balancer performs
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/beta/
H A DHttpRouteRuleMatch.yaml30 For satisfying the matchRule condition, the path of the request must
74 For satisfying the matchRule condition, the request's path must
89 For satisfying the matchRule condition, the path of the
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/
H A DInterfaceIndicatorLabelDecorator.java184 int matchRule = SearchPattern.R_EXACT_MATCH | SearchPattern.R_CASE_SENSITIVE; in addOverlaysWithSearchEngine() local
185 …engine.searchAllTypeNames(packName.toCharArray(), matchRule, typeName.toCharArray(), matchRule, IJ… in addOverlaysWithSearchEngine() local

12345678