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
5948 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
16308 * The function should return false (or a falsey value) if the success criteria
16859 EVENTS = ['start', 'complete', 'end', 'success', 'failure', 'progress'],
17129 * Fires event "io:success" and creates, fires a transaction-specific
17130 * "success" event, if config.on.success is defined.
17132 * @method success
17136 success: function(transaction, config) {
17140 * @event io:success
17308 * Method that determines if a transaction response qualifies as success
17310 * appropriate success or failure events.
17330 this.success(transaction, config);
17420 * <dt>success</dt>
17429 * lifecycle, after `success` or `failure`.</dd>
17433 * transaction as a first argument. For `complete`, `success`, and
17465 * "success", and "failure" event handlers. <strong>Be sure to quote
17665 <dt>success</dt>
17674 lifecycle, after `success` or `failure`.</dd>
17678 transaction as a first argument. For `complete`, `success`, and
17710 "success", and "failure" event handlers. <strong>Be sure to quote
18962 } else { // success if we made it this far