HomeSort by relevance Sort by last modified time
    Searched refs:base64_re (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 39 base64_re = re.compile('^content-transfer-encoding:\\s*base64', re.I) variable
148 if decode_base64 and base64_re.match(line):
304 elif base64_re.match(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 39 base64_re = re.compile('^content-transfer-encoding:\\s*base64', re.I) variable
148 if decode_base64 and base64_re.match(line):
304 elif base64_re.match(line):

Completed in 73 milliseconds