Lines Matching defs:success
222 ALREADY_DONE = { success: true };
829 if (!response.success && this.config.loadErrorFn) {
933 success: true,
3741 request may still be reported as a success because in these browsers
3742 it can be difficult or impossible to distinguish between success and
3978 the transaction, or `null` on success.
4057 the transaction, or `null` on success.
4105 transaction, or `null` on success.
4803 // will still be treated as a success. There's no good workaround for
4945 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
5688 * @param {Function} config.onSuccess Callback for the 'success' event
7398 * @param {Boolean} success A boolean denoting success or failure
7400 _finish: function(msg, success) {
7411 success: success
7424 success, msg;
7442 msg = (failed.length) ? 'notregistered' : 'success';
7443 success = !(failed.length);
7448 success: success,
7453 self._finish(msg, success);
7489 success: false
7509 success: false
7642 if (d && d.data && d.data.length && (d.type === 'success')) {
7688 d.type = 'success';
7718 d.type = 'success';