Searched refs:withoutSuffix (Results 1 – 4 of 4) 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 3359 … return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); 3365 function fromNow (withoutSuffix) { argument 3366 return this.from(createLocal(), withoutSuffix); 3369 function to (time, withoutSuffix) { argument 3373 … return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); 3379 function toNow (withoutSuffix) { argument 3380 return this.to(createLocal(), withoutSuffix); [all …]
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 7607 function relativeTime (number, withoutSuffix, string, isFuture) { argument 7610 output(number, withoutSuffix, string, isFuture) : 10433 function from (time, withoutSuffix) { argument 10437 … return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); 10443 function fromNow (withoutSuffix) { argument 10444 return this.from(createLocal(), withoutSuffix); 10447 function to (time, withoutSuffix) { argument 10451 … return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); 10457 function toNow (withoutSuffix) { argument 10458 return this.to(createLocal(), withoutSuffix); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …withoutSuffix,string,isFuture){var output=this._relativeTime[string];return(isFunction(output))?ou…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …withoutSuffix, string, isFuture) {\n var f = pluralForm(number),\n str =…
|