Searched defs:fire (Results 1 - 3 of 3) sorted by relevance

/yui3/src/event/js/
H A Dsynthetic.js44 * fire() is called with a simple object, it will be mixed into the facade.
55 * automatically added after those passed to fire().</p>
57 * @method fire
62 Notifier.prototype.fire = function (e) {
96 ret = ce.fire.apply(ce, args);
342 * function should set up the monitor(s) that will eventually fire the
349 * object to <code>notifier.fire(e)</code>. (The event name on the
355 * @param notifier {SyntheticEvent.Notifier} call notifier.fire(..) to
383 * calling <code>notifier.fire(e)</code>.</p>
395 * @param notifier {SyntheticEvent.Notifier} call notifier.fire(
[all...]
/yui3/src/autocomplete/js/
H A Dautocomplete-base.js135 been set, this event will not fire.
533 this.fire(EVT_RESULTS, facade);
814 delay, fire, minQueryLength, query;
831 fire = function () {
832 self.fire(EVT_QUERY, {
841 self._delay = setTimeout(fire, delay);
843 fire();
853 self.fire(EVT_CLEAR, {
829 delay = self.get('queryDelay'); function
/yui3/src/event-custom/js/
H A Devent-target.js11 * 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
[all...]

Completed in 22 milliseconds