Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 25 of 63) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/confmanager/
H A Djquery.form.js147 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/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5401 }}},isXHR:function(request){try{var callbacks=request.notificationCallbacks;
5402 var xhrRequest=callbacks?callbacks.getInterface(Ci.nsIXMLHttpRequest):null;
5461 }try{var callbacks=request.notificationCallbacks;
5462 return(callbacks?callbacks.getInterface(Ci.nsIXMLHttpRequest):null)
/plugin/edittable/lib/
H A Dhandsontable.full.js5111 (0, _object.objectEach)(hooks, function (callbacks, name) {
38820 var callbacks = [];
38823 callbacks.push(command.callback);
38826 callbacks.push(this.commonCallback);
38829 (0, _array.arrayEach)(callbacks, function (callback) {
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * 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
H A DREADME.md791 `$onFulfilled` or `$onRejected` callbacks you provide to done, it will be
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md108 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md25 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md189 * Fixed a memory leak in the curl handlers in which references to callbacks
974 aggregation and no longer uses callbacks
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md98 callbacks are not iterated until after callbacks are invoked.
H A DREADME.md36 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/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1callbacks and keeps track of when the strategy\n * is \"done\" (i.e. all added `event.waitUntil()`…
H A Dworkbox-bed83ea8.js.map1callbacks and keeps track of when the strategy\n * is \"done\" (i.e. all added `event.waitUntil()`…
H A Dworkbox-f163abaa.js.map1callbacks and keeps track of when the strategy\n * is \"done\" (i.e. all added `event.waitUntil()`…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19callbacks=[{}];this.running=true;for(var i=0,m=this.hooks.length;i<m;i++){if(this.reset){this.hook…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743callbacks=[];this.result=null},statics:{delay:function(n,t){var i=new System.Threading.Tasks.TaskC…
H A Dorgchart.min.js8callbacks=[];this.result=null},statics:{delay:function(n,t){var i=new System.Threading.Tasks.TaskC…
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js89 var callbacks = App.filesWorkerReqInfo[resp.reqId];
93 callbacks.error(resp.msg, resp.e);
97 callbacks.callback(resp.data);
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8callbacks=[];this.result=null},statics:{delay:function(n,t){var i=new System.Threading.Tasks.TaskC…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1callbacks of the given name.\n if (callback != null && typeof callback !== \"function\") throw …
H A Dbundle.js426callbacks:o(),dirty:c};let f=!1;var g;h.ctx=n?n(e,u,(t,n,i=n)=>(h.ctx&&a(h.ctx[t],h.ctx[t]=i)&&(h.…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426callbacks:o(),dirty:c};let f=!1;var g;h.ctx=n?n(e,u,(t,n,i=n)=>(h.ctx&&a(h.ctx[t],h.ctx[t]=i)&&(h.…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1callbacks of the given name.\n if (callback != null && typeof callback !== \"function\") throw …
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5390 }}},isXHR:function(request){try{var callbacks=request.notificationCallbacks;
5391 var xhrRequest=callbacks?callbacks.getInterface(Ci.nsIXMLHttpRequest):null;
5450 }try{var callbacks=request.notificationCallbacks;
5451 return(callbacks?callbacks.getInterface(Ci.nsIXMLHttpRequest):null)
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md175 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.

123