Lines Matching refs:start

551 		Array.prototype.indexOf = function (obj, start) {  argument
553 for (i = (start || 0), j = this.length; i < j; i += 1) {
585 start = false,
698 start = pointerEventToXY(event);
703 if (start) {
706 …timeboxparent.trigger('scroll_element.xdsoft_scroller', [(startTop - (coord.y - start.y)) / (heigh…
711 start = false;
1458start = new Date(_xdsoft_datetime.currentTime.getFullYear(), _xdsoft_datetime.currentTime.getMonth…
1478 while (start.getDay() !== options.dayOfWeekStart) {
1479 start.setDate(start.getDate() - 1);
1505 …ntTime.countDaysInMonth() || start.getDay() !== options.dayOfWeekStart || _xdsoft_datetime.current…
1509 day = start.getDay();
1510 d = start.getDate();
1511 y = start.getFullYear();
1512 m = start.getMonth();
1513 w = _xdsoft_datetime.getWeekOfYear(start);
1519 customDateSettings = options.beforeShowDay.call(datetimepicker, start);
1524 …if ((maxDate !== false && start > maxDate) || (minDate !== false && start < minDate) || (customDat…
1526 } else if (options.disabledDates.indexOf(start.dateFormat(options.formatDate)) !== -1) {
1540 …ged')) && _xdsoft_datetime.currentTime.dateFormat(options.formatDate) === start.dateFormat(options…
1544 if (today.dateFormat(options.formatDate) === start.dateFormat(options.formatDate)) {
1548 …if (start.getDay() === 0 || start.getDay() === 6 || options.weekends.indexOf(start.dateFormat(opti…
1552 if (options.highlightedDates[start.dateFormat(options.formatDate)] !== undefined) {
1553 hDate = options.highlightedDates[start.dateFormat(options.formatDate)];
1559 classes.push(options.beforeShowDay(start));
1570 … + '" data-year="' + y + '"' + ' class="xdsoft_date xdsoft_day_of_week' + start.getDay() + ' ' + c…
1574 if (start.getDay() === options.dayOfWeekStartPrev) {
1579 start.setDate(d + 1);