Home
last modified time | relevance | path

Searched defs:success (Results 26 – 50 of 106) sorted by last modified time

12345

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js96 StorageFile.prototype.save = function(revision, success, error) argument
107 StorageFile.prototype.saveAs = function(title, success, error) argument
119 StorageFile.insertFile = function(ui, title, data, success, error) argument
159 StorageFile.getFileContent = function(ui, title, success, error) argument
184 StorageFile.getFileInfo = function(ui, title, success, error) argument
212 StorageFile.prototype.saveFile = function(title, revision, success, error) argument
303 StorageFile.prototype.rename = function(title, success, error) argument
358 StorageFile.prototype.getLatestVersion = function(success, error) argument
448 StorageFile.listFiles = function(ui, type, success, error) argument
485 StorageFile.deleteFile = function(ui, title, success, error) argument
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) argument
70 StorageLibrary.prototype.isRenamable = function(title, success, error) argument
H A DTrelloClient.js42 var callback = mxUtils.bind(this, function(remember, success) argument
91 TrelloClient.prototype.getLibrary = function(id, success, error) argument
99 TrelloClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId) argument
230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument
270 TrelloClient.prototype.saveFile = function(file, success, error) argument
319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error) argument
H A DTrelloFile.js67 TrelloFile.prototype.save = function(revision, success, error) argument
75 TrelloFile.prototype.saveAs = function(title, success, error) argument
83 TrelloFile.prototype.doSave = function(title, success, error) argument
99 TrelloFile.prototype.saveFile = function(title, revision, success, error) argument
H A DTrelloLibrary.js16 TrelloLibrary.prototype.doSave = function(title, success, error) argument
H A DUrlLibrary.js67 UrlLibrary.prototype.isEditable = function(title, success, error) argument
75 UrlLibrary.prototype.saveAs = function(title, success, error) argument
H A DDrawioFile.js197 DrawioFile.prototype.synchronizeFile = function(success, error) argument
609 DrawioFile.prototype.reloadFile = function(success, error) argument
675 DrawioFile.prototype.copyFile = function(success, error) argument
1009 DrawioFile.prototype.rename = function(title, success, error) { }; argument
1039 DrawioFile.prototype.move = function(folderId, success, error) { }; argument
1175 DrawioFile.prototype.getRevisions = function(success, error) argument
1184 DrawioFile.prototype.loadDescriptor = function(success, error) argument
1193 DrawioFile.prototype.loadPatchDescriptor = function(success, error) argument
1265 DrawioFile.prototype.getLatestVersion = function(success, error) argument
1997 DrawioFile.prototype.createSecret = function(success) argument
[all …]
H A DDrawioFileSync.js690 DrawioFileSync.prototype.fileChanged = function(success, error, abort, lazy) argument
767 DrawioFileSync.prototype.p2pCatchup = function(data, from, to, id, desc, success, error, abort) argument
860 DrawioFileSync.prototype.catchup = function(desc, success, error, abort) argument
1047 DrawioFileSync.prototype.reload = function(success, error, abort, shadow) argument
1071 DrawioFileSync.prototype.merge = function(patches, checksum, desc, success, error, abort) argument
1257 DrawioFileSync.prototype.createToken = function(secret, success, error) argument
1332 DrawioFileSync.prototype.fileSaved = function(pages, lastDesc, success, error, token) argument
1478 DrawioFileSync.prototype.fileConflict = function(desc, success, error) argument
H A DDriveClient.js273 this.ui.showAuthDialog(this, true, mxUtils.bind(this, function(remember, success) argument
315 DriveClient.prototype.executeRequest = function(reqObj, success, error) argument
546 DriveClient.prototype.authorize = function(immediate, success, error, remember, popup) argument
811 DriveClient.prototype.updateUser = function(success, error) argument
865 DriveClient.prototype.copyFile = function(id, title, success, error) argument
884 DriveClient.prototype.renameFile = function(id, title, success, error) argument
899 DriveClient.prototype.moveFile = function(id, folderId, success, error) argument
927 DriveClient.prototype.getLibrary = function(id, success, error) argument
935 DriveClient.prototype.loadDescriptor = function(id, success, error, fields) argument
942 DriveClient.prototype.listFiles = function(searchStr, afterDate, mineOnly, success, error) argument
[all …]
H A DDriveFile.js342 DriveFile.prototype.copyFile = function(success, error) argument
370 DriveFile.prototype.makeCopy = function(success, error, timestamp) argument
407 DriveFile.prototype.saveAs = function(filename, success, error) argument
418 DriveFile.prototype.rename = function(title, success, error) argument
459 DriveFile.prototype.move = function(folderId, success, error) argument
548 DriveFile.prototype.getRevisions = function(success, error) argument
588 DriveFile.prototype.getLatestVersion = function(success, error) argument
683 DriveFile.prototype.loadPatchDescriptor = function(success, error) argument
709 DriveFile.prototype.loadDescriptor = function(success, error) argument
725 DriveFile.prototype.getComments = function(success, error) argument
[all …]
H A DDropboxClient.js66 DropboxClient.prototype.updateUser = function(success, error, failOnAuth) argument
117 DropboxClient.prototype.authenticate = function(success, error) argument
134 DropboxClient.prototype.authenticateStep2 = function(state, success, error) argument
264 DropboxClient.prototype.executePromise = function(promiseFn, success, error) argument
359 DropboxClient.prototype.getLibrary = function(path, success, error) argument
367 DropboxClient.prototype.getFile = function(path, success, error, asLibrary) argument
434 DropboxClient.prototype.readFile = function(arg, success, error, binary) argument
614 DropboxClient.prototype.renameFile = function(file, filename, success, error) argument
688 DropboxClient.prototype.insertLibrary = function(filename, data, success, error) argument
830 DropboxClient.prototype.createLibrary = function(file, success, error) argument
[all …]
H A DDropboxFile.js97 DropboxFile.prototype.getRevisions = function(success, error) argument
143 DropboxFile.prototype.getLatestVersion = function(success, error) argument
162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
173 DropboxFile.prototype.saveAs = function(title, success, error) argument
184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument
203 DropboxFile.prototype.saveFile = function(title, revision, success, error) argument
309 DropboxFile.prototype.rename = function(title, success, error) argument
H A DEditor.js2915 …Editor.prototype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix, noBina… argument
H A DEditorUi.js2181 EditorUi.prototype.loadDescriptor = function(desc, success, error) argument
7452 EditorUi.prototype.convertLucidChart = function(data, success, error) argument
8117 window.listBrowserFiles = mxUtils.bind(this, function(success, error) argument
8122 window.openBrowserFile = mxUtils.bind(this, function(title, success, error) argument
8192 EditorUi.prototype.importZipFile = function(file, success, onerror) argument
14318 EditorUi.prototype.openDatabase = function(success, error) argument
14651 EditorUi.prototype.getDatabaseItems = function(success, error, storeName) argument
14691 EditorUi.prototype.getDatabaseItemKeys = function(success, error, storeName) argument
14755 EditorUi.prototype.getComments = function(success, error) argument
14772 EditorUi.prototype.addComment = function(comment, success, error) argument
[all …]
H A DGitHubFile.js128 GitHubFile.prototype.getLatestVersion = function(success, error) argument
182 GitHubFile.prototype.save = function(revision, success, error, unloading, overwrite, message) argument
193 GitHubFile.prototype.saveAs = function(title, success, error) argument
204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) argument
223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error) argument
H A DGitLabClient.js49 GitLabClient.prototype.authenticate = function(success, error) argument
66 GitLabClient.prototype.authenticateStep2 = function(state, success, error) argument
188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
317 GitLabClient.prototype.getRefIndex = function(tokens, isFolder, success, error, knownRefPos, checkR… argument
379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) argument
528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
641 …prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, success, error) argument
683 GitLabClient.prototype.saveFile = function(file, success, error, overwrite, message) argument
H A DNotionClient.js69 NotionClient.prototype.authenticate = function(success, error, failOnAuth) argument
134 NotionClient.prototype.executeRequest = function(url, data, method, success, error, failOnAuth) argument
209 NotionClient.prototype.getLibrary = function(id, success, error) argument
217 NotionClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
261 NotionClient.prototype.insertLibrary = function(filename, data, success, error, folderObj) argument
269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument
384 NotionClient.prototype.saveFile = function(file, success, error) argument
405 …nt.prototype.writeFile = function(url, folderId, filename, nameField, data, method, success, error) argument
H A DOneDriveClient.js139 OneDriveClient.prototype.updateUser = function(success, error, failOnAuth) argument
214 OneDriveClient.prototype.authenticate = function(success, error, failOnAuth) argument
270 OneDriveClient.prototype.authenticateStep2 = function(state, success, error, failOnAuth) argument
401 OneDriveClient.prototype.getAccountTypeAndEndpoint = function(success, error) argument
444 OneDriveClient.prototype.executeRequest = function(url, success, error) argument
558 OneDriveClient.prototype.getLibrary = function(id, success, error) argument
741 OneDriveClient.prototype.renameFile = function(file, filename, success, error) argument
773 OneDriveClient.prototype.moveFile = function(id, folderId, success, error) argument
920 OneDriveClient.prototype.saveFile = function(file, success, error, etag) argument
967 OneDriveClient.prototype.writeLargeFile = function(url, data, success, error, etag) argument
[all …]
H A DOneDriveFile.js219 OneDriveFile.prototype.loadDescriptor = function(success, error) argument
237 OneDriveFile.prototype.getLatestVersion = function(success, error) argument
277 OneDriveFile.prototype.loadPatchDescriptor = function(success, error) argument
324 OneDriveFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
335 OneDriveFile.prototype.saveAs = function(title, success, error) argument
346 OneDriveFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument
365 OneDriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
521 OneDriveFile.prototype.rename = function(title, success, error) argument
562 OneDriveFile.prototype.move = function(folderId, success, error) argument
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1278 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js687 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js146 ui.initComments = function(contentId, success, error) argument
182 ui.getComments = function(success, error) argument
246 ui.addComment = function(comment, success, error) argument
289 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
337 DrawioComment.prototype.editComment = function(newContent, success, error) argument
372 DrawioComment.prototype.deleteComment = function(success, error) argument

12345