| /plugin/jsonrpc/ |
| D | IJR_Server.php | 11 var $callbacks = array(); variable in IJR_Server 18 function IJR_Server($callbacks = false, $data = false) argument 21 if ($callbacks) { 22 $this->callbacks = $callbacks; 122 $method = $this->callbacks[$methodname]; 170 return in_array($method, array_keys($this->callbacks));
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckstyles.js | 63 var callbacks = this._Callbacks[ styleName ] ; 65 if ( !callbacks ) 66 callbacks = this._Callbacks[ styleName ] = [] ; 68 callbacks.push( [ callback, callbackOwner ] ) ; 84 var callbacks = this._Callbacks[ styleName ] ; 86 if ( callbacks ) 95 for ( var i = 0 ; i < callbacks.length ; i++ ) 97 var callback = callbacks[i][0] ; 98 var callbackOwner = callbacks[i][1] ;
|
| /plugin/creole/helper/ |
| D | eventhandler.php | 113 protected static $callbacks = array(); variable in helper_plugin_creole_eventhandler 121 self::$callbacks = array(); 140 self::$callbacks [] = new creole_state_callback 155 for ( $cb_index = 0 ; $cb_index < count (self::$callbacks) ; $cb_index++ ) { 157 self::$callbacks [$cb_index]->eventMatches($event) && 158 self::$callbacks [$cb_index]->ownEventMatches(self::$queue[$q_index]) ) { 160 … self::$callbacks [$cb_index]->execute(self::$queue [$q_index], $pos, $match, $handler);
|
| /plugin/asciidocjs/node_modules/inflight/ |
| D | README.md | 3 Add callbacks to requests in flight to avoid async duplication 16 // which when called will call all callbacks passed to inflightk
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 98 callbacks are not iterated until after callbacks are invoked.
|
| D | README.md | 36 registers callbacks to receive either a promise's eventual value or the reason 63 reject a promise with a *reason*. Resolving a promises triggers callbacks 64 registered with the promises's `then` method. These callbacks are triggered 72 all of the onFulfilled callbacks (resolving a promise with a rejected promise 73 will reject the promise and trigger the `$onRejected` callbacks). 90 // Resolving the promise triggers the $onFulfilled callbacks and outputs 128 When a promise is rejected, the `$onRejected` callbacks are invoked with the 146 `$onRejected` callbacks are invoked with the thrown exception as the reason. 180 does not return a rejected promise, downstream `$onFulfilled` callbacks are 362 // Fulfilled callbacks are immediately invoked. [all …]
|
| /plugin/asciidocjs/node_modules/function-bind/ |
| D | .eslintrc | 9 "max-nested-callbacks": [2, 3],
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 147 callbacks are not iterated until after callbacks are invoked.
|
| D | README.md | 51 registers callbacks to receive either a promise's eventual value or the reason 77 reject a promise with a *reason*. Resolving a promise triggers callbacks 78 registered with the promise's `then` method. These callbacks are triggered 85 all of the onFulfilled callbacks (resolving a promise with a rejected promise 86 will reject the promise and trigger the `$onRejected` callbacks). 103 // Resolving the promise triggers the $onFulfilled callbacks and outputs 140 When a promise is rejected, the `$onRejected` callbacks are invoked with the 158 `$onRejected` callbacks are invoked with the thrown exception as the reason. 192 does not return a rejected promise, downstream `$onFulfilled` callbacks are 373 // Fulfilled callbacks are immediately invoked. [all …]
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | .eslintrc | 11 "max-nested-callbacks": 1,
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 26 wait for any `then`/`otherwise` callbacks to trigger. 52 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
|
| /plugin/confmanager/ |
| D | jquery.form.js | 147 var callbacks = []; 149 callbacks.push(function() { $form.resetForm(); }); 152 callbacks.push(function() { $form.clearForm(options.includeHidden); }); 158 callbacks.push(function(data) { 164 callbacks.push(options.success); 169 for (var i=0, max=callbacks.length; i < max; i++) { 170 callbacks[i].apply(context, [data, status, xhr || $form, $form]);
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | .eslintrc | 19 "max-nested-callbacks": 0,
|
| /plugin/topbarsyntax/ |
| D | csshover3.htc | 49 callbacks: {}, 122 if(!this.callbacks[hash]) { 136 this.callbacks[hash] = true; 185 this.callbacks = {};
|
| /plugin/davcal/vendor/sabre/event/ |
| H A D | CHANGELOG.md | 25 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | UPGRADING.md | 28 - Removed in-object handler callbacks (`@HandlerCallback` annotation), use event listeners instead
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | CHANGELOG.md | 87 …* Feature: Improve memory consumption for pending promises by using static internal callbacks wi… 93 to resolver and canceller if callback requires them. Also use static callbacks without
|
| /plugin/codeprettify/code-prettify/src/ |
| D | run_prettify.js | 214 var callbacks = []; variable 223 if (name == 'callback') { callbacks.push(value); }
|
| /plugin/asciidocjs/node_modules/async/ |
| D | README.md | 24 // for use with Node-style callbacks...
|
| D | CHANGELOG.md | 212 - Fixed several documented optional callbacks not actually being optional ([#1223](https://github.c… 271 - Added `asyncify`/`wrapSync` for making sync functions work with callbacks. ([#671](https://github… 313 - `cargo` now supports all of the same methods and event callbacks as `queue`. 325 - Always pass `null` in callbacks when there is no error ([#439](https://github.com/caolan/async/is…
|
| /plugin/davcal/vendor/sabre/xml/ |
| H A D | CHANGELOG.md | 108 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | ElectronApp.js | 89 var callbacks = App.filesWorkerReqInfo[resp.reqId]; 93 callbacks.error(resp.msg, resp.e); 97 callbacks.callback(resp.data);
|
| /plugin/webdav/vendor/sabre/xml/ |
| D | CHANGELOG.md | 175 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
|
| /plugin/icalevents/vendor/sabre/xml/ |
| D | CHANGELOG.md | 169 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.mjs | 552 * // Using callbacks 628 * and a callback for when it has finished processing. Each of these callbacks 676 * // Using callbacks 1646 // when callbacks resolve synchronously (#1267). 1883 * // Using callbacks 2026 * of `f(g(h()))`, only this version uses callbacks to obtain the return values. 2159 * // Using callbacks 2624 * // Using callbacks 2832 * // Using callbacks 3019 * // Using callbacks [all …]
|