/third_party/typescript/tests/baselines/reference/ |
D | parameterDestructuringObjectLiteral.js | 4 const fn1 = (options: { headers?: {} }) => { }; 5 fn1({ headers: { foo: 1 } }); property 7 const fn2 = ({ headers = {} }) => { }; property 8 fn2({ headers: { foo: 1 } }); property 14 fn1({ headers: { foo: 1 } }); property 18 fn2({ headers: { foo: 1 } }); property 23 headers?: {}; field 25 declare const fn2: ({ headers }: { field 26 headers?: {}; field
|
/third_party/node/test/parallel/ |
D | test-http-client-headers-array.js | 43 execute({ headers: { 'x-foo': 'boom', 'cookie': 'a=1; b=2; c=3' } }); property 44 execute({ headers: { 'x-foo': 'boom', 'cookie': [ 'a=1', 'b=2', 'c=3' ] } }); property 45 execute({ headers: [[ 'x-foo', 'boom' ], [ 'cookie', 'a=1; b=2; c=3' ]] }); property 46 execute({ headers: [ property 49 execute({ headers: [ property 55 execute({ auth: 'foo:bar', headers: property 57 execute({ auth: 'foo:bar', headers: [ property
|
D | test-http-upgrade-advertise.js | 8 { headers: {}, expected: 'regular' }, property 9 { headers: { upgrade: 'h2c' }, expected: 'regular' }, property 10 { headers: { connection: 'upgrade' }, expected: 'regular' }, property 11 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'upgrade' }, property 12 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'destroy' }, property 13 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'regular' }, property 31 headers: test.headers property
|
D | test-http2-compat-serverresponse-end.js | 44 const headers = { variable 74 const headers = { variable 103 const headers = { variable 133 const headers = { variable 164 const headers = { variable 198 const headers = { variable 229 const headers = { variable 264 const headers = { variable 304 const headers = { variable 337 const headers = { variable
|
D | test-http-keep-alive.js | 36 const headers = { 'connection': 'keep-alive' }; variable 42 path: '/', headers: headers, port: this.address().port, agent: agent property 50 path: '/', headers: headers, port: this.address().port, agent: agent property 58 path: '/', headers: headers, port: this.address().port, agent: agent property
|
D | test-http2-util-headers-list.js | 95 const headers = { variable 113 const headers = { variable 129 const headers = { variable 164 const headers = { variable 175 const headers = { variable 188 const headers = { variable
|
D | test-http2-compat-serverresponse-statusmessage.js | 25 const headers = { 'foo-bar': 'abc123' }; variable 36 const headers = { variable 43 request.on('response', common.mustCall(function(headers) { argument
|
D | test-http-parser.js | 47 parser[kOnHeaders] = function(headers, url) { argument 78 const onHeadersComplete = (versionMajor, versionMinor, headers, argument 182 const onHeaders = (headers) => { argument 421 const onHeadersComplete = (versionMajor, versionMinor, headers, argument 531 const onHeadersComplete1 = (versionMajor, versionMinor, headers, argument 542 const onHeadersComplete2 = (versionMajor, versionMinor, headers, argument
|
D | test-http-max-http-headers.js | 32 function fillHeaders(headers, currentSize, valid = false) { argument 45 function writeHeaders(socket, headers) { argument 113 let headers = variable
|
D | test-http2-dont-override.js | 17 const headers = {}; constant 33 const headers = {}; constant
|
D | test-http-keep-alive-close-on-header.js | 28 const headers = { 'connection': 'keep-alive' }; variable 45 headers: headers, property 62 headers: headers, property 78 headers: headers, property
|
D | test-http2-server-set-header.js | 20 const headers = { ':path': '/' }; variable 23 req.on('response', common.mustCall(function(headers) { argument
|
D | test-http2-write-empty-string.js | 22 const headers = { ':path': '/' }; variable 27 req.on('response', common.mustCall(function(headers) { argument
|
D | test-http2-methods.js | 17 function onStream(stream, headers, flags) { argument 34 const headers = { ':path': '/' }; variable
|
D | test-http2-session-stream-state.js | 13 function onStream(stream, headers, flags) { argument 55 const headers = { ':path': '/' }; variable
|
D | test-http-host-header-ipv6-fail.js | 17 { host: 'foo:1234', headers: { expectedhost: 'foo:1234:80' } }, property 18 { host: '::1', headers: { expectedhost: '[::1]:80' } }, property
|
D | test-http-generic-streams.js | 46 headers: { Connection: 'keep-alive' } property 88 headers: { 'Connection': 'close' } property 128 headers: { 'Connection': 'close' } property
|
/third_party/python/Lib/distutils/command/ |
D | config.py | 107 def _gen_temp_sourcefile(self, body, headers, lang): argument 119 def _preprocess(self, body, headers, include_dirs, lang): argument 126 def _compile(self, body, headers, include_dirs, lang): argument 135 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument 172 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument 190 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument 218 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument 234 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument 253 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument 278 def check_func(self, func, headers=None, include_dirs=None, argument [all …]
|
/third_party/node/benchmark/http/ |
D | incoming_headers.js | 7 headers: [20], // Number of header lines to append after the common headers property 12 function main({ connections, headers, w, duration }) { property 18 const headers = { variable 36 headers, property
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | index.js | 55 headers: opts.headers property 123 headers: opts.headers property 191 headers: iterableToObject(req.headers) property 195 headers: iterableToObject(res.headers) property 210 headers: iterableToObject(req.headers) property 233 headers: Object.assign({}, opts.headers || {}) property 243 headers: iterableToObject(condRes.headers) property 321 headers: new fetch.Headers(headers), property 467 function isHeaderConditional (headers) { argument
|
/third_party/node/test/fixtures/wpt/url/ |
D | urlencoded-parser.any.js | 43 …let init = new Request("about:blank", { body: val.input, method: "LADIDA", headers: {"Content-Type… property 54 …let init = new Response(val.input, { headers: {"Content-Type": "application/x-www-form-urlencoded;… property
|
/third_party/rust/crates/tracing/examples/examples/ |
D | valuable_instrument.rs | 10 headers: HashMap<&'a str, &'a str>, field 21 let headers = [ in run() localVariable
|
/third_party/python/Lib/urllib/ |
D | error.py | 65 def headers(self): member in HTTPError 69 def headers(self, headers): member in HTTPError
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_stats.py | 528 def update_filters(service, spreadsheet_id, headers, info, spreadsheet): argument 564 def update_headers(service, spreadsheet_id, headers, info): argument 633 def generate_duplicate_formula(headers, filter_columns): argument 650 def generate_duplicate_formula_helper(headers): argument 661 def update_values(service, spreadsheet_id, headers, info): argument
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_stats.py | 524 def update_filters(service, spreadsheet_id, headers, info, spreadsheet): argument 560 def update_headers(service, spreadsheet_id, headers, info): argument 628 def generate_duplicate_formula(headers, filter_columns): argument 645 def generate_duplicate_formula_helper(headers): argument 656 def update_values(service, spreadsheet_id, headers, info): argument
|