Searched refs:regexes (Results 1 – 5 of 5) sorted by relevance
81 # lazy regexes (it supports greedy only).99 # lazy regexes (it supports greedy only).112 # lazy regexes (it supports greedy only).132 # supporting lazy regexes (it supports greedy only).153 # supporting lazy regexes (it supports greedy only).
150 regexes = len(regex_line)151 if len(columns) == regexes:156 if len(matches) == regexes:
421 def _get_match_fn(globs, regexes): argument429 if not (globs or regexes):451 if regexes:454 regex += "|".join(regexes)
43 def _get_match_fn(globs, regexes): argument51 if not (globs or regexes):73 if regexes:76 regex += "|".join(regexes)
341 const regexes = input.value.trim().split(/\s+/).map(351 regexes.forEach(regex => {357 if (matches === regexes.length) {