/plugin/diagramsnet/lib/js/diagramly/ |
H A D | StorageFile.js | 85 StorageFile.prototype.isRenamable = function() method in StorageFile 225 if (this.isRenamable()) 276 if (this.isRenamable() && title.charAt(0) == '.' && error != null) 284 if (!this.isRenamable() || this.getTitle() == title || data == null)
|
H A D | RemoteFile.js | 45 RemoteFile.prototype.isRenamable = function() method in RemoteFile
|
H A D | StorageLibrary.js | 70 StorageLibrary.prototype.isRenamable = function(title, success, error) method in StorageLibrary
|
H A D | RemoteLibrary.js | 31 RemoteLibrary.prototype.isRenamable = function() method in RemoteLibrary
|
H A D | TrelloFile.js | 51 TrelloFile.prototype.isRenamable = function() method in TrelloFile
|
H A D | NotionFile.js | 67 NotionFile.prototype.isRenamable = function() method in NotionFile
|
H A D | LocalFile.js | 72 LocalFile.prototype.isRenamable = function() method in LocalFile
|
H A D | GitHubFile.js | 120 GitHubFile.prototype.isRenamable = function() method in GitHubFile
|
H A D | DropboxFile.js | 73 DropboxFile.prototype.isRenamable = function() method in DropboxFile
|
H A D | OneDriveFile.js | 170 OneDriveFile.prototype.isRenamable = function() method in OneDriveFile
|
H A D | DriveFile.js | 115 DriveFile.prototype.isRenamable = function() method in DriveFile
|
H A D | DrawioFile.js | 998 DrawioFile.prototype.isRenamable = function() method in DrawioFile
|
H A D | ElectronApp.js | 1305 LocalFile.prototype.isRenamable = function() method in LocalFile
|
H A D | Dialogs.js | 8863 if (file != null && !file.isRenamable()) 8870 if (file == null || file.isRenamable())
|
H A D | App.js | 6845 if (file != null && file.isRenamable())
|
H A D | EditorUi.js | 13854 …this.actions.get('rename').setEnabled((file != null && file.isRenamable()) || urlParams['embed'] =…
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1347 EmbedFile.prototype.isRenamable = function() method in EmbedFile
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10001 …rn!this.inConflictState&&this.ui.editor.autosave};DrawioFile.prototype.isRenamable=function(){retu… 10043 LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,e,d){this.… 10050 StorageFile.prototype.isRenamable=function(){return!0};StorageFile.prototype.save=function(b,e,d){t… 10053 …b,e,d,c){if(this.isEditable()){var g=mxUtils.bind(this,function(){this.isRenamable()&&(this.title=… 10054 …isRenamable()&&"."==b.charAt(0)&&null!=c?c({message:mxResources.get("invalidName")}):StorageFile.g… 10060 …isRenamable=function(b,e,d){return".scratchpad"!=this.title};StorageLibrary.prototype.open=functio… 10336 …yle.width="500px";null==g||g.isRenamable()||t.setAttribute("disabled","true");this.init=function()… 11751 …",mxUtils.bind(this,function(b){var c=this.getCurrentFile();null!=c&&c.isRenamable()&&(this.editor…
|
H A D | viewer.min.js | 3041 …rn!this.inConflictState&&this.ui.editor.autosave};DrawioFile.prototype.isRenamable=function(){retu… 3083 LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,c,e){this.…
|
H A D | viewer-static.min.js | 3041 …rn!this.inConflictState&&this.ui.editor.autosave};DrawioFile.prototype.isRenamable=function(){retu… 3083 LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,c,e){this.…
|