/plugin/jsonrpc/ |
H A 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/ |
H A 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/ |
H A 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/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | CHANGELOG.md | 98 callbacks are not iterated until after callbacks are invoked.
|
H A 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/webdav/vendor/sabre/event/ |
H A 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/ |
H A 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]); 626 // ordering of these callbacks/triggers is odd, but that's how $.ajax does it
|
/plugin/topbarsyntax/ |
H A 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/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self. 93 to resolver and canceller if callback requires them. Also use static callbacks without
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | UPGRADING.md | 28 - Removed in-object handler callbacks (`@HandlerCallback` annotation), use event listeners instead
|
/plugin/codeprettify/code-prettify/src/ |
H A D | run_prettify.js | 214 var callbacks = []; variable 223 if (name == 'callback') { callbacks.push(value); } 1991 var n = callbacks.length; 1997 win['exports'][callbacks[i]].apply(win, arguments);
|
/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/ |
H A D | ElectronApp.js | 89 var callbacks = App.filesWorkerReqInfo[resp.reqId]; 93 callbacks.error(resp.msg, resp.e); 97 callbacks.callback(resp.data);
|
/plugin/icalevents/vendor/sabre/xml/ |
H A D | CHANGELOG.md | 169 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
|
/plugin/webdav/vendor/sabre/xml/ |
H A D | CHANGELOG.md | 175 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | recipes.rst | 276 For filters, register callbacks with ``registerUndefinedFilterCallback()``. 298 there is no overhead when registering these callbacks.
|
/plugin/diagramsnet/lib/math/ |
H A D | MathJax.js | 19 …callbacks=[{}];this.running=true;for(var i=0,m=this.hooks.length;i<m;i++){if(this.reset){this.hook…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
H A D | ChangeLog-5.7.md | 150 * Fixed [#2328](https://github.com/sebastianbergmann/phpunit/issues/2328): `TestListener` callbacks…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 8 …callbacks){callbacks=callbacks||{};var empty=function(){},onComplete=callbacks.onComplete||empty,o… argument 9 …traighten:function(callbacks){callbacks=callbacks||{};var empty=function(){},onComplete=callbacks.… argument
|
H A D | fabric.js | 13264 fxCenterObjectH: function (object, callbacks) { argument 13265 callbacks = callbacks || { }; 13269 onChange = callbacks.onChange || empty, 13300 callbacks = callbacks || { }; 13304 onChange = callbacks.onChange || empty, 13334 fxRemove: function (object, callbacks) { argument 13335 callbacks = callbacks || { }; 13339 onChange = callbacks.onChange || empty, 17532 fxStraighten: function(callbacks) { argument 17533 callbacks = callbacks || { }; [all …]
|
/plugin/flowplay2/flowplayer/ |
H A D | README.txt | 381 - Added several event callbacks to the JavaScript API. See javascript.txt for details. 392 - Added more event callbacks to the JavaScript API. See javascript.txt for details.
|
/plugin/diagramsnet/lib/ |
H A D | workbox-9fe249eb.js.map | 1 …callbacks and keeps track of when the strategy\n * is \"done\" (i.e. all added `event.waitUntil()`…
|
H A D | workbox-bed83ea8.js.map | 1 …callbacks and keeps track of when the strategy\n * is \"done\" (i.e. all added `event.waitUntil()`…
|
H A D | workbox-f163abaa.js.map | 1 …callbacks and keeps track of when the strategy\n * is \"done\" (i.e. all added `event.waitUntil()`…
|