Lines Matching refs:self

184     var self = this;
186 self._drainQueues();
772 var self = this;
774 self._notifyUnhandledRejection();
2761 function check(self, executor) { argument
2762 if (self == null || self.constructor !== Promise) {
5063 var globalObject = typeof self !== "undefined" ? self :
5392 function domainBind(self, cb) { argument
5393 return self.bind(cb);
5448 … } else if (typeof self !== 'undefined' && self !== null) { …
5840 }(typeof self === "undefined" ? typeof global === "undefined" ? this : global : self));
5854 (typeof self !== "undefined" && self) ||
5910 exports.setImmediate = (typeof self !== "undefined" && self.setImmediate) ||
5913 exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
11172 var self = this;
11173 config.openInitially = function(){ return self.config.open_tree_initially; };
11604 var self = this;
11605 var res = tryCall.call(self, getTimeline, "getRowTop", [index],
11606 function(){ return tryCall.call(self, getGrid, "getRowTop", [index]);}
11617 var self = this;
11618 var res = tryCall.call(self, getTimeline, "getItemTop", [id],
11619 function(){ return tryCall.call(self, getGrid, "getItemTop", [id]);}
11649 var self = this;
11650 var res = tryCall.call(self, getTimeline, "getItemHeight", [],
11651 function(){ return tryCall.call(self, getGrid, "getItemHeight", []);}
12542 var self = _super.apply(this, arguments) || this;
12544 return self;
12604 var self = _super.apply(this, arguments) || this;
12605 return self;
12705 var self = _super.apply(this, arguments) || this;
12707 return self;
12890 var self = _super.apply(this, arguments) || this;
12892 return self;
12975 var self = _super.apply(this, arguments) || this;
12977 return self;
13043 var self = _super.apply(this, arguments) || this;
13045 return self;
13097 var self = _super.apply(this, arguments) || this;
13098 return self;
13137 var self = _super.apply(this, arguments) || this;
13139 return self;
13184 var self = _super.apply(this, arguments) || this;
13186 return self;
17520 var self = this;
17523 if(self._itemId == oldId){
17524 self._itemId = newId;
17532 if(self.isVisible() && !store.isVisible(self._itemId)){
17533 self.hide();
17933 var self = BaseEditor.apply(this, arguments) || this;
17935 return self;
18007 var self = BaseEditor.apply(this, arguments) || this;
18008 return self;
18048 var self = BaseEditor.apply(this, arguments) || this;
18049 return self;
18089 var self = BaseEditor.apply(this, arguments) || this;
18090 return self;
18229 var self = BaseEditor.apply(this, arguments) || this;
18230 return self;
18272 var self = BaseEditor.apply(this, arguments) || this;
18273 return self;
18460 var self = controller;
18472 var editorState = self.getState();
18473 if(self.isVisible()){
18487 if(self.isVisible()){
18488 self.save();
18500 self.save();
18534 self.save();
18554 self.startEdit(activeCell.id, activeCell.columnName);
18581 self.startEdit(activeCell.id, activeCell.columnName);
18588 self.startEdit(activeCell.id, activeCell.columnName);
18630 self.startEdit(activeCell.id, activeCell.columnName);
18870 var self = this;
18872 self._resetTopPositionHeight();
18975 var self = this;
18981 return self.isVisible();
18994 var self = this;
19002 defaultContainer: function () { return self.$grid_data; }
20570 var self = this;
20574 if(cellId == self.$id){
20575 self.toggle();
21286 var self = _super.prototype.getSize.call(this);
21288 if (self.maxWidth >= 100000) {
21289 self.maxWidth = maxWidth;
21292 if (self.maxHeight >= 100000) {
21293 self.maxHeight = maxHeight;
21296self.minWidth = self.minWidth !== self.minWidth ? 0 : self.minWidth;// || self.width || Math.max(m…
21298self.minHeight = self.minHeight !== self.minHeight ? 0 : self.minHeight;//self.minHeight || self.h…
21301 self.minWidth += this.$config.margin * (this.$cells.length) || 0;
21302 self.minWidth += this.$config.padding * 2 || 0;
21303 self.minHeight += (this.$config.padding * 2) || 0;
21306 self.minHeight += this.$config.margin * (this.$cells.length) || 0;
21307 self.minHeight += (this.$config.padding * 2) || 0;
21310 return self;
22840 var self = this;
22843 if(self.renderers[config.id]){
22844 self.onUpdateRequest(self.renderers[config.id]);
25134 var self = timeline;
25138 scale_unit: self._tasks ? self._tasks.unit : undefined,
25139 scale_step: self._tasks ? self._tasks.step : undefined
26361 var self = this;
26363 return self.isVisible();
26411 var self = this;
26423 defaultContainer: function(){ return self.$task_data;}
26427 taskRenderer.container = function(){ return self.$task_data;};
26454 self.$config.linkStore = self.$gantt.getDatastore(self.$config.bindLinks);
26461 defaultContainer: function(){ return self.$task_data;}
26485 var self = this;
26487 var store = self.$config.rowStore;
26495 if(!self.isVisible())
26497 var config = self.$getConfig();
26499 var store = self.$gantt.getDatastore(self.$config.bind);
26500 var staticBgContainer = self.$task_bg_static;
26504 self.$task_bg_static = staticBgContainer;
26505 if(self.$task_bg.nextSibling){
26506 self.$task_data.insertBefore(staticBgContainer, self.$task_bg.nextSibling);
26508 self.$task_data.appendChild(staticBgContainer);
26512 …staticRender.render(staticBgContainer, config, self.getScale(), config.row_height * store.countVis…
26515 if(self.$task_bg_static && self.$task_bg_static.parentNode){
26516 self.$task_bg_static.parentNode.removeChild(self.$task_bg_static);
26857 var self = this;
26859 self._resetTopPositionHeight();