Searched refs:withoutSuffix (Results 1 – 3 of 3) sorted by relevance
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | moment.js | 485 function relativeTime (number, withoutSuffix, string, isFuture) { argument 488 output(number, withoutSuffix, string, isFuture) : 3355 function from (time, withoutSuffix) { argument 3365 function fromNow (withoutSuffix) { argument 3366 return this.from(createLocal(), withoutSuffix); 3369 function to (time, withoutSuffix) { argument 3379 function toNow (withoutSuffix) { argument 3380 return this.to(createLocal(), withoutSuffix); 4292 function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { argument 4296 function relativeTime$1 (posNegDuration, withoutSuffix, locale) { argument [all …]
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 7607 function relativeTime (number, withoutSuffix, string, isFuture) { 7610 output(number, withoutSuffix, string, isFuture) : 10433 function from (time, withoutSuffix) { 10443 function fromNow (withoutSuffix) { 10444 return this.from(createLocal(), withoutSuffix); 10447 function to (time, withoutSuffix) { 10457 function toNow (withoutSuffix) { 10458 return this.to(createLocal(), withoutSuffix); 11366 function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { 11370 function relativeTime$1 (posNegDuration, withoutSuffix, locale) { [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str =…
|