Home
last modified time | relevance | path

Searched refs:success (Results 201 – 225 of 440) sorted by path

12345678910>>...18

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxLibrary.js27 DropboxLibrary.prototype.doSave = function(title, success, error) argument
29 this.saveFile(title, false, success, error);
H A DEditor.js2915 …Editor.prototype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix, noBina… argument
2930 if (success != null)
2958 success(data);
H A DEditorUi.js2266 if (success != null)
2268 success();
7721 success(this.response);
14516 success(db);
14550 success(this.database);
14574 trx.oncomplete = success;
14608 trx.oncomplete = success;
14633 success(req.result);
14667 success(items);
14703 success(req.result);
[all …]
H A DElectronApp.js830 this.readGraphFile(success, error, path);
1203 success(file);
1209 LocalFile.prototype.copyFile = function(success, error) argument
1230 LocalFile.prototype.reloadFile = function(success) argument
1265 if (success != null)
1267 success();
1352 if (typeof success !== 'function')
1410 if (success != null)
1412 success();
1526 this.save(false, success, error, null, true);
[all …]
H A DGitHubClient.js95 this.updateUser(success, error, true);
110 success();
127 GitHubClient.prototype.authenticate = function(success, error) argument
135 this.authenticateStep2(req.getText(), success, error);
190 success();
280 success(req);
378 GitHubClient.prototype.getLibrary = function(path, success, error) argument
380 this.getFile(path, success, error, true);
595 success(message);
635 success(req);
[all …]
H A DGitHubFile.js128 GitHubFile.prototype.getLatestVersion = function(success, error) argument
130 this.peer.getFile(this.getId(), success, error);
184 this.doSave(this.getTitle(), success, error, unloading, overwrite, message);
193 GitHubFile.prototype.saveAs = function(title, success, error) argument
195 this.doSave(title, success, error);
227 if (success != null)
229 success();
259 if (success != null)
261 success();
315 if (success != null)
[all …]
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DGitLabClient.js49 GitLabClient.prototype.authenticate = function(success, error) argument
57 this.authenticateStep2(req.getText(), success, error);
87 success();
146 success();
218 success(req);
321 success(tokens, knownRefPos);
351 success(tokens, refPos);
578 success(this.createGitLabFile(org, repo, ref,
672 success(req);
702 success(tempFile.getCurrentEtag());
[all …]
H A DGitLabLibrary.js16 GitLabLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DLocalFile.js83 LocalFile.prototype.save = function(revision, success, error) argument
85 this.saveAs(this.title, success, error);
94 LocalFile.prototype.saveAs = function(title, success, error) argument
96 this.saveFile(title, false, success, error);
105 LocalFile.prototype.saveAs = function(title, success, error) argument
107 this.saveFile(title, false, success, error);
136 success(null);
175 if (success != null)
177 success();
311 if (success != null)
[all …]
H A DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) argument
49 this.saveFile(title, false, success, error);
H A DNotionClient.js115 success();
175 success(JSON.parse(req.getText()));
209 NotionClient.prototype.getLibrary = function(id, success, error) argument
211 this.getFile(id, success, error, false, true);
237 success(new NotionLibrary(this.ui, xml, meta));
241 success(new NotionFile(this.ui, xml, meta));
263 this.insertFile(filename, data, success, error, true, folderObj);
289 success(new NotionLibrary(this.ui, data, meta));
293 success(new NotionFile(this.ui, data, meta));
384 NotionClient.prototype.saveFile = function(file, success, error) argument
[all …]
H A DNotionFile.js86 this.doSave(this.getTitle(), success, error, unloading, overwrite);
92 NotionFile.prototype.saveAs = function(title, success, error) argument
94 this.doSave(title, success, error);
100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite) argument
109 this.saveFile(title, false, success, error, unloading, overwrite);
120 if (success != null)
122 success();
144 if (success != null)
146 success();
188 if (success != null)
[all …]
H A DNotionLibrary.js16 NotionLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DOneDriveFile.js369 if (success != null)
371 success();
404 if (success != null)
406 success();
496 if (success != null)
498 success();
536 this.save(true, success, error);
548 if (success != null)
550 success(meta);
569 if (success != null)
[all …]
H A DOneDriveLibrary.js30 OneDriveLibrary.prototype.save = function(revision, success, error) argument
36 if (success != null)
38 success(resp);
H A DRemoteLibrary.js47 RemoteLibrary.prototype.save = function(revision, success, error) argument
55 RemoteLibrary.prototype.saveAs = function(title, success, error) argument
H A DStorageFile.js130 success(file);
163 success(obj != null? obj.data : null);
169 ui.getLocalData(title, success);
188 success(obj);
216 if (success != null)
218 success();
237 if (success != null)
239 success();
339 success();
465 success(files);
[all …]
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) argument
42 this.saveFile(title, false, success, error);
70 StorageLibrary.prototype.isRenamable = function(title, success, error) argument
H A DTrelloClient.js54 success: function()
56 if (success != null)
58 success();
65 if (success != null)
67 success();
93 this.getFile(id, success, error, false, true);
133 this.extension, success, error, null, headers);
176 success(new TrelloFile(this.ui, data, meta));
246 success(new TrelloFile(this.ui, data, meta));
282 success(meta);
[all …]
H A DTrelloFile.js69 this.doSave(this.getTitle(), success, error);
77 this.doSave(title, success, error);
92 this.saveFile(title, false, success, error);
103 if (success != null)
105 success();
125 if (success != null)
127 success();
133 this.saveFile(title, revision, success, error);
154 if (success != null)
156 success();
[all …]
H A DTrelloLibrary.js16 TrelloLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DUrlLibrary.js67 UrlLibrary.prototype.isEditable = function(title, success, error) argument
75 UrlLibrary.prototype.saveAs = function(title, success, error) argument
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1278 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
1280 var succ = success;
1291 success = mxUtils.bind(this, function(results, len, more, terms)
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js687 Sidebar.prototype.searchEntries = function(searchTerms, count, page, success, error) argument
721 success(results.slice(page * count, max), max, true, tmp);
739 success(results.slice(page * count, (page + 1) * count), len, false, tmp);
743 success([], null, null, tmp);

12345678910>>...18