Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js196 let spanAbove = this.cells[this.y - 1][x] instanceof Cell.ColSpanCell;
202 while (this.cells[this.y][x - i] instanceof Cell.ColSpanCell) {
246 while (cellLeft instanceof ColSpanCell) {
296 while (cellLeft instanceof ColSpanCell) {
309 class ColSpanCell { class
408 module.exports.ColSpanCell = ColSpanCell;
Dlayout-manager.js3 const { ColSpanCell, RowSpanCell } = Cell;
110 let colSpanCell = new ColSpanCell();