| /plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
| D | Promise.php | 14 private $cancelFn; variable in GuzzleHttp\\Promise\\Promise 21 * @param callable $cancelFn Fn that when invoked cancels the promise. 25 callable $cancelFn = null argument 28 $this->cancelFn = $cancelFn; 89 if ($this->cancelFn) { 90 $fn = $this->cancelFn; 91 $this->cancelFn = null; 140 $this->cancelFn = null;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/ |
| D | Promise.php | 18 private $cancelFn; variable in GuzzleHttp\\Promise\\Promise 25 * @param callable $cancelFn Fn that when invoked cancels the promise. 29 callable $cancelFn = null argument 32 $this->cancelFn = $cancelFn; 96 if ($this->cancelFn) { 97 $fn = $this->cancelFn; 98 $this->cancelFn = null; 145 $this->cancelFn = null;
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Dialogs.js | 28 var ColorDialog = function(editorUi, color, apply, cancelFn) argument 258 if (cancelFn != null) 260 cancelFn(); 304 if (cancelFn != null) 306 cancelFn(); 427 var TextareaDialog = function(editorUi, title, url, fn, cancelFn, cancelTitle, w, h, argument 519 if (cancelFn != null) 521 cancelFn();
|
| D | Editor.js | 2001 …Ui, filename, buttonText, fn, label, validateFn, content, helpLink, closeOnBtn, cancelFn, hints, w) argument 2183 if (cancelFn != null) 2185 cancelFn();
|
| D | EditorUi.js | 5031 EditorUi.prototype.confirm = function(msg, okFn, cancelFn) argument 5040 else if (cancelFn != null) 5042 cancelFn();
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DriveClient.js | 2089 DriveClient.prototype.pickFile = function(fn, acceptAllFiles, cancelFn) argument 2125 if (cancelFn) 2127 cancelFn(); 2201 if (cancelFn && data.action == google.picker.Action.CANCEL) 2203 cancelFn();
|
| D | Dialogs.js | 3961 var CreateDialog = function(editorUi, title, createFn, cancelFn, dlgTitle, btnLabel, overrideExtens… argument 3975 if (cancelFn == null) 4389 var cancelBtn = mxUtils.button(mxResources.get((cancelFn != null) ? 'close' : 'cancel'), function() 4391 if (cancelFn != null) 4393 cancelFn(); 4406 if (editorUi.editor.cancelFirst && cancelFn == null) 4426 if (cancelFn == null) 4482 if (!editorUi.editor.cancelFirst || cancelFn != null) 9868 var CustomDialog = function(editorUi, content, okFn, cancelFn, okButtonText, helpLink, buttonsConte… argument 9897 if (cancelFn != null) [all …]
|
| D | EditorUi.js | 4138 EditorUi.prototype.confirm = function(msg, okFn, cancelFn, okLabel, cancelLabel, closable) argument 4155 if (cancelFn != null) 4157 cancelFn(); 15796 var ConfirmDialog = function(editorUi, message, okFn, cancelFn, okLabel, cancelLabel, argument 15833 if (cancelFn != null) 15835 cancelFn(cb.checked);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | README.md | 292 `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is 293 expected to resolve the promise. `$cancelFn` is a function with no arguments
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | README.md | 303 `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is 304 expected to resolve the promise. `$cancelFn` is a function with no arguments
|