Home
last modified time | relevance | path

Searched defs:canceller (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/src/
H A DDeferred.php11 private $canceller; variable in React\\Promise\\Deferred
13 public function __construct(callable $canceller = null) argument
H A DPromise.php7 private $canceller; variable in React\\Promise\\Promise
16 public function __construct(callable $resolver, callable $canceller = null) argument
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js533 Promise.prototype._cancelBy = function(canceller) { argument