Searched defs:match (Results 1 – 7 of 7) sorted by relevance
54 val match = versionRegex.find(versionString) in toString() constant
32 val match = versionRegex.find(versionString) in fromString() constant
125 def _parse_output_of_running_process(self, subprocess, match, timeout=30): argument
242 def _replace(match): argument
323 def _replace(match): argument
215 inline fun match(matcher: Matcher, result: MatchResult.() -> Unit) { in match() method in trebuchet.util.BufferReader
3612 private fun List<GetterSetterPattern>.match( in <lambda>() method