Home
last modified time | relevance | path

Searched defs:terminal (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-readline-promises-interface.js160 const [rli, fi] = getInterface({ terminal: true }); property
171 const [rli, fi] = getInterface({ terminal: true }); property
183 const [rli, fi] = getInterface({ terminal: true, completer }); property
197 const [rli, fi] = getInterface({ terminal: true }); property
209 const [rli, fi] = getInterface({ terminal: true }); property
224 const [rli, fi] = getInterface({ terminal: true }); property
242 terminal: true, property
319 terminal: true, property
348 const [rli, fi] = getInterface({ terminal: true }); property
371 const [rli, fi] = getInterface({ terminal: true, historySize: 2 }); property
[all …]
Dtest-readline-interface.js183 const [rli, fi] = getInterface({ terminal: true }); property
194 const [rli, fi] = getInterface({ terminal: true }); property
206 const [rli, fi] = getInterface({ terminal: true, completer }); property
220 const [rli, fi] = getInterface({ terminal: true }); property
232 const [rli, fi] = getInterface({ terminal: true }); property
247 const [rli, fi] = getInterface({ terminal: true }); property
265 terminal: true, property
342 terminal: true, property
371 const [rli, fi] = getInterface({ terminal: true }); property
394 const [rli, fi] = getInterface({ terminal: true, historySize: 2 }); property
[all …]
Dtest-repl-envvars.js16 expected: { terminal: true, useColors: true } property
20 expected: { terminal: true, useColors: false } property
24 expected: { terminal: true, useColors: true } property
28 expected: { terminal: false, useColors: false } property
32 expected: { terminal: true, useColors: true } property
36 expected: { terminal: true, useColors: true } property
40 expected: { terminal: false, useColors: false } property
44 expected: { terminal: true, useColors: true } property
48 expected: { terminal: true, useColors: true, replMode: REPL_MODE_SLOPPY } property
52 expected: { terminal: true, useColors: true, replMode: REPL_MODE_STRICT } property
[all …]
Dtest-readline.js12 terminal: true, property
26 terminal: true, property
38 terminal: true, property
52 terminal: true, property
90 terminal: true, property
126 terminal: true, property
Dtest-repl-preview.js186 tests({ terminal: false }); // No preview property
187 tests({ terminal: true }); // Preview property
188 tests({ terminal: false, preview: false }); // No preview property
189 tests({ terminal: false, preview: true }); // No preview property
190 tests({ terminal: true, preview: true }); // Preview property
Dtest-readline-reopen.js17 terminal: true property
35 terminal: true property
Dtest-readline-tab-complete.js49 terminal: true, property
90 terminal: true, property
122 terminal: true, property
Dtest-repl-end-emits-exit.js37 terminal: true property
56 terminal: false property
Dtest-repl-mode.js48 terminal: true property
84 terminal: false, property
Dtest-readline-promises-tab-complete.js60 terminal: true, property
104 terminal: true, property
Dtest-repl-no-terminal.js5 const r = repl.start({ terminal: false }); property
Dtest-repl-options.js50 terminal: true property
71 terminal: false, property
Dtest-repl-tab-complete-on-editor-mode.js11 terminal: true, property
Dtest-readline-interface-recursive-writes.js10 terminal: true, property
Dtest-repl-pretty-stack-custom-writer.js16 terminal: false, property
Dtest-readline-position.js15 terminal: true, property
Dtest-readline-interface-no-trailing-newline.js10 terminal: true, property
Dtest-repl-function-definition-edge-case.js33 terminal: false, property
Dtest-repl-uncaught-exception-async.js21 terminal: false, property
Dtest-readline-set-raw-mode.js50 terminal: true property
Dtest-readline-undefined-columns.js17 terminal: true, property
Dtest-repl-definecommand.js19 terminal: true property
/third_party/node/lib/readline/
Dpromises.js29 constructor(input, output, completer, terminal) { argument
61 function createInterface(input, output, completer, terminal) { argument
/third_party/node/deps/npm/node_modules/qrcode-terminal/bin/
Dqrcode-terminal.js36 terminal: false property
/third_party/node/deps/npm/node_modules/read/lib/
Dread.js39 const rl = readline.createInterface({ input, output, terminal, silent: true, completer }) property

123