Home
last modified time | relevance | path

Searched refs:padEnd (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/src/linter/Common/
DArkTSTimePrinter.ts67 const paddedKey = key.toString().padEnd(maxKeyLength, ' ');
71 const header = `${'Phase'.padEnd(maxKeyLength, ' ')} | Time(seconds)\n`;
/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.js7 const testStringPadEnd = "".padEnd(2);
55 var testStringPadEnd = "".padEnd(2);
DdoYouNeedToChangeYourTargetLibraryES2016Plus.types21 const testStringPadEnd = "".padEnd(2);
23 >"".padEnd(2) : any
24 >"".padEnd : any
26 >padEnd : any
DdoYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt3 …eedToChangeYourTargetLibraryES2016Plus.ts(6,29): error TS2550: Property 'padEnd' does not exist on…
46 const testStringPadEnd = "".padEnd(2);
48 !!! error TS2550: Property 'padEnd' does not exist on type '""'. Do you need to change your target …
DdoYouNeedToChangeYourTargetLibraryES2016Plus.symbols10 const testStringPadEnd = "".padEnd(2);
/third_party/typescript/lib/
Dlib.es2017.string.d.ts46 padEnd(maxLength: number, fillString?: string): string; method
/third_party/typescript/src/lib/
Des2017.string.d.ts26 padEnd(maxLength: number, fillString?: string): string; method
/third_party/node/deps/npm/node_modules/ini/lib/
Dini.js50 out += safe(`${k}${arraySuffix}`).padEnd(padToChars, ' ') + separator + safe(item) + eol
55 out += safe(k).padEnd(padToChars, ' ') + separator + safe(val) + eol
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.ts8 const testStringPadEnd = "".padEnd(2);
/third_party/parse5/test/utils/
Dserialize-to-dat-file-format.ts4 return '|'.padEnd(indent + 2, ' ');
/third_party/node/deps/v8/tools/
Darguments.mjs49 console.log(` ${synonyms.join(', ').padEnd(20)} ${dispatch[2]}`);
Dparse-processor.mjs346 log((` - ${name}`).padEnd(20) + value);
606 return ` - ${this.prefix}-time:`.padEnd(24) +
607 ` executed=${formatNumber(this.executedCost)}ms`.padEnd(20) +
608 ` non-executed=${formatNumber(this.nonExecutedCost)}ms`.padEnd(24) +
/third_party/node/deps/v8/src/builtins/
Dstring-pad.tq108 const methodName: constexpr string = 'String.prototype.padEnd';
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js355 const fullText = `${term.padEnd(termWidth + itemSeparatorWidth)}${description}`;
/third_party/node/typings/
Dprimordials.d.ts406 export const StringPrototypePadEnd: UncurryThis<typeof String.prototype.padEnd>
/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts564 const span = "".padEnd(Constants.FIXED_REGISTER_LABEL_WIDTH - text.length, "_");
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …t n=t.padWidth(e,t),r=t.helpWidth||80;function i(e,i){if(i){const s=`${e.padEnd(n+2)}${i}`;return …
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs22296 …result += ` ${this.format(colored).bold(definition.padEnd(maxDefinitionLength))} ${formatMarkd…