Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js119 wrapWidth = _this._negatePadding(row[c]) // the width without padding.
200 if (_this.wrap) wrapped = wrap.hard(_this._negatePadding(col))(col.text).split('\n')
224 UI.prototype._negatePadding = function (col) { method in UI