Home
last modified time | relevance | path

Searched refs:callback (Results 76 – 100 of 348) sorted by last modified time

12345678910>>...14

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md513 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
515 - `curl.callback.write` has been removed. Use a custom `StreamInterface` to
517 - `curl.callback.read` has been removed. Use a custom `StreamInterface` to
894 Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Quer…
H A DCHANGELOG.md33 …`Middleware::retry()` accepts a second callback parameter to override the default timeouts if need…
311 * The size of a Pool can now be dynamically adjusted using a callback.
1326 * Added callback functionality to the ExponentialBackoffPlugin
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md373 * Fixed SwiftMailerHandler to lazily create message instances if a callback is provided
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php226 * @param callable $callback Callable that returns stream resource
231 private function createResource(callable $callback) argument
243 $resource = $callback();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md247 private $callback;
252 $this->callback = $cb;
259 // Invoke the callback when EOF is hit.
261 call_user_func($this->callback);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php187 $callback = function (array $match) {
193 preg_replace_callback($regex, $callback, $uri->getPath())
195 preg_replace_callback($regex, $callback, $uri->getQuery())
203 $callback = function (array $match) {
209 preg_replace_callback($regex, $callback, $uri->getPath())
211 preg_replace_callback($regex, $callback, $uri->getQuery())
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md100 promise in the chain. Returning a promise in a `then` callback will cause the
120 // Triggers the first callback and outputs "A"
122 // Triggers the second callback and outputs "B"
145 If an exception is thrown in an `$onRejected` callback, subsequent
163 `$onRejected` callback.
179 If an exception is not thrown in a `$onRejected` callback and the callback
181 invoked using the value returned from the `$onRejected` callback.
321 …Appends a rejection handler callback to the promise, and returns a new promise resolving to the re…
391 callback, promise resolution will occur recursively.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php221 $callback = [$this, $genericMethod];
222 if (is_callable($callback)) {
225 return call_user_func_array($callback, $args);
H A DHandlerWrapper.php81 public function pushProcessor(callable $callback): HandlerInterface argument
84 $this->handler->pushProcessor($callback);
H A DProcessableHandlerInterface.php30 * @param ProcessorInterface|callable $callback
33 public function pushProcessor(callable $callback): HandlerInterface; argument
H A DProcessableHandlerTrait.php35 public function pushProcessor(callable $callback): HandlerInterface argument
37 array_unshift($this->processors, $callback);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1969 $callback = function ($x) {
1972 … $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2830 public function exec($command, callable $callback = null) argument
2921 if ($callback === false || $this->in_request_pty_exec) {
2930 return is_callable($callback) ? true : $output;
2934 if (is_callable($callback)) {
2935 if ($callback($temp) === true) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js6552 that = callback;
6553 callback = priority;
6561 var actualCallback = callback;
6569 actualCallback[FN_REF] = callback[FN_REF] || callback;
6577 callback: actualCallback,
6596 that = callback;
6597 callback = priority;
6787 if (listener.callback.__isTomb) {
6886 if (!callback) {
6900 if (listenerCallback === callback || listenerCallback[FN_REF] === callback) {
[all …]
H A Dbpmn-modeler.production.min.js7callback:r,next:null})}))},$n.prototype.once=function(e,t,n,i){var r=this;if(f(t)&&(i=n,n=t,t=1e3)…
33callback=t,this.element=e.element,this.target=e.options.inputTarget,this.domHandler=function(t){b(…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DCallbackGenerator.php23 * A callback function which sets the URL on the passed mention and returns the mention, return a new AbstractInline based object or null if the mention is not a match
27 private $callback;
29 public function __construct(callable $callback)
31 $this->callback = $callback;
39 $result = \call_user_func($this->callback, $mention);
24 private $callback; global() variable in League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator
26 __construct(callable $callback) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php83 public static function createWithCallback(string $name, string $prefix, string $mentionRegex, callable $callback): MentionParser
85 return new self($name, $prefix, $mentionRegex, new CallbackGenerator($callback));
87 createWithCallback(string $symbol, string $mentionRegex, callable $callback) global() argument
/plugin/phosphor/
H A Dphosphor.php107 $p['callback'] = 'phosphorCallback_' . $name;
/plugin/oauthdoorkeeper/
H A DDockerfile9 sed -i s'!https://doorkeeper-sinatra.herokuapp.com/callback!http://localhost/!' db/seeds.rb && \
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js10 mxGraphMlCodec.prototype.decode = function (xml, callback, onError) argument
120 if (callback)
122 callback(mxFile);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jar ... final org.apache.http.concurrent.FutureCallback callback private volatile boolean completed private volatile boolean cancelled private volatile ...
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js133 doRendering(this.callback);
194 doRendering(this.callback);
268 layout.callback = function() function
904 function doRendering(callback) argument
906 callback();
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a route sho…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js253 if (callback)
255 callback(xmlBuilder.str);
284 callback("");
779 cropImage(index + 1, callback);
783 callback();
839 cropImage(0, callback);
843 callback();
849 callback();
1665 if (callback)
1669 callback(library.str);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js155 window.Draw.loadPlugin = mxUtils.bind(this, function(callback) argument
159 callback(this);
597 App.main = function(callback, createUi) argument
988 if (callback != null)
990 callback(ui);
1277 window.Draw.loadPlugin = function(callback) argument
1279 App.DrawPlugins.push(callback);
7180 var closeFile = mxUtils.bind(this, function(callback, spinnerMsg) argument
7195 callback();
7200 callback();

12345678910>>...14