Lines Matching refs:compile
77 match = re.compile(r'^(experimental )?(deprecated )?domain (.*)').match(line)
83 match = re.compile(r'^ depends on ([^\s]+)').match(line)
90 match = re.compile(r'^ (experimental )?(deprecated )?type (.*) extends (array of )?([^\s]+)').match(line)
99 match = re.compile(r'^ (experimental )?(deprecated )?(command|event) (.*)').match(line)
117 match = re.compile(r'^ (experimental )?(deprecated )?(optional )?(array of )?([^\s]+) ([^\s]+)').match(line)
128 match = re.compile(r'^ (parameters|returns|properties)').match(line)
133 match = re.compile(r'^ enum').match(line)
138 match = re.compile(r'^version').match(line)
142 match = re.compile(r'^ major (\d+)').match(line)
147 match = re.compile(r'^ minor (\d+)').match(line)
152 match = re.compile(r'^ redirect ([^\s]+)').match(line)
157 match = re.compile(r'^ ( )?[^\s]+$').match(line)