Home
last modified time | relevance | path

Searched refs:_isCancelled (Results 1 – 8 of 8) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js1_isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter…
H A Deditor.worker.js.map1_isCancelled = false;\n this._emitter = null;\n }\n cancel() {\n if (!this._is…
H A Djson.worker.js.map1_isCancelled = false;\n this._emitter = null;\n }\n cancel() {\n if (!this._is…
H A Dbundle.js.map1_isCancelled = false;\n this._emitter = null;\n }\n cancel() {\n if (!this._is…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1_isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()}…
H A Ddhtmlxgantt.js.map1_isCancelled","isCancellable","isCancelled","_doInvokeOnCancel","onCancelCallback","internalOnly",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js569 return this.isPending() && !this._isCancelled();
2025 if (maybePromise._isCancelled()) {
4599 Promise.prototype._isCancelled = function() { method in Promise