Searched refs:canceller (Results 1 – 7 of 7) sorted by relevance
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | Deferred.php | 11 private $canceller; variable in React\\Promise\\Deferred 13 public function __construct(callable $canceller = null) argument 15 $this->canceller = $canceller; 25 }, $this->canceller); 26 $this->canceller = null;
|
H A D | Promise.php | 7 private $canceller; variable in React\\Promise\\Promise 16 public function __construct(callable $resolver, callable $canceller = null) argument 18 $this->canceller = $canceller; 24 $resolver = $canceller = null; 34 if (null === $this->canceller) { 38 // This promise has a canceller, so we create a new child promise which 39 // has a canceller that invokes the parent canceller if all other 41 // instance for the static canceller functio [all...] |
H A D | functions.php | 28 $canceller = null; 31 $canceller = [$promiseOrValue, 'cancel']; 36 }, $canceller);
|
/plugin/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 93 to resolver and canceller if callback requires them. Also use static callbacks without 94 binding to promise, clean up canceller function reference when they are no longer 95 needed and hide resolver and canceller references from call stack on PHP 7+.
|
H A D | README.md | 109 The constructor of the `Deferred` accepts an optional `$canceller` argument. 382 $canceller = function () { 389 $promise = new React\Promise\Promise($resolver, $canceller); 392 The promise constructor receives a resolver function and an optional canceller 404 If the resolver or canceller throw an exception, the promise will be rejected 407 The resolver function will be called immediately, the canceller function only
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 533 Promise.prototype._cancelBy = function(canceller) { argument 534 if (canceller === this) {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …canceller","_invokeOnCancel","_cancel","_setCancelled","_cancelPromises","_length","_unsetOnCancel…
|