Lines Matching refs:fire
949 var // Last fire value (for non-forgettable lists)
955 // First callback to fire (used internally by add and fireWith)
963 // Stack of fire calls for repeatable lists
966 fire = function( data ) {
983 fire( stack.shift() );
1020 fire( memory );
1084 fire( args );
1090 fire: function() {
1174 // deferred[ resolve | reject | notify ] = list.fire
1175 deferred[ tuple[0] ] = list.fire;
1899 hooks.empty.fire();
3407 // IE doesn't fire change on a check/radio until blur; trigger it on click
7882 // We can fire global events as of now if asked to
8523 // if we're in sync mode we fire the callback
8527 // retrieved directly we need to fire the callback
8804 oldfire = hooks.empty.fire;
8805 hooks.empty.fire = function() {
8819 hooks.empty.fire();