Searched refs:GitHubFile (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitHubFile.js | 5 GitHubFile = function(ui, data, meta) class 14 mxUtils.extend(GitHubFile, DrawioFile); 22 GitHubFile.prototype.share = function() 35 GitHubFile.prototype.getId = function() 49 GitHubFile.prototype.getHash = function() 57 GitHubFile.prototype.getPublicUrl = function(fn) 79 GitHubFile.prototype.isConflict = function(err) 90 GitHubFile.prototype.getMode = function() 98 GitHubFile.prototype.isAutosave = function() 109 GitHubFile.prototype.getTitle = function() [all …]
|
H A D | GitHubLibrary.js | 7 GitHubFile.call(this, ui, data, meta); 11 mxUtils.extend(GitHubLibrary, GitHubFile);
|
H A D | GitLabFile.js | 7 GitHubFile.call(this, ui, data, meta); 13 mxUtils.extend(GitLabFile, GitHubFile);
|
H A D | GitHubClient.js | 505 …return (asLibrary) ? new GitHubLibrary(this.ui, content, meta) : new GitHubFile(this.ui, content, … 549 success(new GitHubFile(this.ui, data, {'org': org, 'repo': repo, 'ref': ref,
|
H A D | DrawioFile.js | 1858 var isRepoFile = (this.constructor == GitHubFile) || (this.constructor == GitLabFile); 1874 var isRepoFile = (this.constructor == GitHubFile) || (this.constructor == GitLabFile);
|
H A D | App.js | 2720 if (file != null && file.constructor == GitHubFile) 7507 if (file != null && file.constructor == GitHubFile)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10028 …his.ui.editor.setStatus(""),this.save(!0,d,c,null,!0,this.constructor!=GitHubFile&&this.constructo… 10029 …(this.savingSpinnerKey))&&this.save(!0,d,c,null,null,this.constructor!=GitHubFile&&this.constructo… 11625 …k("https://www.notion.so/"):d==App.MODE_GITHUB?null!=e&&e.constructor==GitHubFile?this.openLink(e.… 11780 this.getCurrentFile();if(null!=b&&b.constructor==GitHubFile){var c=mxUtils.bind(this,function(){thi…
|
H A D | viewer.min.js | 3068 …his.ui.editor.setStatus(""),this.save(!0,e,k,null,!0,this.constructor!=GitHubFile&&this.constructo… 3069 …(this.savingSpinnerKey))&&this.save(!0,e,k,null,null,this.constructor!=GitHubFile&&this.constructo…
|
H A D | viewer-static.min.js | 3068 …his.ui.editor.setStatus(""),this.save(!0,e,k,null,!0,this.constructor!=GitHubFile&&this.constructo… 3069 …(this.savingSpinnerKey))&&this.save(!0,e,k,null,null,this.constructor!=GitHubFile&&this.constructo…
|