Searched refs:checkExists (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxClient.js | 579 DropboxClient.prototype.checkExists = function(filename, fn, noConfirm) method in DropboxClient 637 this.checkExists(filename, mxUtils.bind(this, function(checked, exists, response) 703 this.checkExists(filename, mxUtils.bind(this, function(checked)
|
H A D | GitHubClient.js | 409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists) argument 421 if (!checkExists && (/\.v(dx|sdx?)$/i.test(path) || /\.gliffy$/i.test(path) || 542 …this.checkExists(org + '/' + repo + '/' + ref + '/' + path, true, mxUtils.bind(this, function(chec… 655 GitHubClient.prototype.checkExists = function(path, askReplace, fn) method in GitHubClient
|
H A D | DropboxFile.js | 294 this.ui.dropbox.checkExists(title, fn);
|
H A D | GitLabClient.js | 379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) argument 393 if (!checkExists && (/\.v(dx|sdx?)$/i.test(path) || /\.gliffy$/i.test(path) || 548 …this.checkExists(org + '/' + repo + '/' + ref + '/' + path, true, mxUtils.bind(this, function(chec… 605 GitLabClient.prototype.checkExists = function(path, askReplace, fn) method in GitLabClient
|
H A D | NotionClient.js | 276 …this.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, current… 336 NotionClient.prototype.checkExists = function(parentId, filename, nameField, askReplace, fn) method in NotionClient
|