Lines Matching refs:isTaskExists

7705 		if (!this.isTaskExists(id)) {
7803 if (this.isTaskExists(parent)) {
8030 if (has_changed && pid && this.isTaskExists(pid)) {
9131 if (gantt.isTaskExists(id)) {
9201 if (gantt.isTaskExists(id)) {
9207 if (gantt.isTaskExists(id)) {
9352 isExist: gantt.isTaskExists
9366 if (!gantt.isTaskExists(id)) {
9391 isExist: gantt.isTaskExists
9457 if (!gantt.isTaskExists(rowId)) {
10051 if(!isVisible && gantt.isTaskExists(taskId)){
10053 if(gantt.isTaskExists(parent) && gantt.isTaskVisible(parent)){
10154 if(gantt.isTaskExists(link.source)){
10159 if(gantt.isTaskExists(link.target)){
10167 if(gantt.isTaskExists(link.source)){
10176 if(gantt.isTaskExists(link.target)){
11236 }else if(this.isTaskExists(taskId) && this.isTaskExists(this.getParent(taskId))){
11396 isTaskExists: function (id) {
11405 if(this.isTaskExists(id))
11413 if (!this.isTaskExists(parent)) parent = this.config.root_id;
11489 if(this.isTaskExists(id)){
12185 if(!gantt.isTaskExists(id)){
13518 if (gantt.isTaskExists(gantt._lightbox_id)) {
13615 if (gantt.isTaskExists(task.id) && task.$new) {
13634 } else if (this.isTaskExists(task.id)) {
13666 if (gantt.isTaskExists(this._lightbox_id)) {
14341 if(this.isTaskExists(id))
15107 if (id != gantt.config.root_id && gantt.isTaskExists(id)) {
15704 if(!placeholders.length || !gantt.isTaskExists(placeholders[0].id)){
15759 if(gantt.isTaskExists(p.id))
15770 if(gantt.config.types.placeholder && gantt.isTaskExists(taskId)){
16725 if(gantt.isTaskExists(children[index])){
16731 if(gantt.isTaskExists(currentNode)){
17792 while (gantt.isTaskExists(nextItem) && gantt.isReadonly(gantt.getTask(nextItem))) {
24460 if(!gantt.isTaskExists(item.source)){
24464 if(!gantt.isTaskExists(item.target)){
25857 if (gantt.isTaskExists(id)) {
27732 if (!calendar && gantt.config.inherit_calendar && gantt.isTaskExists(task.parent)){
29951 if(gantt.isTaskExists(rootId)){