Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Ddetail.js75 colWidths: [78] property
107 colWidths: [15, 62], property
129 colWidths: [78] property
148 colWidths: [15, 62], property
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js60 let fixedWidth = tableOptions.colWidths[this.x];
66 fixedWidth += tableOptions.colWidths[this.x + i];
91 this.widths = tableOptions.colWidths.slice(x, x + this.colSpan);
99 this.drawRight = x + this.colSpan == tableOptions.colWidths.length;
Dtable.js31 tableLayout.computeWidths(this.options.colWidths, cells);
Dutils.js220 colWidths: [],
/third_party/node/deps/npm/node_modules/cli-table3/
Dindex.d.ts24 colWidths: Array<number | null>; property
DREADME.md62 , colWidths: [100, 200]
/third_party/node/deps/npm/lib/
Dtoken.js150 colWidths: [Math.max(idWidth, 2) + 2, 9, 12, 10] property