Searched refs:inclusivity (Results 1 – 3 of 3) sorted by relevance
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | moment.js | 3212 function isBetween (from, to, units, inclusivity) { argument 3213 inclusivity = inclusivity || '()'; 3214 return (inclusivity[0] === '(' ? this.isAfter(from, units) : !this.isBefore(from, units)) && 3215 (inclusivity[1] === ')' ? this.isBefore(to, units) : !this.isAfter(to, units));
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 10291 function isBetween (from, to, units, inclusivity) { 10292 inclusivity = inclusivity || '()'; 10293 return (inclusivity[0] === '(' ? this.isAfter(from, units) : !this.isBefore(from, units)) && 10294 (inclusivity[1] === ')' ? this.isBefore(to, units) : !this.isAfter(to, units));
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n lo…
|