Home | History | Annotate | Download | only in python2.7

Lines Matching refs:match

84         if he.match(line):
115 match = res.group(1)
117 match = ' '.join(match.split('_'))
118 newline = newline + line[pos:res.start(0)] + mime_decode(match)
145 if qp.match(line):
148 if decode_base64 and base64_re.match(line):
152 if not prefix and repl.match(line):
155 mp_res = mp.match(line)
158 if he.match(line):
298 if mv.match(line):
300 if cte.match(line):
302 if qp.match(line):
304 elif base64_re.match(line):
306 mp_res = mp.match(line)
309 if he.match(line):
349 chrset_res = chrset.match(line)
360 if has_cte and cte.match(line):