/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/llvm-project/libc/cmake/modules/ |
D | LLVMLibCHeaderRules.cmake | 5 # add_header( 9 function(add_header target_name) function 18 message(FATAL_ERROR "'add_header' rules requires the HDR argument specifying a headef file.") 42 endfunction(add_header)
|
/external/catch2/scripts/ |
D | updateWandbox.py | 16 request.add_header('Content-Type', 'application/json; charset=utf-8') 17 request.add_header('Content-Length', len(json_bytes))
|
/external/llvm-project/libc/include/ |
D | CMakeLists.txt | 2 add_header( 8 add_header( 14 add_header(
|
/external/python/cpython2/Lib/email/mime/ |
D | base.py | 25 self.add_header('Content-Type', ctype, **_params)
|
/external/llvm-project/libc/config/linux/ |
D | CMakeLists.txt | 13 add_header(
|
/external/python/cpython3/Lib/email/mime/ |
D | base.py | 29 self.add_header('Content-Type', ctype, **_params)
|
/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/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/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/wsgiref/ |
D | headers.py | 145 def add_header(self, _name, _value, **_params): member in Headers
|
/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/rust/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | parser.cc | 175 static grpc_error* add_header(grpc_http_parser* parser) { in add_header() function 253 err = add_header(parser); in finish_line()
|
/external/python/cpython2/Doc/includes/ |
D | email-dir.py | 99 msg.add_header('Content-Disposition', 'attachment', filename=filename)
|
/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/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/rust/crates/grpcio-sys/grpc/tools/github/ |
D | pr_latency.py | 50 request.add_header('Authorization', 'token {}'.format(TOKEN))
|
/external/grpc-grpc/tools/github/ |
D | pr_latency.py | 50 request.add_header('Authorization', 'token {}'.format(TOKEN))
|
/external/python/cpython3/Lib/wsgiref/ |
D | headers.py | 157 def add_header(self, _name, _value, **_params): member in Headers
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_email.py | 490 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif') 501 msg.add_header('Content-Type', 'text/plain', charset='utf-8') 613 msg.add_header('First', 'One') 614 msg.add_header('Second', 'Two') 615 msg.add_header('Third', 'Three') 621 msg.add_header('First', 'Eleven') 630 msg.add_header('Content-Disposition', 'attachment', 675 msg.add_header('Content-Disposition', 'attachment', 682 msg.add_header('Content-Disposition', 'attachment', 690 msg.add_header('Content-Disposition', 'attachment', [all …]
|
/external/toolchain-utils/cros_utils/ |
D | email_sender.py | 183 part.add_header('Content-Disposition',
|
/external/llvm-project/clang/tools/scan-view/share/ |
D | Reporter.py | 109 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
|
/external/clang/tools/scan-view/share/ |
D | Reporter.py | 106 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
|
/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)
|