Searched refs:getClosestWorkTime (Results 1 – 4 of 4) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 1598 getClosestWorkTime(config: any): Date; method
|
H A D | dhtmlxgantt.js | 13 …getClosestWorkTime({date:e.start_date,dir:"future",task:e}),e.end_date=this.calculateEndDate(e)))}… method in a
|
H A D | dhtmlxgantt.js.map | 1 …getClosestWorkTime","calendarManager","timeCalculator","getWorkHours","setWorkTime","unsetWorkTime…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 8104 task.start_date = this.getClosestWorkTime({date: task.start_date, dir: 'future', task: task}); 11831 getClosestWorkTime: function (config) { 11832 return timeCalculator.getClosestWorkTime(config); 25966 task.start_date = gantt.getClosestWorkTime({date: task.start_date, dir: 'future', task: task}); 25968 task.end_date = gantt.getClosestWorkTime({date: task.end_date, dir: 'past', task: task}); 28327 getClosestWorkTime: function () { 28439 getClosestWorkTime: function (config) { method in CalendarDisabledTimeStrategy 28702 getClosestWorkTime: function (config) { method in TimeCalculator 28707 return calendar.getClosestWorkTime(config);
|