Home
last modified time | relevance | path

Searched defs:MatchRegex (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kiwix-lib/kiwix-lib-9.4.1/test/
H A Dregex.cpp29 TEST(MatchRegex, match) in TEST() argument
44 TEST(MatchRegex, nomatch) in TEST() argument
/dports/news/nzbget/nzbget-21.1/daemon/feed/
H A DFeedFilter.cpp164 bool FeedFilter::Term::MatchRegex(const char* strValue) in MatchRegex() function in FeedFilter::Term
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvteinternal.hh462 class MatchRegex { class in vte::terminal::Terminal
471 MatchRegex(vte::base::RefPtr<vte::base::Regex>&& regex, in MatchRegex() function in vte::terminal::Terminal::MatchRegex
/dports/www/webhook/webhook-2.8.0/internal/hook/
H A Dhook.go900 MatchRegex string = "regex" const
/dports/devel/py-libcst/libcst-0.3.23/libcst/matchers/
H A D_matcher_base.py525 def MatchRegex(regex: Union[str, Pattern[str]]) -> MatchIfTrue[str]: function