Home
last modified time | relevance | path

Searched refs:DrawioFile (Results 1 – 23 of 23) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DDrawioFile.js5 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 …]
DEmbedFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(EmbedFile, DrawioFile);
DRemoteFile.js6 DrawioFile.call(this, ui, data);
13 mxUtils.extend(RemoteFile, DrawioFile);
DTrelloFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(TrelloFile, DrawioFile);
89 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
DOneDriveFile.js7 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')) ?
DNotionFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(NotionFile, DrawioFile);
106 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
DDriveFile.js7 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);
DStorageFile.js15 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);
DLocalFile.js13 DrawioFile.call(this, ui, data);
22 mxUtils.extend(LocalFile, DrawioFile);
32 …return this.fileHandle != null && !this.invalidFileHandle && DrawioFile.prototype.isAutosave.apply…
DGitHubFile.js7 DrawioFile.call(this, ui, data);
14 mxUtils.extend(GitHubFile, DrawioFile);
210 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
DDropboxFile.js7 DrawioFile.call(this, ui, data);
13 mxUtils.extend(DropboxFile, DrawioFile);
190 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function() class
DElectronApp.js1280 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
DDriveClient.js1585 (DrawioFile.SYNC == 'manual' || DrawioFile.SYNC == 'auto')) ?
DDrawioFileSync.js1130 (DrawioFile.LAST_WRITE_WINS) ?
DApp.js698DrawioFile.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';
DMenus.js650 editorUi.synchronizeCurrentFile(DrawioFile.SYNC == 'none');
654 if (DrawioFile.SYNC == 'none')
DEditor.js1824 DrawioFile.prototype.autosaveDelay = config.autosaveDelay || DrawioFile.prototype.autosaveDelay; class
2075 DrawioFile.prototype.autosaveDelay = val;
DMinimal.js2052 var key = (file != null) ? file.savingStatusKey : DrawioFile.prototype.savingStatusKey;
DEditorUi.js63 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/
DcConf-1-4-8.js1349 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/
Dviewer.min.js3015DrawioFile=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 …]
Dapp.min.js9975 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 …]
Dviewer-static.min.js3015DrawioFile=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 …]