/dports/devel/kiwix-lib/kiwix-lib-9.4.1/src/tools/ |
H A D | regexTools.cpp | 34 std::unique_ptr<icu::RegexMatcher> buildMatcher(const std::string& regex, icu::UnicodeString& conte… in buildMatcher() function 61 auto matcher = buildMatcher(regex, ucontent); in matchRegex() 72 auto matcher = buildMatcher(regex, ucontent); in replaceRegex() 87 auto matcher = buildMatcher(regex, ucontent); in appendToFirstOccurence()
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/trace/ |
H A D | operation_test.go | 173 func buildMatcher(op Operation, shouldContainOpID bool) func(entry *logrus.Entry) bool { func 199 m.On("Fire", mock.MatchedBy(buildMatcher(op, true))).Return(nil) 231 gm.On("Fire", mock.MatchedBy(buildMatcher(op, true))).Return(nil) 232 lm.On("Fire", mock.MatchedBy(buildMatcher(op, false))).Return(nil) 265 lm1.On("Fire", mock.MatchedBy(buildMatcher(op1, false))).Return(nil) 294 lm.On("Fire", mock.MatchedBy(buildMatcher(op, false))).Return(nil)
|
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/utils/ |
H A D | logs.test.ts | 149 const matcher = parser.buildMatcher('foo'); 156 const matcher = parser.buildMatcher('time(ms)'); 192 const matcher = parser.buildMatcher('foo'); 199 const matcher = parser.buildMatcher('foo');
|
H A D | logs.ts | 73 buildMatcher: (label) => new RegExp(`(?:{|,)\\s*"${label}"\\s*:\\s*"?([\\d\\.]+|[^"]*)"?`), 97 buildMatcher: (label) => new RegExp(`(?:^|\\s)${escapeRegExp(label)}=("[^"]*"|\\S+)`),
|
/dports/devel/umlgraph/UMLGraph-R5_7_2/src/main/java/org/umlgraph/doclet/ |
H A D | View.java | 66 currMatcher = buildMatcher(tags[i].text()); in View() 85 private ClassMatcher buildMatcher(String tagText) { in buildMatcher() method in View
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Tooling/Refactoring/ |
H A D | Transformer.cpp | 184 DynTypedMatcher tooling::detail::buildMatcher(const RewriteRule &Rule) { in buildMatcher() function in tooling::detail 211 MatchFinder->addDynamicMatcher(tooling::detail::buildMatcher(Rule), this); in registerMatchers()
|
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/types/ |
H A D | logs.ts | 117 buildMatcher: (label: string) => RegExp; property
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/utils/ |
H A D | TransformerClangTidyCheck.cpp | 65 Finder->addDynamicMatcher(tooling::detail::buildMatcher(*Rule), this); in registerMatchers()
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Tooling/Refactoring/ |
H A D | Transformer.h | 246 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 241 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 241 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 282 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 282 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Logs/ |
H A D | LogDetails.tsx | 64 const matcher = this.getParser(this.props.row.entry)!.buildMatcher(key);
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 162 DynTypedMatcher transformer::detail::buildMatcher(const RewriteRule &Rule) { in buildMatcher() function in transformer::detail
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 162 DynTypedMatcher transformer::detail::buildMatcher(const RewriteRule &Rule) { in buildMatcher() function in transformer::detail
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 186 DynTypedMatcher transformer::detail::buildMatcher(const RewriteRule &Rule) { in buildMatcher() function in transformer::detail
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 186 DynTypedMatcher transformer::detail::buildMatcher(const RewriteRule &Rule) { in buildMatcher() function in transformer::detail
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
|