Home
last modified time | relevance | path

Searched refs:useColors (Results 1 – 25 of 39) sorted by relevance

12

/third_party/node/test/parallel/
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-repl-multiline.js8 function run({ useColors }) { field
20 useColors field
40 run({ useColors: true }); property
41 run({ useColors: false }); property
Dtest-repl-uncaught-exception.js9 function run({ command, expected, useColors = false }) { property
20 useColors field
41 useColors: true, property
46 useColors: true, property
Dtest-repl-options.js58 assert.strictEqual(r1.useColors, r1.terminal);
72 useColors: true, property
85 assert.strictEqual(r2.useColors, true);
111 assert.strictEqual(r4.useColors, r4.terminal);
Dtest-repl-reverse-search.js83 useColors: true, property
191 useColors: false, property
328 useColors: opts.useColors || false, property
Dtest-repl-pretty-stack.js23 useColors: false, property
63 useColors: true property
Dtest-repl-editor.js32 useColors: false property
91 useColors: false property
Dtest-repl-pretty-stack-custom-writer.js17 useColors: false property
Dtest-repl-uncaught-exception-async.js22 useColors: false, property
Dtest-repl-load-multiline.js37 useColors: false property
Dtest-repl-load-multiline-no-trailing-newline.js37 useColors: false property
Dtest-repl-function-definition-edge-case.js32 useColors: false, property
Dtest-repl-strict-mode-previews.js30 useColors: false, property
Dtest-repl-colors.js21 const repl = new REPLServer({ input: inout, output: inout, useColors: true }); property
Dtest-repl-pretty-custom-stack.js23 useColors: false property
Dtest-repl-use-global.js72 useColors: false, property
Dtest-repl-mode.js83 useColors: false, property
Dtest-repl-underscore.js236 useColors: false, property
/third_party/node/deps/npm/node_modules/debug/src/
Dbrowser.js10 exports.useColors = useColors;
115 function useColors() { function
147 args[0] = (this.useColors ? '%c' : '') +
149 (this.useColors ? ' %c' : ' ') +
151 (this.useColors ? '%c ' : ' ') +
154 if (!this.useColors) {
Dnode.js17 exports.useColors = useColors;
155 function useColors() { function
168 const {namespace: name, useColors} = this;
170 if (useColors) {
249 this.inspectOpts.colors = this.useColors;
261 this.inspectOpts.colors = this.useColors;
Dcommon.js117 debug.useColors = createDebug.useColors();
/third_party/typescript/tests/baselines/reference/user/
Ddebug.log15 …on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: str…
16 …on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: str…
17 …on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: str…
19 …on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: str…
21 node_modules/debug/src/common.js(120,35): error TS2339: Property 'useColors' does not exist on type…
/third_party/typescript/src/testRunner/parallel/
Dhost.ts436 const savedUseColors = Base.useColors;
437 Base.useColors = !noColors;
440 Base.useColors = savedUseColors;
557 const savedUseColors = Base.useColors;
558 if (noColors) Base.useColors = false;
564 if (noColors) Base.useColors = savedUseColors;
/third_party/node/lib/internal/repl/
Dutils.js268 const result = repl.useColors ?
411 (!repl.useColors || repl.ignoreUndefined)) {
426 maxColumns -= 4 + (repl.useColors ? 0 : 3);
444 const result = repl.useColors ?
592 if (repl.useColors) {
/third_party/node/test/pseudo-tty/
Drepl-dumb-tty.js20 useColors: false, property

12