Home
last modified time | relevance | path

Searched refs:checkExists (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js579 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 DGitHubClient.js409 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 DDropboxFile.js294 this.ui.dropbox.checkExists(title, fn);
H A DGitLabClient.js379 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 DNotionClient.js276 …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