Lines Matching refs:re
34 import re
302 match = re.compile(r"[ \t]*\n?$").match
315 match = re.compile(r"#").match
325 match = re.compile(r".+=").match
344 match = re.compile(tag + r" *:").match
378 match = re.compile(r"[a-zA-Z0-9_.]+ +(Is|IsNot|Includes|Excludes) +[a-zA-Z0-9_.]+").match
401 match = re.compile(r"ANY|ALL").match
430 match = re.compile(r"conf *:").match
533 match = re.compile(r"(supConf|confGroup|confType) *:").match
580 match = re.compile(r"domain *:").match
690 match = re.compile(r"(supDomain|domainGroup) *:").match
818 self.rankPattern = re.compile(r"^([\t ]*)(.*)")