Home
last modified time | relevance | path

Searched defs:match_whole (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dregex.h348 bool match_whole( char const *s ) { in match_whole() function
362 bool match_whole( char const *s, size_type s_len ) { in match_whole() function
377 bool match_whole( StringType const &s ) { in match_whole() function
760 bool match_whole( char const *s, size_type s_len ) in match_whole() function
776 bool match_whole( StringType const &s ) { in match_whole() function
H A Dregex.cpp390 bool regex::match_whole( string const &s ) { in match_whole() function in zorba::unicode::regex
605 bool regex::match_whole( char const *s ) in match_whole() function in zorba::unicode::regex
/dports/textproc/zorba/zorba-2.7.0/src/zorbautils/
H A Dstring_util.cpp112 bool match_whole( char const *in, char const *pattern, char const *flags ) { in match_whole() function
H A Dstring_util.h126 bool match_whole( InputStringType const &in, PatternStringType const &pattern, in match_whole() function
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/lark/
H A Dlexer.py256 def _build_mres(terminals, max_size, g_regex_flags, match_whole, re_): argument
273 def build_mres(terminals, g_regex_flags, re_, match_whole=False): argument
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dlexer.py267 def __init__(self, terminals, g_regex_flags, re_, use_bytes, match_whole=False): argument
/dports/devel/py-traits/traits-6.3.2/traits/observation/
H A D_generated_parser.py1092 def _build_mres(terminals, max_size, g_regex_flags, match_whole): argument
1109 def build_mres(terminals, g_regex_flags, match_whole=False): argument