Lines Matching +defs:date +defs:desc
6515 date: "%d %M" property
6646 date_part: function (date) { argument
6655 time_part: function (date) { argument
6658 week_start: function (date) { argument
6666 month_start: function (date) { argument
6670 quarter_start: function (date) { argument
6688 year_start: function (date) { argument
6692 day_start: function (date) { argument
6695 hour_start: function (date) { argument
6702 minute_start: function (date) { argument
6709 _add_days: function (date, inc) { argument
6719 add: function (date, inc, mode) { argument
6759 add_quarter: function (date, inc) { argument
6767 copy: function (date) { argument
6820 return function (date) { argument
6902 convert_to_utc: function (date) { argument
6905 parseDate: function (date, format) { argument
7575 task_end_date: function (date) { argument
7584 timeline_cell_class: function (item, date) { argument
7587 scale_cell_class: function (date) { argument
7590 scale_row_class: function (date) { argument
7609 date_grid: function (date, item, column) { argument
8040 date: config, property
8104 task.start_date = this.getClosestWorkTime({date: task.start_date, dir: 'future', task: task}); property
10969 sort: function(field, desc, parent){ argument
11514 sort: function(field, desc, parent, silent) { argument
11594 posFromDate: function(date) { argument
11662 columnIndexByDate: function(date) { argument
11736 showDate: function(date){ argument
11815 getWorkHours: function (date) { argument
11827 isWorkTime: function (date, unit, task) { argument
12330 gantt._correct_dst_change = function(date, prevOffset, step, unit){ argument
13869 date: this.date.date_part(new Date(gantt._min_date.valueOf())), property
15928 if (!gantt.isWorkTime({date: date, task: task, unit: scaleUnit})) { property
16410 date: "%M", property
16415 date: "%d", property
16422 date: "%d %M", property
16429 date: "%d %M", property
16434 date: "%H:00", property
16441 date: "%d %M", property
16446 date: "%H:00", property
17410 date: new (dateEditorFactory(gantt))(), property
25286 date: services.config().date_scale, property
25296 date: primaryScale.date, property
25376 _ignore_time_config: function (date, scale) { argument
25451 this.eachColumn(config.unit, config.step, min_date, max_date, function (date) { argument
25948 task.start_date = gantt.roundDate({date: task.start_date, unit: unit, step: step}); property
25951 task.end_date = gantt.roundDate({date: task.end_date, unit: unit, step: step}); property
25955 task.start_date = gantt.roundDate({date: task.start_date, unit: unit, step: step}); property
25966 task.start_date = gantt.getClosestWorkTime({date: task.start_date, dir: 'future', task: task}); property
25968 task.end_date = gantt.getClosestWorkTime({date: task.end_date, dir: 'past', task: task}); property
27357 function IsWorkTimeArgument(date, unit, task, id, calendar){ argument
27366 function ClosestWorkTimeArgument(date, dir, unit, task, id, calendar){ argument
27403 date: config property
27592 _getDayHoursForMultiple: function (calendars, date) { argument
27859 _checkIfWorkingUnit: function (date, unit, order) { argument
27880 _is_work_day: function (date) { argument
27888 _is_work_hour: function (date) { argument
27973 _getMinutesPerDay: function (date) { argument
27977 _getHoursPerDay: function (date) { argument
28084 _getWorkHours: function (date) { argument
28085 var t = this._timestamp({date: date}); property
28131 _isWorkTime: function (date, unit, order) { argument
28248 var interval = this._addInterval(start, duration, "hour", step, function (date) { argument
28298 var interval = this._addInterval(start, duration, "minute", step, function (date) { argument
28357 _getClosestWorkTimeFuture: function (date, unit) { argument
28361 _getClosestWorkTimePast: function (date, unit) { argument
28367 _getClosestWorkTimeGeneric: function (date, unit, increment) { argument
28696 isWorkTime: function (date, unit, task, calendar) { argument
29001 date: { property
29789 function sortArrayOfHash(arr, field, desc) { argument