Lines Matching +defs:to +defs:number

7310 function copyConfig(to, from) {  argument
7379 function absFloor (number) { argument
7586 function ordinal (number) { argument
7607 function relativeTime (number, withoutSuffix, string, isFuture) { argument
7714 function zeroFill(number, targetLength, forceSign) { argument
9851 function absRound (number) { argument
10291 function isBetween (from, to, units, inclusivity) { argument
10437 … return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); property
10447 function to (time, withoutSuffix) { function
10451 … return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); property
11155 ordinal : function (number) { argument
11208 function absCeil (number) { argument
11366 function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { argument
12293 ordinal: function(number) { argument
30620 specifierRange = { from: specifierRange, to: specifierRange }; property
36790 colRange = { from: colRange, to: colRange }; property
36793 rowRange = { from: rowRange, to: rowRange }; property
36844 to: Math.min(current + AutoColumnSize.CALCULATION_STEP, length) 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
37822 to: changes[changes.length - 1][0] property
38041 to: this.hot.getSelectedRange().to property
50051 extend = function(to, from, overwrite) argument