HomeSort by relevance Sort by last modified time
    Searched refs:header_encode (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
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
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
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
header.py 368 s = charset.header_encode(header)
  /external/python/cpython2/Lib/email/
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
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
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
header.py 368 s = charset.header_encode(header)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
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
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
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
header.py 368 s = charset.header_encode(header)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
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
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
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
header.py 368 s = charset.header_encode(header)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
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
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
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/
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
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
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
utils.py 86 a Charset-like object which has a header_encode method. Default is
98 encoded_name = charset.header_encode(name)

Completed in 1805 milliseconds

1 2