Home
last modified time | relevance | path

Searched refs:GitLabLibrary (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabLibrary.js5 GitLabLibrary = function(ui, data, meta) function
11 mxUtils.extend(GitLabLibrary, GitLabFile);
16 GitLabLibrary.prototype.doSave = function(title, success, error) class
25 GitLabLibrary.prototype.open = function()
H A DGitLabClient.js519 …return (asLibrary) ? new GitLabLibrary(this.ui, content, meta) : new GitLabFile(this.ui, content, …