Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dlayout-manager.js188 computeWidths: makeComputeWidths('colSpan', 'desiredWidth', 'x', 1),
189 computeHeights: makeComputeWidths('rowSpan', 'desiredHeight', 'y', 1),
193 function makeComputeWidths(colSpan, desiredWidth, x, forcedMin) { function