Home | History | Annotate | Download | only in xmlGenerator

Lines Matching defs:match

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
782 Test each element list in elementClass and instanciate it if it's methode match returns True
783 The method match is called with input line as argument
802 Test each element list in elementClass and instanciate it if it's methode match returns True
803 The method match is called with the argument line.
807 if element.match(line) :
839 rank = self.rankPattern.match(line)