Searched refs:GitLabFile (Results 1 – 8 of 8) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitLabFile.js | 5 GitLabFile = function(ui, data, meta) class 13 mxUtils.extend(GitLabFile, GitHubFile); 21 GitLabFile.prototype.share = function() 34 GitLabFile.prototype.getId = function() 48 GitLabFile.prototype.getHash = function() 56 GitLabFile.prototype.isConflict = function(err) 67 GitLabFile.prototype.getMode = function() 75 GitLabFile.prototype.getDescriptorEtag = function(desc) 83 GitLabFile.prototype.setDescriptorEtag = function(desc, etag)
|
H A D | GitLabLibrary.js | 7 GitLabFile.call(this, ui, data, meta); 11 mxUtils.extend(GitLabLibrary, GitLabFile);
|
H A D | GitLabClient.js | 519 …return (asLibrary) ? new GitLabLibrary(this.ui, content, meta) : new GitLabFile(this.ui, content, … 559 success(new GitLabFile(this.ui, data, {'org': org, 'repo': repo, 'ref': ref, 'name': filename,
|
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 | 2731 if (file != null && file.constructor == GitLabFile) 7538 if (file != null && file.constructor == GitLabFile)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10028 …is.save(!0,d,c,null,!0,this.constructor!=GitHubFile&&this.constructor!=GitLabFile||null==b?null:b.… 10029 ….save(!0,d,c,null,null,this.constructor!=GitHubFile&&this.constructor!=GitLabFile||null==b?null:b.… 11625 …Link("https://github.com/"):d==App.MODE_GITLAB?null!=e&&e.constructor==GitLabFile?this.openLink(e.… 11780 …tils.bind(this,function(){var b=this.getCurrentFile();if(null!=b&&b.constructor==GitLabFile){var c=
|
H A D | viewer.min.js | 3068 …is.save(!0,e,k,null,!0,this.constructor!=GitHubFile&&this.constructor!=GitLabFile||null==b?null:b.… 3069 ….save(!0,e,k,null,null,this.constructor!=GitHubFile&&this.constructor!=GitLabFile||null==b?null:b.…
|
H A D | viewer-static.min.js | 3068 …is.save(!0,e,k,null,!0,this.constructor!=GitHubFile&&this.constructor!=GitLabFile||null==b?null:b.… 3069 ….save(!0,e,k,null,null,this.constructor!=GitHubFile&&this.constructor!=GitLabFile||null==b?null:b.…
|