Lines Matching defs:success
222 ALREADY_DONE = { success: true };
829 if (!response.success && this.config.loadErrorFn) {
933 success: true,
3755 end(cb, 'success', 'success');
3881 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
4704 * @param {Function} config.onSuccess Callback for the 'success' event
6414 * @param {Boolean} success A boolean denoting success or failure
6416 _finish: function(msg, success) {
6427 success: success
6440 success, msg;
6458 msg = (failed.length) ? 'notregistered' : 'success';
6459 success = !(failed.length);
6464 success: success,
6469 self._finish(msg, success);
6505 success: false
6525 success: false
6658 if (d && d.data && d.data.length && (d.type === 'success')) {
6704 d.type = 'success';
6734 d.type = 'success';