/third_party/node/test/parallel/ |
D | test-http2-respond-errors.js | 14 Http2Stream.prototype.respond = () => 1; method in Http2Stream 18 stream.respond({ 'content-type': 'text/plain' }); 22 () => stream.respond(), 33 () => stream.respond(),
|
D | test-http2-options-max-reserved-streams.js | 24 pushedStream.respond(); 35 pushedStream.respond(); 44 stream.respond();
|
D | test-http2-origin.js | 35 stream.respond(); 113 stream.respond(); 143 stream.respond({ ':status': 421 }); 177 stream.respond();
|
D | test-http2-client-setLocalWindowSize.js | 13 stream.respond(); 67 stream.respond(); 95 stream.respond();
|
D | test-http2-capture-rejection.js | 21 stream.respond({ ':status': 200 }); 118 push.respond({ 127 stream.respond({
|
D | test-http2-status-code-invalid.js | 23 assert.throws(() => stream.respond({ ':status': i }), expectsError(i)); 26 stream.respond();
|
D | test-http2-misused-pseudoheaders.js | 18 assert.throws(() => stream.respond({ [i]: '/' }), 24 stream.respond({}, { waitForTrailers: true });
|
D | test-http2-dont-lose-data.js | 15 pushStream.respond(); 19 s.respond();
|
D | test-http2-server-push-stream.js | 18 push.respond({ 35 stream.respond({
|
D | test-http2-serve-file.js | 32 stream.respond({ [HTTP2_HEADER_STATUS]: 404 }); 35 stream.respond({ [HTTP2_HEADER_STATUS]: 200 });
|
D | test-http2-server-push-stream-head.js | 23 push.respond(); 34 stream.respond({
|
D | test-http2-client-data-end.js | 15 push.respond({ 24 stream.respond({ 'content-type': 'text/html' });
|
D | test-http2-respond-nghttperrors.js | 44 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream 64 stream.respond();
|
D | test-whatwg-readablebytestream.js | 105 byobRequest.respond(bytesRead); 107 assert.throws(() => byobRequest.respond(bytesRead), { 197 assert.throws(() => ReadableStreamBYOBRequest.prototype.respond.call({}), {
|
/third_party/python/Tools/scripts/ |
D | serve.py | 13 def app(environ, respond): argument 21 respond('200 OK', [('Content-Type', type)]) 24 respond('404 Not Found', [('Content-Type', 'text/plain')])
|
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/ |
D | respond-after-enqueue.any.js | 12 controller.byobRequest.respond(10); 29 byobRequest.respond(10); 45 controller.byobRequest.respond(2);
|
D | general.any.js | 333 byobRequest.respond(1); 337 byobRequest.respond(2); 417 byobRequest.respond(1); 421 byobRequest.respond(2); 839 controller.byobRequest.respond(1); 915 controller.byobRequest.respond(2); 920 controller.byobRequest.respond(1); 956 controller.byobRequest.respond(3); 1329 controller.byobRequest.respond(1); 1378 controller.byobRequest.respond(1); [all …]
|
D | tee.any.js | 107 c.byobRequest.respond(1); 660 rs.controller.byobRequest.respond(1); 693 rs.controller.byobRequest.respond(1); 786 byobRequest.respond(1); 872 byobRequest.respond(0); 919 rs.controller.byobRequest.respond(1);
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_HTTP200ALIASES.md | 28 responses. Some servers respond with a custom header response line. For 29 example, SHOUTcast servers respond with "ICY 200 OK". Also some old Icecast 30 1.3.x servers respond like that for certain user agent headers or in absence
|
/third_party/curl/tests/data/ |
D | test1075 | 13 # The test server provides no way to respond differently to a subsequent 14 # Basic authenticated request (we really want to respond with 200 for 15 # the second), so just respond with 401 for both and let curl deal with it.
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-enum-mixed-types/ |
D | arkts-no-enum-mixed-types-3-ok.ets | 23 function respond(recipient: string, message: UserResponse): void { 27 respond("Princess Caroline", UserResponse.Yes);
|
D | arkts-no-enum-mixed-types-3-error.ets | 23 function respond(recipient: string, message: UserResponse): void { 27 respond("Princess Caroline", UserResponse.Yes);
|
/third_party/rust/crates/clap/examples/ |
D | repl.rs | 13 match respond(line) { in main() 29 fn respond(line: &str) -> Result<bool, String> { in respond() function
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
D | entry.js | 328 async respond (method, options, status) { method in CacheEntry 405 return this.respond(request.method, options, 'stale') 454 return this.respond(request.method, options, 'revalidated')
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_d3d.txt | 102 EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE, the display can automatically respond 126 enum to specify if the display should respond to trim events.
|