Home
last modified time | relevance | path

Searched refs:inclusivity (Results 1 – 3 of 3) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js3212 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 Dhandsontable.full.js10291 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 Dbundle.js.map1inclusivity) {\n var localFrom = isMoment(from) ? from : createLocal(from),\n lo…