Lines Matching defs:fire
11 * publish, subscribe and fire to custom events, and also
201 * non-`emitFacade` events will receive the arguments passed to `fire()`
520 * 'fireOnce': if an event is configured to fire once, new subscribers after
521 * the fire will be notified immediately.
524 * 'async': fireOnce event listeners will fire synchronously if the event has already
604 * You can monitor 'attach', 'detach', 'fire', and 'publish'.
613 * @param what {String} 'attach', 'detach', 'fire', or 'publish'
616 * fire() args, subscription category, publish config
625 this.fire.call(this, monitorevt, o);
646 * @method fire
657 fire: function(type) {
666 this._monitor('fire', t, {
687 ret = ce.fire.apply(ce, args);
705 // ret = ce2.fire.apply(ce2, a);
812 <li>Subscribe to custom events `publish`ed and `fire`d from Y</li>
814 `fire`d from any object in the YUI instance sandbox</li>