Searched refs:lastCol (Results 1 – 3 of 3) sorted by relevance
33334 DataMap.prototype.recursiveDuckColumns = function (schema, lastCol, parent) {33336 if (typeof lastCol === 'undefined') {33337 lastCol = 0; property33346 this.propToColCache.set(prop, lastCol);33348 lastCol++;33350 lastCol = this.recursiveDuckColumns(schema[i], lastCol, i + '.');33356 return lastCol;
1 …lastCol,parent){var prop,i;if(typeof lastCol==='undefined'){lastCol=0;parent='';}if((typeof schema…
21970 $lastCol = 0;22105 $lastCol = $j;22110 $lastCol = $j + (isset($cell['colspan']) ? ($cell['colspan'] - 1) : 0);23293 if ($lastCol < $numcols - 1) {23295 $startcol = $lastCol + 1;