Searched refs:makeComputeWidths (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | layout-manager.js | 188 computeWidths: makeComputeWidths('colSpan', 'desiredWidth', 'x', 1), 189 computeHeights: makeComputeWidths('rowSpan', 'desiredHeight', 'y', 1), 193 function makeComputeWidths(colSpan, desiredWidth, x, forcedMin) { function
|