/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloClient.js | 99 TrelloClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument 102 asLibrary = (asLibrary != null) ? asLibrary : false; 170 if (asLibrary) 230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument 232 asLibrary = (asLibrary != null) ? asLibrary : false; 240 if (asLibrary)
|
H A D | NotionClient.js | 217 NotionClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument 219 asLibrary = (asLibrary != null) ? asLibrary : false; 235 if (asLibrary) 269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument 271 asLibrary = (asLibrary != null) ? asLibrary : false; 287 if (asLibrary)
|
H A D | DropboxClient.js | 367 DropboxClient.prototype.getFile = function(path, success, error, asLibrary) argument 369 asLibrary = (asLibrary != null) ? asLibrary : false; 422 ((asLibrary) ? new DropboxLibrary(this.ui, data, response) : 699 DropboxClient.prototype.insertFile = function(filename, data, success, error, asLibrary) argument 701 asLibrary = (asLibrary != null) ? asLibrary : false; 709 if (asLibrary)
|
H A D | GitHubClient.js | 409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists) argument 411 asLibrary = (asLibrary != null) ? asLibrary : false; 450 success(this.createGitHubFile(org, repo, ref, JSON.parse(req.getText()), asLibrary)); 466 GitHubClient.prototype.createGitHubFile = function(org, repo, ref, data, asLibrary) argument 505 …return (asLibrary) ? new GitHubLibrary(this.ui, content, meta) : new GitHubFile(this.ui, content, … 525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument 527 asLibrary = (asLibrary != null) ? asLibrary : false; 547 if (!asLibrary) 566 success(this.createGitHubFile(org, repo, ref, msg.content, asLibrary));
|
H A D | GitLabClient.js | 379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) argument 381 asLibrary = (asLibrary != null) ? asLibrary : false; 440 success(this.createGitLabFile(org, repo, ref, JSON.parse(req.getText()), asLibrary, refPos)); 507 GitLabClient.prototype.createGitLabFile = function(org, repo, ref, data, asLibrary, refPos) argument 519 …return (asLibrary) ? new GitLabLibrary(this.ui, content, meta) : new GitLabFile(this.ui, content, … 528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument 530 asLibrary = (asLibrary != null) ? asLibrary : false; 553 if (!asLibrary) 580 asLibrary, refPos));
|
H A D | App.js | 4570 App.prototype.loadTemplate = function(url, onload, onerror, templateFilename, asLibrary) argument 4599 if (asLibrary)
|