Searched refs:getTaskType (Results 1 – 5 of 5) sorted by relevance
70 public function getTaskType() function in Google\\Service\\Dataflow\\StreamingComputationTask
1896 getTaskType(task: any): string; method
13 …getTaskType(e.type),d=Math.floor((t.config.row_height-c)/2);u==s.types.milestone&&s.link_line_widt… function
1 …getTaskType","type","padd","types","milestone","link_line_width","setAttribute","show_progress","d…
7860 var task_type = this.getTaskType(task.type);7946 if (this.getTaskType(child.type) == gantt.config.types.project || this.isUnscheduledTask(child))7961 if (this.getTaskType(child.type) == gantt.config.types.project || this.isUnscheduledTask(child))8148 gantt.getTaskType = function (type) { function13313 var box = this.getLightbox(this.getTaskType(task.type));13371 return this.getTaskType(this._lightbox_type);13384 if (!this._lightbox || this.getLightboxType() != this.getTaskType(type)) {13385 this._lightbox_type = this.getTaskType(type);15015 (gantt.getTaskType(gantt.config.types.project) == gantt.config.types.project);// and supported15064 var taskType = gantt.getTaskType(task.type);[all …]