Lines Matching refs:match
63 # VUID with the numeric portion captured in the match object
137 (self.breakInitial and endInitial.match(word))):
226 attributeMatches = [match for match in pnameMatches if
227 match[0] == '{' and
228 match[1:-1] not in attributeExceptionList]
229 nonattributeMatches = [match for match in pnameMatches if
230 match[0] != '{']
346 if doctransformer.beginBullet.match(para[0]):
395 elif doctransformer.beginBullet.match(word + ' '):