Home
last modified time | relevance | path

Searched refs:success (Results 176 – 200 of 440) sorted by path

12345678910>>...18

/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php41 // This is the 'success' callback
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php175 * @param callable $success
179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { argument
182 $this->sendAsyncInternal($request, $success, $error);
540 * @param callable $success
544 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error… argument
557 $success,
/plugin/dev/
H A DLangProcessor.php90 $this->logger->success('{key} removed from {file}', [
H A DSVGIcon.php66 if ($ok) $this->logger->success('saved ' . $save);
86 if ($ok) $this->logger->success('saved ' . $file);
H A Dcli.php219 $this->success($path . ' created');
232 $this->success('Delete ' . $file);
376 $this->success('written deleted.files');
/plugin/dev/skel/
H A Dauth.php32 // FIXME intialize your auth system and set success to true, if successful
33 $this->success = true;
/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 ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Delectron.js1363 contents.print(pdfOptions, (success, errorType) =>
H A DelectronFilesWorker.js61 postMessage({success: true, data: {stat: stat2}, reqId: reqId});
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10221 …opbox"),function(){Dropbox.choose({linkType:"direct",cancel:function(){},success:function(b){p.val…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js586 success();
2411 success();
3506 success();
3589 success();
4431 success();
5055 success();
5073 success();
5106 success();
5127 success();
5241 success();
[all …]
H A DDesktopLibrary.js25 DesktopLibrary.prototype.save = function(revision, success, error) argument
H A DDialogs.js5313 success : function(files)
H A DDrawioComment.js35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
38 success();
41 DrawioComment.prototype.editComment = function(newContent, success, error) argument
44 success();
47 DrawioComment.prototype.deleteComment = function(success, error) argument
50 success();
H A DDrawioFile.js369 success();
645 success();
836 success();
1177 success(null);
1186 success(null);
1197 success(desc);
1267 success(null);
2008 success(secret);
2013 success(secret);
2084 success();
[all …]
H A DDrawioFileSync.js871 if (success != null)
873 success();
907 success();
942 success();
1055 if (success != null)
1057 success();
1156 if (success != null)
1158 success();
1361 if (success != null)
1363 success();
[all …]
H A DDriveClient.js277 if (success != null)
279 success();
417 success(resp);
595 if (success != null)
597 success();
601 else if (success != null)
604 success();
841 success();
874 }, success, error);
939 }, success, error);
[all …]
H A DDriveComment.js10 DriveComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
31 success(resp.replyId); //pass comment id
35 DriveComment.prototype.editComment = function(newContent, success, error) argument
52 success, error);
55 DriveComment.prototype.deleteComment = function(success, error) argument
67 success, error);
H A DDriveFile.js168 if (success != null)
170 success();
228 success(resp);
388 success();
445 if (success != null)
447 success(desc);
466 if (success != null)
468 success(resp);
581 success(resp.items);
691 success(desc);
[all …]
H A DDriveLibrary.js30 DriveLibrary.prototype.save = function(revision, success, error) argument
36 if (success != null)
38 success(resp);
H A DDropboxClient.js85 success();
103 this.updateUser(success, error, true);
155 success();
216 success();
283 if (acceptResponse && success != null)
285 success(response);
361 this.getFile(path, success, error, true);
421 success((file != null) ? file :
485 success(reader.result, response);
910 success(files[0].link);
[all …]
H A DDropboxFile.js97 DropboxFile.prototype.getRevisions = function(success, error) argument
125 success(revs);
145 this.ui.dropbox.getFile(this.getId(), success, error);
175 this.doSave(title, false, success, error);
207 if (success != null)
209 success();
238 if (success != null)
240 success();
319 this.save(true, success, error);
326 if (success != null)
[all …]

12345678910>>...18