Home
last modified time | relevance | path

Searched refs:negatePadding (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/
Dindex.js100 const wrapWidth = this.negatePadding(row[c]); // the width without padding.
175 wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\n');
181 wrapped.unshift('.' + '-'.repeat(this.negatePadding(col) + 2) + '.');
182 wrapped.push("'" + '-'.repeat(this.negatePadding(col) + 2) + "'");
204 negatePadding(col) { method in UI
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/
Dindex.cjs101 const wrapWidth = this.negatePadding(row[c]); // the width without padding.
176 wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\n');
182 wrapped.unshift('.' + '-'.repeat(this.negatePadding(col) + 2) + '.');
183 wrapped.push("'" + '-'.repeat(this.negatePadding(col) + 2) + "'");
205 negatePadding(col) {
Dindex.d.cts39 private negatePadding;