Home
last modified time | relevance | path

Searched refs:callbacks (Results 26 – 50 of 63) sorted by relevance

123

/plugin/flowplayer/player/
H A DREADME.txt8 - #9 when replaying from stopping, connection does not receive callbacks anymore.
246 - A separator in the Context Menu made the callbacks in the following menu items out of order. Rela…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as245 securityIssue = true; // Direct access disables the callbacks, which were a security concern.
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md490 to using callbacks to inject functionallity into the parser.
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog714 after-batch callbacks are introduced.
721 * Change: before-page and after-page callbacks are introduced.
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md791 `$onFulfilled` or `$onRejected` callbacks you provide to done, it will be
/plugin/jmol2/jmol/
H A DCHANGES.txt1410 # code: documentation for callbacks in Viewer; refactoring of StatusManager
1429 # note: To get translation in message callbacks, use jmolSetTranslation(true)
2507 # -- was necessary for Protein Explorer javascript callbacks
4830 # allows "jmolscript:" for embedded scripts and callbacks
4950 # bug fix for animFrameCallback giving multiple callbacks -- still there, but identified now
5171 # adds script: option for callbacks set from within Jmol. That is, callbacks
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14000 var callbacks = (this.events[event] || (this.events[event] = []));
14002 if (callbacks.indexOf(cb) < 0) {
14003 callbacks.push(cb);
14008 var callbacks = this.events[event];
14010 if (callbacks) {
14011 var index = callbacks.indexOf(cb);
14013 callbacks.splice(index, 1);
14021 var callbacks = this.events[event];
14023 if (callbacks) {
14024 callbacks.forEach(function(cb) {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md502 - Allow serialization groups to be accessible within event subscriber callbacks. [\#84](https://git…
772 - Fix multiple handler callbacks in YamlDriver [\#515](https://github.com/schmittjoh/serializer/pul…
/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/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/diagramsnet/lib/js/
H A Dorgchart.min.js8callbacks=[];this.result=null},statics:{delay:function(n,t){var i=new System.Threading.Tasks.TaskC…
/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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js20449 var callbacks = request.notificationCallbacks;
20450 var xhrRequest = callbacks ? callbacks.getInterface(Ci.nsIXMLHttpRequest) : null;
20707 var callbacks = request.notificationCallbacks;
20708 return (callbacks ? callbacks.getInterface(Ci.nsIXMLHttpRequest) : null);
/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/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …EAPF64"]=HEAPF64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=c… argument
H A Dvorbis.js2 …EAPF64"]=HEAPF64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=c… argument
H A Dopus.js2 …EAPF64"]=HEAPF64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=c… argument
/plugin/aceeditor/
H A Dbuild.js1callbacks={},this.$worker.onerror=this.onError,this.$worker.onmessage=this.onMessage};(function(){…
/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/codemirror/dist/
H A Dscripts.min.js.map1callbacks","cursorActivityCalled","finishOperation","endCb","orphanDelayedCallbacks","signalLater"…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js354 initPassiveLoading: function initPassiveLoading(callbacks) {},

123