Home
last modified time | relevance | path

Searched refs:crlfDelay (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-readline-input-onerror.js11 crlfDelay: Infinity property
31 crlfDelay: Infinity property
Dtest-readline-promises-interface.js52 ].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 …]
Dtest-readline-async-iterators.js29 crlfDelay: Infinity property
53 crlfDelay: Infinity property
Dtest-readline-async-iterators-destroy.js30 crlfDelay: Infinity property
61 crlfDelay: Infinity property
Dtest-readline-interface.js93 ].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 …]
Dtest-readline-carriage-return-between-chunks.js14 const rl = readline.createInterface({ input, crlfDelay: Infinity }); property
Dtest-readline-async-iterators-backpressure.js17 crlfDelay: Infinity property
/third_party/node/lib/internal/readline/
Dinterface.js148 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/
Dlist-released-versions-from-changelogs.mjs14 crlfDelay: Infinity, property
/third_party/node/tools/
Dfind-inactive-collaborators.mjs65 crlfDelay: Infinity, property
107 crlfDelay: Infinity, property
Dfind-inactive-tsc.mjs52 crlfDelay: Infinity, property
110 crlfDelay: Infinity, property
/third_party/node/doc/api/
Dreadline.md743 * `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/
Dreadline.js501 DateNow() - this[kSawReturnAt] > this.crlfDelay) {
/third_party/node/lib/internal/fs/
Dpromises.js184 crlfDelay: Infinity, property
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md2246 …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]…
DCHANGELOG_V6.md1435 …com/nodejs/node/commit/8604772960)] - **readline**: remove max limit of crlfDelay (Azard) [#13497]…