Searched refs:fileLoaded (Results 1 – 15 of 15) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 755 editorUi.fileLoaded(file); 801 this.fileLoaded(file); 844 EditorUi.prototype.fileLoaded = function(file) method in EditorUi 938 this.fileLoaded(file); 1032 var isModified = false, fileLoaded = false; 1039 fileLoaded = true; 1090 fileLoaded = true; 1103 fileLoaded = true; 1126 fileLoaded = true; 1137 if (!fileLoaded) [all …]
|
H A D | TrelloFile.js | 159 this.ui.fileLoaded(file);
|
H A D | NotionFile.js | 193 this.ui.fileLoaded(file);
|
H A D | GitHubFile.js | 320 this.ui.fileLoaded(file);
|
H A D | OneDriveFile.js | 501 this.ui.fileLoaded(file);
|
H A D | App.js | 2855 this.fileLoaded((mxClient.IS_IOS) ? 3204 this.fileLoaded(file); 3336 this.fileLoaded(new LocalFile(this, xml, null)); 4011 this.fileLoaded((mode == App.MODE_BROWSER) ? 4907 this.fileLoaded(file); 5017 this.fileLoaded(null); 5069 this.fileLoaded(file); 5102 this.fileLoaded(tempFile); 5237 if (this.fileLoaded(tempFile, true)) 5316 this.fileLoaded(file); [all …]
|
H A D | EditorUi.js | 2206 this.fileLoaded(tempFile); 2587 EditorUi.prototype.fileLoaded = function(file, noDialogs) method in EditorUi 2785 this.fileLoaded(oldFile); 11367 this.fileLoaded(new LocalFile(this, data, name ||
|
H A D | Menus.js | 590 editorUi.fileLoaded(null);
|
H A D | Dialogs.js | 4397 editorUi.fileLoaded(null); 4495 editorUi.fileLoaded(null);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | replay.js | 88 ui.fileLoaded(new LocalFile(ui, mxUtils.getXml(xmlDoc.documentElement.firstChild.firstChild)));
|
H A D | tickets.js | 82 ui.fileLoaded(new LocalFile(ui, ui.emptyDiagramXml, this.defaultFilename, true));
|
H A D | cConf-1-4-8.js | 1877 ui.fileLoaded(file, true);
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10197 function(c){13==c.keyCode?B(App.MODE_DEVICE):27==c.keyCode&&(b.fileLoaded(null),b.hideDialog(),wind… 11628 -1:".png"==c.substring(c.length-4))&&(c=c.substring(0,c.length-4)+".drawio");this.fileLoaded(mxClie… 11640 …&(b.getHash=function(){return window.location.hash.substring(1)});this.fileLoaded(b);this.getCurre… 11643 …nd(this,function(b){this.spinner.stop();if("0"!=urlParams.splash){this.fileLoaded(new LocalFile(th… 11665 …=d.substring(d.length-4)||(d=d.substring(0,d.length-4)+".drawio");this.fileLoaded(b==App.MODE_BROW… 11692 …etMode());var l=mxUtils.bind(this,function(){window.openFile=null;this.fileLoaded(b);d&&b.addAllSa… 11695 …this,function(){if(null==b||0==b.length)this.editor.setStatus(""),this.fileLoaded(null);else if(th… 11698 …fileLoaded(g);null!=c&&c()}else if("E"==b.charAt(0))null==this.getCurrentFile()?this.handleError({… 11701 …RIComponent(urlParams.title):e,!0);d.getHash=function(){return b};this.fileLoaded(d,!0)?null!=c&&c… 11703 …1));g.getFile(b,mxUtils.bind(this,function(d){this.spinner.stop();this.fileLoaded(d);var e=this.ge… [all …]
|
H A D | viewer.min.js | 3412 …ms.title):this.defaultFilename,!0);f.getHash=function(){return d};this.fileLoaded(f);"csv"==b.form… 3419 …x+"-"+g));return d=mxResources.get("copyOf",[d])+f};EditorUi.prototype.fileLoaded=function(b,c){va… 3424 …necting"))?window.location.search=this.getSearch(["url"]):null!=d?this.fileLoaded(d):e()});c?g():t…
|
H A D | viewer-static.min.js | 3412 …ms.title):this.defaultFilename,!0);f.getHash=function(){return d};this.fileLoaded(f);"csv"==b.form… 3419 …x+"-"+g));return d=mxResources.get("copyOf",[d])+f};EditorUi.prototype.fileLoaded=function(b,c){va… 3424 …necting"))?window.location.search=this.getSearch(["url"]):null!=d?this.fileLoaded(d):e()});c?g():t…
|