Home
last modified time | relevance | path

Searched refs:getCallback (Results 1 – 10 of 10) sorted by relevance

/plugin/zip/pear/
H A DPEAR.php932 function getCallback() { function in PEAR_Error
/plugin/publist/bib2tpl/lib/
H A DPEAR.php920 function getCallback() function in PEAR_Error
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php920 function getCallback() function in PEAR_Error
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php920 function getCallback() function in PEAR_Error
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js5353 var func = getCallback(),
5771 function getCallback(func, thisArg, argCount) {
7111 var func = getCallback(iteratee);
7139 var func = getCallback(iteratee);
7401 var func = getCallback();
8255 iteratee = getCallback(iteratee, thisArg, 3);
8712 iteratee = getCallback(iteratee, thisArg, 3);
11042 iteratee = getCallback(iteratee, thisArg, 3);
11273 iteratee = getCallback(iteratee, thisArg, 4);
13055 iteratee = getCallback(iteratee, thisArg, 3);
[all …]
H A Dpdfmake.min.js.map1getCallback","createAssigner","assigner","isIterateeCall","createBindWrapper","wrapper","Ctor","cr…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2513 this.getCallback().push({ "fn":_fn, "readyState":_readyState });
2527 … var readyState = this.environment.getApi().readyState, callback=this.environment.getCallback();
H A Dfirebug-lite-1.2-compressed.js122getCallback().push({"fn":_fn,"readyState":_readyState});return this._parent_;},"addData":function(…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js133 url+=(url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);this.api.open(this.environment.getType(),url,this.environment.getAsync());if(this.environment.getType()=="POST"){this.api.setRequestHeader("Content-Type","application/x-www-form-urlencoded");};this.api.send(this.environment.getType()=="GET"?"":dataUrl);return this;}};pi.xhr.body.environment={"_async":true,"_api":null,"_cache":true,"_callback":null,"_data":{},"_type":"GET","_url":"","setApi":function(_value){this._parent_.api=_value;this._setApi(_value);},"addCallback":function(_readyState,_fn){this.getCallback().push({"fn":_fn,"readyState":_readyState});return this._parent_;},"addData":function(_key,_value){this.getData()[_key]=_value;return this._parent_;},"setType":function(_value){this._setType(_value);return this._parent_;}};pi.xhr.body.event={"readystatechange":function(){var readyState=this.environment.getApi().readyState,callback=this.environment.getCallback();for(var i=0,len=callback.length;i<len;i++){if(pi.util.Array.indexOf(callback[i].readyState,readyState)>-1){callback[i].fn.apply(this);}}}};pi.xhr=pi.xhr.build();pi.xhr.get=function(_url,_returnPiObject){var request=new pi.xhr();request.environment.setAsync(false);request.environment.setUrl(_url);request.send();return _returnPiObject?request:request.environment.getApi();};pi.util.AddEvent(pi.env.ie?window:document,pi.env.ie?"load":"DOMContentLoaded",function(){for(var i=0,len=pi.util.Init.length;i<len;i++){pi.util.Init[i]();}});})(firebug);(function(){with(firebug){var scriptsIncluded=document.getElementsByTagName('script');for(var i=scriptsIncluded.length-1;i>=0;i--){var script=scriptsIncluded[i],src=getFileName(script.src);if(src){internal.liteFilename=src;break;}}
H A Dfirebug-lite-1.2.js2524 this.getCallback().push({ "fn":_fn, "readyState":_readyState });
2538 var readyState = this.environment.getApi().readyState, callback=this.environment.getCallback();