Home
last modified time | relevance | path

Searched refs:canceller (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/src/
DDeferred.php11 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;
DPromise.php7 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) {
105 if (null === $this->canceller || null !== $this->result) {
109 $canceller = $this->canceller;
110 $this->canceller = null;
112 $this->call($canceller);
165 $this->canceller = null;
Dfunctions.php28 $canceller = null;
31 $canceller = [$promiseOrValue, 'cancel'];
36 }, $canceller);
/plugin/elasticsearch/vendor/react/promise/
DCHANGELOG.md93 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+.
DREADME.md109 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/
Ddhtmlxgantt.js533 Promise.prototype._cancelBy = function(canceller) {
534 if (canceller === this) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1canceller","_invokeOnCancel","_cancel","_setCancelled","_cancelPromises","_length","_unsetOnCancel…