Searched refs:handleFileError (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 910 file.handleFileError(err, true); 917 file.handleFileError(null, false); 1271 this.handleFileError(err); 1577 file.handleFileError(err, true); 1592 file.handleFileError(err, true);
|
H A D | DrawioFile.js | 1675 this.handleFileError(null, false); 1800 DrawioFile.prototype.handleFileError = function(err, manual) method in DrawioFile 1850 this.handleFileError(err2, true); 1970 this.handleFileError(err);
|
H A D | DrawioFileSync.js | 677 this.file.handleFileError(err); 748 this.file.handleFileError(); 753 this.file.handleFileError(err);
|
H A D | EditorUi.js | 1556 currentFile.handleFileError(null, true); 1570 currentFile.handleFileError(err, true); 1580 currentFile.handleFileError(err, true);
|
H A D | App.js | 6180 file.handleFileError(err, true);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3062 …get("cancel"),mxUtils.bind(this,function(){this.ui.hideDialog();this.handleFileError(null,!1)}),34… 3066 DrawioFile.prototype.handleFileError=function(b,c){this.ui.spinner.stop();if(this.ui.getCurrentFile… 3068 …(){this.handleFileSuccess(!0)}),k=mxUtils.bind(this,function(b){this.handleFileError(b,!0)}),g=mxU… 3072 …this.ageStart=this.lastChanged)}),mxUtils.bind(this,function(b){this.handleFileError(b)}))):(this.… 3393 …ndleError({message:mxResources.get("busy")}):!b&&d.invalidChecksum?d.handleFileError(null,!0):this… 3394 …handleFileError(b,!0)})):d.synchronizeFile(mxUtils.bind(this,function(){d.handleFileSuccess("manua…
|
H A D | app.min.js | 10022 …get("cancel"),mxUtils.bind(this,function(){this.ui.hideDialog();this.handleFileError(null,!1)}),34… 10026 DrawioFile.prototype.handleFileError=function(b,e){this.ui.spinner.stop();if(this.ui.getCurrentFile… 10028 …(){this.handleFileSuccess(!0)}),c=mxUtils.bind(this,function(b){this.handleFileError(b,!0)}),g=mxU… 10032 …this.ageStart=this.lastChanged)}),mxUtils.bind(this,function(b){this.handleFileError(b)}))):(this.… 10725 …ndleError({message:mxResources.get("busy")}):!b&&c.invalidChecksum?c.handleFileError(null,!0):this… 10726 …handleFileError(b,!0)})):c.synchronizeFile(mxUtils.bind(this,function(){c.handleFileSuccess("manua… 11729 …r.addRetryToError(c,mxUtils.bind(this,function(){this.save(b,e)}));d.handleFileError(c,!0)});try{b…
|
H A D | viewer-static.min.js | 3062 …get("cancel"),mxUtils.bind(this,function(){this.ui.hideDialog();this.handleFileError(null,!1)}),34… 3066 DrawioFile.prototype.handleFileError=function(b,c){this.ui.spinner.stop();if(this.ui.getCurrentFile… 3068 …(){this.handleFileSuccess(!0)}),k=mxUtils.bind(this,function(b){this.handleFileError(b,!0)}),g=mxU… 3072 …this.ageStart=this.lastChanged)}),mxUtils.bind(this,function(b){this.handleFileError(b)}))):(this.… 3393 …ndleError({message:mxResources.get("busy")}):!b&&d.invalidChecksum?d.handleFileError(null,!0):this… 3394 …handleFileError(b,!0)})):d.synchronizeFile(mxUtils.bind(this,function(){d.handleFileSuccess("manua…
|