Home
last modified time | relevance | path

Searched refs:_callbacks (Results 1 – 6 of 6) sorted by last modified time

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js2947 Firebug.Lite.Proxy={_callbacks:{},load:function(url){var resourceDomain=getDomain(url); property in Firebug.Lite.Proxy
2950 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.document,uid=""+new Date().getTime(),callbackName="callback=Firebug.Lite.Proxy._callbacks."+uid,jsonpURL=url.indexOf("?")!=-1?url+"&"+callbackName:url+"?"+callbackName;
2951 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data) function
2953 delete Firebug.Lite.Proxy._callbacks[uid]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9_callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},n…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6_callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},r…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2936 Firebug.Lite.Proxy={_callbacks:{},load:function(url){var resourceDomain=getDomain(url); property in Firebug.Lite.Proxy
2940 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data) function
2942 delete Firebug.Lite.Proxy._callbacks[uid]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js11792 _callbacks: {}, property in Firebug.Lite.Proxy
11826 Firebug.Lite.Proxy._callbacks[uid] = function(data) function
11832 delete Firebug.Lite.Proxy._callbacks[uid];
/plugin/html2pdf/html2pdf/html2ps/
H A Ddispatcher.class.php4 var $_callbacks; variable in Dispatcher
7 $this->_callbacks = array();
14 $this->_callbacks[$type] = array();
19 $this->_callbacks[$type][] = $callback;
25 foreach ($this->_callbacks[$type] as $callback) {
31 if (!isset($this->_callbacks[$type])) {