Home
last modified time | relevance | path

Searched refs:add_header (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
Dbase.py25 self.add_header('Content-Type', ctype, **_params)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py255 self.add_header('MIME-Version', '1.0')
257 self.add_header('Content-Type', 'text/plain',
271 self.add_header('Content-Transfer-Encoding', cte)
388 def add_header(self, _name, _value, **_params): member in Message
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dheaders.py145 def add_header(self, _name, _value, **_params): member in Headers
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email.py416 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif')
527 msg.add_header('First', 'One')
528 msg.add_header('Second', 'Two')
529 msg.add_header('Third', 'Three')
535 msg.add_header('First', 'Eleven')
983 self._au.add_header('Content-Disposition', 'attachment',
1026 self._im.add_header('Content-Disposition', 'attachment',
1108 image.add_header('content-disposition', 'attachment',
1795 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1813 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
[all …]
Dtest_email_renamed.py373 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif')
484 msg.add_header('First', 'One')
485 msg.add_header('Second', 'Two')
486 msg.add_header('Third', 'Three')
492 msg.add_header('First', 'Eleven')
920 self._au.add_header('Content-Disposition', 'attachment',
963 self._im.add_header('Content-Disposition', 'attachment',
1037 image.add_header('content-disposition', 'attachment',
1708 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1726 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_wsgiref.py377 h.add_header('foo','bar',baz="spam")
381 h.add_header('Foo','bar',cheese=None)
Dtest_urllib2.py911 req.add_header("Nonsense", "viking=withhold")
914 req.add_header("Content-Length", str(len(data)))
1074 req.add_header("Proxy-Authorization","FooBar")
1075 req.add_header("User-Agent","Grail")
Dtest_urllib2net.py185 request.add_header('User-Agent','Test-Agent')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py202 self.add_header(key, value)
279 def add_header(self, key, val): member in Request
727 req.add_header('Proxy-authorization', 'Basic ' + creds)
Dmailbox.py1572 self.add_header('Status', status_flags)
1576 self.add_header('X-Status', xstatus_flags)