Home
last modified time | relevance | path

Searched refs:startRange (Results 1 – 5 of 5) sorted by last modified time

/plugin/edittable/lib/
H A Dhandsontable.full.js46580 var startRange = new _src.CellRange(selRange.from, selRange.from, selRange.from);
46589 if (startRange.expandByRange(mergedCellRange)) {
46590 corners[0] = startRange.from.row;
46591 corners[1] = startRange.from.col;
50138 startRange: null,
50813 this._o.startRange = defaults.startRange;
50841 this._o.startRange = value;
50993 isStartRange = opts.startRange && compareDates(opts.startRange, day),
50995 … isInRange = opts.startRange && opts.endRange && opts.startRange < day && day < opts.endRange,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php690 $startRange = $vFreeBusy->DTSTART->getDateTime();
695 $results[] = $this->getFreeBusyForEmail($attendee, $startRange, $endRange, $vObject);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php831 $startRange = $vFreeBusy->DTSTART->getDateTime();
836 $results[] = $this->getFreeBusyForEmail($attendee, $startRange, $endRange, $vObject);
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md65 [startRange:SebastianBergmann\Diff\Chunk:private] => 7
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DChunk.php23 private $startRange; variable in SebastianBergmann\\Diff\\Chunk
42 * @param int $startRange
47 …public function __construct($start = 0, $startRange = 1, $end = 0, $endRange = 1, array $lines = a… argument
50 $this->startRange = (int) $startRange;
69 return $this->startRange;