Searched refs:_isCancelled (Results 1 – 8 of 8) sorted by relevance
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js | 1 …_isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter…
|
H A D | editor.worker.js.map | 1 …_isCancelled = false;\n this._emitter = null;\n }\n cancel() {\n if (!this._is…
|
H A D | json.worker.js.map | 1 …_isCancelled = false;\n this._emitter = null;\n }\n cancel() {\n if (!this._is…
|
H A D | bundle.js.map | 1 …_isCancelled = false;\n this._emitter = null;\n }\n cancel() {\n if (!this._is…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | editor.worker.js | 1 …_isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …_isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()}…
|
H A D | dhtmlxgantt.js.map | 1 …_isCancelled","isCancellable","isCancelled","_doInvokeOnCancel","onCancelCallback","internalOnly",…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 569 return this.isPending() && !this._isCancelled(); 2025 if (maybePromise._isCancelled()) { 4599 Promise.prototype._isCancelled = function() { method in Promise
|