/plugin/diagramsnet/lib/js/diagramly/ |
D | DrawioFile.js | 5 DrawioFile = function(ui, data) class 57 DrawioFile.SYNC = urlParams['sync'] || 'auto'; 62 DrawioFile.LAST_WRITE_WINS = true; 65 mxUtils.extend(DrawioFile, mxEventSource); 70 DrawioFile.prototype.allChangesSavedKey = 'allChangesSaved'; 75 DrawioFile.prototype.savingSpinnerKey = 'saving'; 80 DrawioFile.prototype.savingStatusKey = 'saving'; 85 DrawioFile.prototype.autosaveDelay = 1500; 91 DrawioFile.prototype.maxAutosaveDelay = 30000; 98 DrawioFile.prototype.optimisticSyncDelay = 300; [all …]
|
D | EmbedFile.js | 7 DrawioFile.call(this, ui, data); 14 mxUtils.extend(EmbedFile, DrawioFile);
|
D | RemoteFile.js | 6 DrawioFile.call(this, ui, data); 13 mxUtils.extend(RemoteFile, DrawioFile);
|
D | TrelloFile.js | 7 DrawioFile.call(this, ui, data); 14 mxUtils.extend(TrelloFile, DrawioFile); 89 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
|
D | OneDriveFile.js | 7 DrawioFile.call(this, ui, data); 13 mxUtils.extend(OneDriveFile, DrawioFile); 120 return 'W-' + DrawioFile.prototype.getChannelId.apply(this, arguments); 352 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class 388 (DrawioFile.SYNC == 'manual' || DrawioFile.SYNC == 'auto')) ?
|
D | NotionFile.js | 7 DrawioFile.call(this, ui, data); 14 mxUtils.extend(NotionFile, DrawioFile); 106 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
|
D | DriveFile.js | 7 DrawioFile.call(this, ui, data); 13 mxUtils.extend(DriveFile, DrawioFile); 117 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments); 150 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() class 363 DrawioFile.prototype.copyFile.apply(this, arguments); 525 return DrawioFile.prototype.isEditable.apply(this, arguments) && 703 DrawioFile.prototype.patchDescriptor.apply(this, arguments);
|
D | StorageFile.js | 15 DrawioFile.call(this, ui, data); 21 mxUtils.extend(StorageFile, DrawioFile); 109 DrawioFile.prototype.save.apply(this, arguments); class 349 DrawioFile.prototype.open.apply(this, arguments); 371 DrawioFile.prototype.destroy.apply(this, arguments);
|
D | LocalFile.js | 13 DrawioFile.call(this, ui, data); 22 mxUtils.extend(LocalFile, DrawioFile); 32 …return this.fileHandle != null && !this.invalidFileHandle && DrawioFile.prototype.isAutosave.apply…
|
D | GitHubFile.js | 7 DrawioFile.call(this, ui, data); 14 mxUtils.extend(GitHubFile, DrawioFile); 210 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
|
D | DropboxFile.js | 7 DrawioFile.call(this, ui, data); 13 mxUtils.extend(DropboxFile, DrawioFile); 190 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
|
D | ElectronApp.js | 1280 this.handleFileSuccess(DrawioFile.SYNC == 'manual'); 1292 return this.fileObject != null && DrawioFile.prototype.isAutosave.apply(this, arguments); 1311 LocalFile.prototype.open = DrawioFile.prototype.open; 1315 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() class
|
D | DriveClient.js | 1585 (DrawioFile.SYNC == 'manual' || DrawioFile.SYNC == 'auto')) ?
|
D | DrawioFileSync.js | 1130 (DrawioFile.LAST_WRITE_WINS) ?
|
D | App.js | 698 …DrawioFile.SYNC == 'auto' && (urlParams['embed'] != '1' || urlParams['embedRT'] == '1') && urlPara… 1052 DrawioFile.prototype.autosaveDelay = val; class 1705 …if (!mxClient.IS_CHROMEAPP && !EditorUi.isElectronApp && urlParams['embed'] != '1' && DrawioFile.S… 1717 DrawioFile.SYNC = 'manual';
|
D | Menus.js | 650 editorUi.synchronizeCurrentFile(DrawioFile.SYNC == 'none'); 654 if (DrawioFile.SYNC == 'none')
|
D | Editor.js | 1824 DrawioFile.prototype.autosaveDelay = config.autosaveDelay || DrawioFile.prototype.autosaveDelay; class 2075 DrawioFile.prototype.autosaveDelay = val;
|
D | Minimal.js | 2052 var key = (file != null) ? file.savingStatusKey : DrawioFile.prototype.savingStatusKey;
|
D | EditorUi.js | 63 if (EditorUi.cacheUrl == null && typeof DrawioFile !== 'undefined') 65 DrawioFile.SYNC = 'none'; //Disable real-time sync 1567 currentFile.handleFileSuccess(DrawioFile.SYNC == 'manual'); 1577 currentFile.handleFileSuccess(DrawioFile.SYNC == 'manual');
|
/plugin/diagramsnet/lib/plugins/ |
D | cConf-1-4-8.js | 1349 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments); 1359 DrawioFile.prototype.save.apply(this, [revision, mxUtils.bind(this, function() class 1371 DrawioFile.prototype.setModified.apply(this, arguments); 1746 DrawioFile.prototype.patchDescriptor.apply(this, arguments);
|
/plugin/diagramsnet/lib/js/ |
D | viewer.min.js | 3015 …DrawioFile=function(b,c){mxEventSource.call(this);this.ui=b;this.shadowData=this.data=c||"";this.s… method 3016 DrawioFile.prototype.allChangesSavedKey="allChangesSaved";DrawioFile.prototype.savingSpinnerKey="sa… class 3017 DrawioFile.prototype.shadowModified=!1;DrawioFile.prototype.data=null;DrawioFile.prototype.shadowDa… 3018 DrawioFile.prototype.getSize=function(){return null!=this.data?this.data.length:0};DrawioFile.proto… 3019 DrawioFile.prototype.updateFile=function(b,c,e,k){null!=e&&e()||(this.ui.getCurrentFile()!=this||th… 3020 DrawioFile.prototype.mergeFile=function(b,c,e,k){var g=!0;try{this.stats.fileMerged++;var p=null!=t… 3022 …ta:\n"+m+"\nPatched Shadow:\n"+n,null,"mergeFile");return}this.patch(d,DrawioFile.LAST_WRITE_WINS?… 3024 DrawioFile.prototype.getAnonymizedXmlForPages=function(b){var c=new mxCodec(mxUtils.createXmlDocume… 3025 DrawioFile.prototype.compressReportData=function(b,c,e){c=null!=c?c:1E4;null!=e&&null!=b&&b.length>… 3026 DrawioFile.prototype.checksumError=function(b,c,e,k,g){this.stats.checksumErrors++;this.invalidChec… [all …]
|
D | app.min.js | 9975 DrawioFile=function(b,e){mxEventSource.call(this);this.ui=b;this.shadowData=this.data=e||"";this.sh… method 9976 DrawioFile.prototype.allChangesSavedKey="allChangesSaved";DrawioFile.prototype.savingSpinnerKey="sa… class 9977 DrawioFile.prototype.shadowModified=!1;DrawioFile.prototype.data=null;DrawioFile.prototype.shadowDa… 9978 DrawioFile.prototype.getSize=function(){return null!=this.data?this.data.length:0};DrawioFile.proto… 9979 DrawioFile.prototype.updateFile=function(b,e,d,c){null!=d&&d()||(this.ui.getCurrentFile()!=this||th… 9980 DrawioFile.prototype.mergeFile=function(b,e,d,c){var g=!0;try{this.stats.fileMerged++;var k=null!=t… 9982 …ta:\n"+q+"\nPatched Shadow:\n"+t,null,"mergeFile");return}this.patch(f,DrawioFile.LAST_WRITE_WINS?… 9984 DrawioFile.prototype.getAnonymizedXmlForPages=function(b){var e=new mxCodec(mxUtils.createXmlDocume… 9985 DrawioFile.prototype.compressReportData=function(b,e,d){e=null!=e?e:1E4;null!=d&&null!=b&&b.length>… 9986 DrawioFile.prototype.checksumError=function(b,e,d,c,g){this.stats.checksumErrors++;this.invalidChec… [all …]
|
D | viewer-static.min.js | 3015 …DrawioFile=function(b,c){mxEventSource.call(this);this.ui=b;this.shadowData=this.data=c||"";this.s… method 3016 DrawioFile.prototype.allChangesSavedKey="allChangesSaved";DrawioFile.prototype.savingSpinnerKey="sa… class 3017 DrawioFile.prototype.shadowModified=!1;DrawioFile.prototype.data=null;DrawioFile.prototype.shadowDa… 3018 DrawioFile.prototype.getSize=function(){return null!=this.data?this.data.length:0};DrawioFile.proto… 3019 DrawioFile.prototype.updateFile=function(b,c,e,k){null!=e&&e()||(this.ui.getCurrentFile()!=this||th… 3020 DrawioFile.prototype.mergeFile=function(b,c,e,k){var g=!0;try{this.stats.fileMerged++;var p=null!=t… 3022 …ta:\n"+m+"\nPatched Shadow:\n"+n,null,"mergeFile");return}this.patch(d,DrawioFile.LAST_WRITE_WINS?… 3024 DrawioFile.prototype.getAnonymizedXmlForPages=function(b){var c=new mxCodec(mxUtils.createXmlDocume… 3025 DrawioFile.prototype.compressReportData=function(b,c,e){c=null!=c?c:1E4;null!=e&&null!=b&&b.length>… 3026 DrawioFile.prototype.checksumError=function(b,c,e,k,g){this.stats.checksumErrors++;this.invalidChec… [all …]
|