/external/jacoco/.travis/ |
D | trigger-site-deployment.py | 7 req.add_header('User-Agent', 'MyClient/1.0.0') 8 req.add_header('Accept', 'application/vnd.travis-ci.2+json') 9 req.add_header('Content-Type', 'application/json; charset=UTF-8') 11 req.add_header('Travis-API-Version', '3') 12 req.add_header('Authorization', 'token ' + travis_token)
|
/external/python/cpython2/Lib/email/ |
D | message.py | 255 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
|
/external/python/cpython2/Lib/email/mime/ |
D | base.py | 25 self.add_header('Content-Type', ctype, **_params)
|
/external/python/cpython3/Lib/email/mime/ |
D | base.py | 29 self.add_header('Content-Type', ctype, **_params)
|
/external/catch2/scripts/ |
D | updateWandbox.py | 11 request.add_header('Content-Type', 'application/json')
|
/external/grpc-grpc/tools/failures/ |
D | detect_new_failures.py | 45 request.add_header('Authorization', 'token {}'.format(TOKEN)) 47 request.add_header('Content-type', 'application/json')
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_email.py | 455 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif') 466 msg.add_header('Content-Type', 'text/plain', charset='utf-8') 578 msg.add_header('First', 'One') 579 msg.add_header('Second', 'Two') 580 msg.add_header('Third', 'Three') 586 msg.add_header('First', 'Eleven') 595 msg.add_header('Content-Disposition', 'attachment', 640 msg.add_header('Content-Disposition', 'attachment', 647 msg.add_header('Content-Disposition', 'attachment', 655 msg.add_header('Content-Disposition', 'attachment', [all …]
|
/external/grpc-grpc/src/core/lib/http/ |
D | parser.cc | 155 static grpc_error* add_header(grpc_http_parser* parser) { in add_header() function 233 err = add_header(parser); in finish_line()
|
/external/python/google-api-python-client/samples/api-python-client-doc/ |
D | main.py | 86 self.response.headers.add_header('Content-Type', 'application/xml')
|
/external/python/cpython2/Lib/email/test/ |
D | test_email.py | 422 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif') 533 msg.add_header('First', 'One') 534 msg.add_header('Second', 'Two') 535 msg.add_header('Third', 'Three') 541 msg.add_header('First', 'Eleven') 1010 self._au.add_header('Content-Disposition', 'attachment', 1052 self._im.add_header('Content-Disposition', 'attachment', 1133 image.add_header('content-disposition', 'attachment', 1820 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY') 1838 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY') [all …]
|
D | test_email_renamed.py | 373 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') 919 self._au.add_header('Content-Disposition', 'attachment', 962 self._im.add_header('Content-Disposition', 'attachment', 1068 image.add_header('content-disposition', 'attachment', 1739 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY') 1757 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY') [all …]
|
/external/python/cpython3/Lib/email/ |
D | message.py | 345 self.add_header('MIME-Version', '1.0') 347 self.add_header('Content-Type', 'text/plain', 368 self.add_header('Content-Transfer-Encoding', cte) 515 def add_header(self, _name, _value, **_params): member in Message
|
/external/python/cpython2/Lib/wsgiref/ |
D | headers.py | 145 def add_header(self, _name, _value, **_params): member in Headers
|
/external/python/cpython2/Doc/includes/ |
D | email-dir.py | 99 msg.add_header('Content-Disposition', 'attachment', filename=filename)
|
/external/python/cpython3/Lib/wsgiref/ |
D | headers.py | 157 def add_header(self, _name, _value, **_params): member in Headers
|
/external/grpc-grpc/tools/github/ |
D | pr_latency.py | 50 request.add_header('Authorization', 'token {}'.format(TOKEN))
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 73 part.add_header('Content-Disposition',
|
/external/python/cpython2/Lib/test/ |
D | test_wsgiref.py | 342 h.add_header('foo','bar',baz="spam") 346 h.add_header('Foo','bar',cheese=None)
|
D | test_urllib2.py | 932 req.add_header("Nonsense", "viking=withhold") 935 req.add_header("Content-Length", str(len(data))) 1112 req.add_header("Proxy-Authorization","FooBar") 1113 req.add_header("User-Agent","Grail")
|
/external/clang/tools/scan-view/share/ |
D | Reporter.py | 106 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 124 req.add_header("Foo-Bar", "baz") 1172 req.add_header("Nonsense", "viking=withhold") 1174 req.add_header("Content-Length", str(len(data))) 1410 req.add_header("Proxy-Authorization", "FooBar") 1411 req.add_header("User-Agent", "Grail")
|
/external/googletest/googletest/scripts/ |
D | upload.py | 167 req.add_header("Host", self.host_override) 169 req.add_header(key, value) 324 req.add_header("Content-Type", content_type)
|
/external/googletest/googlemock/scripts/ |
D | upload.py | 167 req.add_header("Host", self.host_override) 169 req.add_header(key, value) 324 req.add_header("Content-Type", content_type)
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 167 req.add_header("Host", self.host_override) 169 req.add_header(key, value) 324 req.add_header("Content-Type", content_type)
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 167 req.add_header("Host", self.host_override) 169 req.add_header(key, value) 324 req.add_header("Content-Type", content_type)
|