Home
last modified time | relevance | path

Searched refs:getTaskType (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DStreamingComputationTask.php70 public function getTaskType() function in Google\\Service\\Dataflow\\StreamingComputationTask
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts1896 getTaskType(task: any): string; method
Ddhtmlxgantt.js13getTaskType(e.type),d=Math.floor((t.config.row_height-c)/2);u==s.types.milestone&&s.link_line_widt… function
Ddhtmlxgantt.js.map1getTaskType","type","padd","types","milestone","link_line_width","setAttribute","show_progress","d…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js7860 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) { function
13313 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 supported
15064 var taskType = gantt.getTaskType(task.type);
[all …]