Lines Matching +defs:to +defs:number
190 function copyConfig(to, from) { argument
259 function absFloor (number) { argument
464 function ordinal (number) { argument
485 function relativeTime (number, withoutSuffix, string, isFuture) { argument
542 function zeroFill(number, targetLength, forceSign) { argument
2772 function absRound (number) { argument
3212 function isBetween (from, to, units, inclusivity) { argument
3359 … return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); property
3369 function to (time, withoutSuffix) { function
3373 … return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); property
4077 ordinal : function (number) { argument
4130 function absCeil (number) { argument
4292 function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { argument