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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
charset.py 185 body_encoding: Same as header_encoding, but describes the encoding for the
188 body_encoding.
233 self.body_encoding = benc
262 Returns "quoted-printable" if self.body_encoding is QP.
263 Returns "base64" if self.body_encoding is BASE64.
266 assert self.body_encoding != SHORTEST
267 if self.body_encoding == QP:
269 elif self.body_encoding == BASE64:
391 self.body_encoding.
396 if self.body_encoding is BASE64:
    [all...]
  /external/python/cpython2/Lib/email/
charset.py 185 body_encoding: Same as header_encoding, but describes the encoding for the
188 body_encoding.
233 self.body_encoding = benc
262 Returns "quoted-printable" if self.body_encoding is QP.
263 Returns "base64" if self.body_encoding is BASE64.
266 assert self.body_encoding != SHORTEST
267 if self.body_encoding == QP:
269 elif self.body_encoding == BASE64:
391 self.body_encoding.
396 if self.body_encoding is BASE64
    [all...]
  /external/python/cpython3/Lib/email/
charset.py 197 body_encoding: Same as header_encoding, but describes the encoding for the
200 body_encoding.
240 self.body_encoding = benc
266 Returns "quoted-printable" if self.body_encoding is QP.
267 Returns "base64" if self.body_encoding is BASE64.
270 assert self.body_encoding != SHORTEST
271 if self.body_encoding == QP:
273 elif self.body_encoding == BASE64:
386 self.body_encoding. If body_encoding is None, we assume th
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
charset.py 185 body_encoding: Same as header_encoding, but describes the encoding for the
188 body_encoding.
233 self.body_encoding = benc
262 Returns "quoted-printable" if self.body_encoding is QP.
263 Returns "base64" if self.body_encoding is BASE64.
266 assert self.body_encoding != SHORTEST
267 if self.body_encoding == QP:
269 elif self.body_encoding == BASE64:
391 self.body_encoding.
396 if self.body_encoding is BASE64
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
charset.py 185 body_encoding: Same as header_encoding, but describes the encoding for the
188 body_encoding.
233 self.body_encoding = benc
262 Returns "quoted-printable" if self.body_encoding is QP.
263 Returns "base64" if self.body_encoding is BASE64.
266 assert self.body_encoding != SHORTEST
267 if self.body_encoding == QP:
269 elif self.body_encoding == BASE64:
391 self.body_encoding.
396 if self.body_encoding is BASE64
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 185 body_encoding: Same as header_encoding, but describes the encoding for the
188 body_encoding.
233 self.body_encoding = benc
262 Returns "quoted-printable" if self.body_encoding is QP.
263 Returns "base64" if self.body_encoding is BASE64.
266 assert self.body_encoding != SHORTEST
267 if self.body_encoding == QP:
269 elif self.body_encoding == BASE64:
391 self.body_encoding.
396 if self.body_encoding is BASE64
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 185 body_encoding: Same as header_encoding, but describes the encoding for the
188 body_encoding.
233 self.body_encoding = benc
262 Returns "quoted-printable" if self.body_encoding is QP.
263 Returns "base64" if self.body_encoding is BASE64.
266 assert self.body_encoding != SHORTEST
267 if self.body_encoding == QP:
269 elif self.body_encoding == BASE64:
391 self.body_encoding.
396 if self.body_encoding is BASE64
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_email.py 114 charset.body_encoding = None # Disable base64 encoding
123 charset.body_encoding = None # Disable base64 encoding
    [all...]

Completed in 288 milliseconds