/third_party/node/test/parallel/ |
D | test-readline-input-onerror.js | 11 crlfDelay: Infinity property 31 crlfDelay: Infinity property
|
D | test-readline-promises-interface.js | 52 ].forEach((crlfDelay) => { 53 const [rli] = getInterface({ crlfDelay }); field 54 assert.strictEqual(rli.crlfDelay, Math.max(crlfDelay || 100, 100)); 1039 const crlfDelay = 200; 1040 const [rli, fi] = getInterface({ terminal, crlfDelay }); field 1050 }), crlfDelay + 10); 1057 const crlfDelay = Infinity; 1062 const [rli, fi] = getInterface({ terminal, crlfDelay }); field 1080 const [rli, fi] = getInterface({ terminal, crlfDelay }); field 1091 const [rli, fi] = getInterface({ terminal, crlfDelay }); field [all …]
|
D | test-readline-async-iterators.js | 29 crlfDelay: Infinity property 53 crlfDelay: Infinity property
|
D | test-readline-async-iterators-destroy.js | 30 crlfDelay: Infinity property 61 crlfDelay: Infinity property
|
D | test-readline-interface.js | 93 ].forEach((crlfDelay) => { 94 const [rli] = getInterface({ crlfDelay }); field 95 assert.strictEqual(rli.crlfDelay, Math.max(crlfDelay || 100, 100)); 1239 const crlfDelay = 200; constant 1240 const [rli, fi] = getInterface({ terminal, crlfDelay }); field 1250 }), crlfDelay + 10); 1257 const crlfDelay = Infinity; constant 1262 const [rli, fi] = getInterface({ terminal, crlfDelay }); field 1280 const [rli, fi] = getInterface({ terminal, crlfDelay }); field 1291 const [rli, fi] = getInterface({ terminal, crlfDelay }); field [all …]
|
D | test-readline-carriage-return-between-chunks.js | 14 const rl = readline.createInterface({ input, crlfDelay: Infinity }); property
|
D | test-readline-async-iterators-backpressure.js | 17 crlfDelay: Infinity property
|
/third_party/node/lib/internal/readline/ |
D | interface.js | 148 let crlfDelay; 183 crlfDelay = input.crlfDelay; 235 this.crlfDelay = crlfDelay ? 236 MathMax(kMincrlfDelay, crlfDelay) : 589 DateNow() - this[kSawReturnAt] <= this.crlfDelay 1279 DateNow() - this[kSawReturnAt] > this.crlfDelay
|
/third_party/node/tools/lint-md/ |
D | list-released-versions-from-changelogs.mjs | 14 crlfDelay: Infinity, property
|
/third_party/node/tools/ |
D | find-inactive-collaborators.mjs | 65 crlfDelay: Infinity, property 107 crlfDelay: Infinity, property
|
D | find-inactive-tsc.mjs | 52 crlfDelay: Infinity, property 110 crlfDelay: Infinity, property
|
/third_party/node/doc/api/ |
D | readline.md | 743 * `crlfDelay` {number} If the delay between `\r` and `\n` exceeds 744 `crlfDelay` milliseconds, both `\r` and `\n` will be treated as separate 745 end-of-line input. `crlfDelay` will be coerced to a number no less than 964 description: Remove max limit of `crlfDelay` option. 967 description: The `crlfDelay` option is supported now. 998 * `crlfDelay` {number} If the delay between `\r` and `\n` exceeds 999 `crlfDelay` milliseconds, both `\r` and `\n` will be treated as separate 1000 end-of-line input. `crlfDelay` will be coerced to a number no less than 1197 crlfDelay: Infinity, 1199 // Note: we use the crlfDelay option to recognize all instances of CR LF [all …]
|
/third_party/node/lib/ |
D | readline.js | 501 DateNow() - this[kSawReturnAt] > this.crlfDelay) {
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 184 crlfDelay: Infinity, property
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 2246 …s://github.com/nodejs/node/commit/497bfff7b2)] - **doc**: clarify using crlfDelay with fs streams … 2278 …om/nodejs/node/commit/c2f0700769)] - **doc**: add history for readline `crlfDelay` option (Vse Moz… 3430 …com/nodejs/node/commit/37e55bf559)] - **readline**: remove max limit of crlfDelay (Azard) [#13497]…
|
D | CHANGELOG_V6.md | 1435 …com/nodejs/node/commit/8604772960)] - **readline**: remove max limit of crlfDelay (Azard) [#13497]…
|