Searched refs:negatePadding (Results 1 – 3 of 3) sorted by relevance
100 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
101 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) {
39 private negatePadding;