Searched refs:reqType (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 1878 function mxElectronRequest(reqType, reqObj) argument 1880 this.reqType = reqType; 1890 ipcRenderer.send(this.reqType, this.reqObj); 1892 ipcRenderer.once(this.reqType + '-success', (event, data) => 1896 ipcRenderer.send(this.reqType + '-finalize'); 1899 ipcRenderer.once(this.reqType + '-error', (event, err) => 1903 ipcRenderer.send(this.reqType + '-finalize');
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4980 …ndefined"?activeXObject:new _XMLHttpRequest(),spy=new XHRSpy(),self=this,reqType,reqUrl,reqStartTS;
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 18719 reqType,
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4991 var XMLHttpRequestWrapper=function(activeXObject){var xhrRequest=typeof activeXObject!="undefined"?activeXObject:new _XMLHttpRequest(),spy=new XHRSpy(),self=this,reqType,reqUrl,reqStartTS;
|