Searched refs:cancellation (Results 1 – 11 of 11) sorted by relevance
/plugin/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 113 * Follower cancellation propagation was originally planned for this release 124 * Revert automatic cancellation of pending collection promises once the 129 If you need automatic cancellation, you can use something like: 162 * Allow cancellation of promises returned by functions working on promise 168 * Fix cancellation handlers called multiple times (#47 by @clue).
|
H A D | README.md | 465 etc.) support cancellation. This means, if you call `cancel()` on the returned
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | README.md | 11 - [Cancellation](#cancellation)
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t._isCancellable()…
|
H A D | dhtmlxgantt.js.map | 1 …cancellation","_warn","_isCancellable","_cancelBy","_isFollowing","_followee","_cancelBranched","_…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 493 if (!debug.cancellation()) return this._warn("cancellation is disabled"); 1010 if ("cancellation" in opts && opts.cancellation && !config.cancellation) { 1024 config.cancellation = true; 1631 cancellation: false, property in module.exports.config 1644 cancellation: function() { 1645 return config.cancellation; 2141 if (debug.cancellation()) { 2171 if (debug.cancellation() && this._finallyPromise !== null) { 4754 if (debug.cancellation() && value instanceof Promise) { 4760 if (debug.cancellation()) { [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …cancellation.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/diff/diff.js","webpac…
|
H A D | json.worker.js.map | 1 …cancellation.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/diff/diff.js","webpac…
|
H A D | bundle.js.map | 1 …cancellation.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/codicon.js","webpack:…
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js.map | 1 …\n return FormatError;\n})();\n\n/**\n * Error used to indicate task cancellation.\n */\nlet Abor…
|
H A D | pdf.worker.js.map | 1 …\n return FormatError;\n})();\n\n/**\n * Error used to indicate task cancellation.\n */\nlet Abor…
|