HomeSort by relevance Sort by last modified time
    Searched defs:header_encode (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
base64mime.py 35 'header_encode',
66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
charset.py 351 def header_encode(self, s, convert=False):
369 return email.base64mime.header_encode(s, cset)
371 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
376 return email.base64mime.header_encode(s, cset)
378 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
387 header_encode(), there are no issues with byte boundaries and
347 def header_encode(self, s, convert=False): member in class:Charset
quoprimime.py 39 'header_encode',
116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
  /external/python/cpython2/Lib/email/
base64mime.py 35 'header_encode',
66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
charset.py 351 def header_encode(self, s, convert=False):
369 return email.base64mime.header_encode(s, cset)
371 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
376 return email.base64mime.header_encode(s, cset)
378 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
387 header_encode(), there are no issues with byte boundaries and
347 def header_encode(self, s, convert=False): member in class:Charset
quoprimime.py 39 'header_encode',
116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
  /external/python/cpython3/Lib/email/
base64mime.py 32 'header_encode',
63 def header_encode(header_bytes, charset='iso-8859-1'):
61 def header_encode(header_bytes, charset='iso-8859-1'): function
charset.py 286 def header_encode(self, string):
303 return encoder_module.header_encode(header_bytes, codec)
308 This is similar to `header_encode()` except that the string is fit
326 encoder = partial(encoder_module.header_encode, charset=codec)
281 def header_encode(self, string): member in class:Charset
quoprimime.py 36 'header_encode',
88 `header_encode()`.
127 def header_encode(header_bytes, charset='iso-8859-1'): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 35 'header_encode',
66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
charset.py 351 def header_encode(self, s, convert=False):
369 return email.base64mime.header_encode(s, cset)
371 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
376 return email.base64mime.header_encode(s, cset)
378 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
387 header_encode(), there are no issues with byte boundaries and
347 def header_encode(self, s, convert=False): member in class:Charset
quoprimime.py 39 'header_encode',
116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 35 'header_encode',
66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
charset.py 351 def header_encode(self, s, convert=False):
369 return email.base64mime.header_encode(s, cset)
371 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
376 return email.base64mime.header_encode(s, cset)
378 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
387 header_encode(), there are no issues with byte boundaries and
347 def header_encode(self, s, convert=False): member in class:Charset
quoprimime.py 39 'header_encode',
116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 35 'header_encode',
66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
charset.py 351 def header_encode(self, s, convert=False):
369 return email.base64mime.header_encode(s, cset)
371 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
376 return email.base64mime.header_encode(s, cset)
378 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
387 header_encode(), there are no issues with byte boundaries and
347 def header_encode(self, s, convert=False): member in class:Charset
quoprimime.py 39 'header_encode',
116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 35 'header_encode',
66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
charset.py 351 def header_encode(self, s, convert=False):
369 return email.base64mime.header_encode(s, cset)
371 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
376 return email.base64mime.header_encode(s, cset)
378 return email.quoprimime.header_encode(s, cset, maxlinelen=None)
387 header_encode(), there are no issues with byte boundaries and
347 def header_encode(self, s, convert=False): member in class:Charset
quoprimime.py 39 'header_encode',
116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
  /external/python/cpython3/Lib/test/test_email/
test_email.py 3079 def header_encode(self, string): member in class:TestMiscellaneous.test_accepts_any_charset_like_object.CharsetMock
    [all...]

Completed in 140 milliseconds