Home
last modified time | relevance | path

Searched refs:_isCancellable (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched()…
H A Ddhtmlxgantt.js.map1_isCancellable","_cancelBy","_isFollowing","_followee","_cancelBranched","_cancellationParent","_s…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js497 while (promise._isCancellable()) {
508 if (parent == null || !parent._isCancellable()) {
555 if (!this._isCancellable()) return;
568 Promise.prototype._isCancellable = function() { method in Promise
603 if (this._isCancellable()) {
1078 if (!this._isCancellable()) return this;
3609 if (this._isResolved() || !this._promise._isCancellable()) return;