Lines Matching refs:hours

12847 		var hours = 0;
12857 hours = Math.floor(time / 60);
12860 return new Date(s[map[2]].value, s[map[1]].value, s[map[0]].value, hours, minutes);
13904 var hours = 0;
13911 hours = Math.floor(time / 60);
13914 …fset].value, selects[map[1] + mapOffset].value, selects[map[0] + mapOffset].value, hours, minutes);
27216 label = gantt.locale.labels.hours + gantt.locale.labels.minutes;
27625 newCalendar.worktime.hours = [0, 24];
27792 hours: [8, 17], property in CalendarManager.defaults.global.worktime
27799 hours: [0, 24], property in CalendarManager.defaults.fulltime.worktime
27889 var hours = this._getWorkHours(date); // [7,12] or []
27891 for (var i = 0; i < hours.length; i += 2) {
27892 if (hours[i + 1] === undefined) {
27893 return hours[i] == hour;
27895 if (hour >= hours[i] && hour < hours[i + 1])
27978 var hours = this._getWorkHours(date);
27980 for (var i = 0; i < hours.length; i += 2) {
27981 res += ((hours[i + 1] - hours[i]) || 0);
28077 return !(result || !!settings.hours); // can still return false if separated dates are set to true
28086 var hours = true;
28089 hours = calendar.dates[t];//custom day
28091 hours = calendar.dates[date.getDay()];//week day
28093 if (hours === true) {
28094 return calendar.hours;
28095 } else if (hours) {
28096 return hours;
28103 var hours = settings.hours !== undefined ? settings.hours : true;
28106 this._getCalendar().dates[timestamp] = hours;
28108 this._getCalendar().hours = hours;
28270 var hours = this._getHoursPerDay(current);
28271 if (added + hours >= duration) {
28274 added += hours;
28311 var hours = Math.floor(left / 60);
28312 if (hours) {
28313 start = this._calculateEndDate(start, hours, "hour", step > 0 ? 1 : -1);
28314 added += hours * 60;
29038 hours: "Hours", property in gantt.locale.labels