Lines Matching defs:from
7310 function copyConfig(to, from) { argument
10291 function isBetween (from, to, units, inclusivity) { argument
10433 function from (time, withoutSuffix) { function
10437 … return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); property
10451 … return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); property
30620 specifierRange = { from: specifierRange, to: specifierRange }; property
36790 colRange = { from: colRange, to: colRange }; property
36793 rowRange = { from: rowRange, to: rowRange }; property
36843 from: current, property
36865 this.calculateColumnsWidth({ from: 0, to: this.getSyncCalculationLimit() }, rowRange); property
37095 …this.calculateColumnsWidth({ from: this.getFirstVisibleColumn(), to: this.getLastVisibleColumn() }… property
37451 rowRange = { from: rowRange, to: rowRange }; property
37454 colRange = { from: colRange, to: colRange }; property
37509 …_this4.calculateRowsHeight({ from: current, to: Math.min(current + AutoRowSize.CALCULATION_STEP, l… property
37528 this.calculateRowsHeight({ from: 0, to: this.getSyncCalculationLimit() }, colRange); property
37702 range = { from: range, to: range }; property
37731 …this.calculateRowsHeight({ from: this.getFirstVisibleRow(), to: this.getLastVisibleRow() }, void 0… property
37738 this.calculateRowsHeight({ from: totalRows - fixedRowsBottom, to: totalRows }); property
37757 this.clearCacheByRange({ from: from, to: to }); property
37821 from: changes[0][0], property
38040 from: this.hot.getSelectedRange().from, property
50051 extend = function(to, from, overwrite) argument