Searched refs:inclusivity (Results 1 – 4 of 4) 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/ |
| D | handsontable.full.js | 10291 function isBetween (from, to, units, inclusivity) { argument 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/zwidoku/files/ |
| H A D | js.js | 1 …o,units,inclusivity){inclusivity=inclusivity||'()';return(inclusivity[0]==='('?this.isAfter(from,u…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n lo…
|