Searched refs:isFuture (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) : 4292 function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { argument 4293 return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …isFuture) {\n var f = pluralForm(number),\n str = plurals[u][pluralForm(…
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 7607 function relativeTime (number, withoutSuffix, string, isFuture) { 7610 output(number, withoutSuffix, string, isFuture) : 11366 function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { 11367 return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture);
|