| /yui3/src/event-custom/js/ |
| H A D | handle.js | 3 * @class EventHandle 8 Y.EventHandle = function(evt, sub) { 27 Y.EventHandle.prototype = { 45 // Y.log('EventHandle.detach: ' + this.sub, 'info', 'Event'); 66 * @return {EventHandle} return value from the monitor event subscription.
|
| H A D | event-do.js | 146 return new Y.EventHandle(o[sFn], sid);
|
| H A D | event-custom.js | 296 * @return {EventHandle} return value from the monitor event subscription. 345 * @return {EventHandle} 372 return new Y.EventHandle(this, s); 380 * @return {EventHandle} Unsubscribe handle. 396 * @return {EventHandle} An object with a detach method to detch the handler(s). 417 * @return {EventHandle} handle Unsubscribe handle.
|
| H A D | event-target.js | 137 * @return {EventHandle} A subscription handle capable of detaching the 159 * @return {EventHandle} A subscription handle capable of detaching that 218 * @return {EventHandle} A subscription handle capable of detaching that 269 return (this._yuievt.chain) ? this : new Y.EventHandle(ret); 741 * @return {EventHandle} A subscription handle capable of detaching the 857 @return {EventHandle} A subscription handle capable of detaching the 876 @return {EventHandle} A subscription handle capable of detaching the 899 @return {EventHandle} A subscription handle capable of detaching the 925 @return {EventHandle} A subscription handle capable of detaching the
|
| /yui3/src/event-custom/tests/ |
| H A D | event-custom-base-tests.js | 202 Y.Assert.isInstanceOf(Y.EventHandle, handle); 350 Y.Assert.isInstanceOf(Y.EventHandle, handle); 390 Y.Assert.isInstanceOf(Y.EventHandle, handle); 429 Y.Assert.isInstanceOf(Y.EventHandle, handle); 465 Y.Assert.isInstanceOf(Y.EventHandle, handle); 494 Y.Assert.isInstanceOf(Y.EventHandle, handle); 520 Y.Assert.isInstanceOf(Y.EventHandle, handle); 543 Y.Assert.isInstanceOf(Y.EventHandle, handle); 571 Y.Assert.isInstanceOf(Y.EventHandle, handle); 591 Y.Assert.isInstanceOf(Y.EventHandle, handl [all...] |
| /yui3/src/event-custom/tests/src/ |
| H A D | event-custom-base.js | 200 Y.Assert.isInstanceOf(Y.EventHandle, handle); 348 Y.Assert.isInstanceOf(Y.EventHandle, handle); 388 Y.Assert.isInstanceOf(Y.EventHandle, handle); 427 Y.Assert.isInstanceOf(Y.EventHandle, handle); 463 Y.Assert.isInstanceOf(Y.EventHandle, handle); 492 Y.Assert.isInstanceOf(Y.EventHandle, handle); 518 Y.Assert.isInstanceOf(Y.EventHandle, handle); 541 Y.Assert.isInstanceOf(Y.EventHandle, handle); 569 Y.Assert.isInstanceOf(Y.EventHandle, handle); 589 Y.Assert.isInstanceOf(Y.EventHandle, handl [all...] |
| /yui3/build/event-custom-base/ |
| H A D | event-custom-base-debug.js | 159 return new Y.EventHandle(o[sFn], sid); 691 * @return {EventHandle} return value from the monitor event subscription. 740 * @return {EventHandle} 767 return new Y.EventHandle(this, s); 775 * @return {EventHandle} Unsubscribe handle. 791 * @return {EventHandle} An object with a detach method to detch the handler(s). 812 * @return {EventHandle} handle Unsubscribe handle. 1215 * @class EventHandle 1220 Y.EventHandle = function(evt, sub) { 1239 Y.EventHandle [all...] |
| /yui3/build/event-base/ |
| H A D | event-base-debug.js | 614 availHandle = new Y.EventHandle({ 678 * @return {EventHandle} an object to that can be used to detach the listener 782 return new Y.EventHandle(handles); 886 * @param {String|HTMLElement|Array|NodeList|EventHandle} el An 1317 Event.Handle = Y.EventHandle; 1342 * @return {EventHandle} the detach handle 1366 * @return {EventHandle} the detach handle
|
| /yui3/src/event/js/ |
| H A D | event-dom.js | 237 availHandle = new Y.EventHandle({ 301 * @return {EventHandle} an object to that can be used to detach the listener 405 return new Y.EventHandle(handles); 509 * @param {String|HTMLElement|Array|NodeList|EventHandle} el An 940 Event.Handle = Y.EventHandle;
|
| H A D | delegate.js | 48 * @return {EventHandle} the detach handle 81 return new Y.EventHandle(handles); 315 * @return {EventHandle} the detach handle
|
| H A D | synthetic.js | 25 * @param handle {EventHandle} the detach handle for the subscription to an 135 * @param handle {EventHandle} the subscription 434 * @return {EventHandle} the detach handle for this subscription 483 new Y.EventHandle(handles); 503 * @return {EventHandle} 613 * @return {EventHandle[]} detach handles for the matching subscriptions
|
| /yui3/build/datatable-head/ |
| H A D | datatable-head-debug.js | 286 (new Y.EventHandle(Y.Object.values(this._eventHandles))).detach();
|
| /yui3/build/event-delegate/ |
| H A D | event-delegate-debug.js | 50 * @return {EventHandle} the detach handle 83 return new Y.EventHandle(handles); 317 * @return {EventHandle} the detach handle
|
| /yui3/build/widget-position-align/ |
| H A D | widget-position-align-debug.js | 497 new Y.EventHandle(handles).detach();
|
| /yui3/src/dd/tests/ |
| H A D | dd-tests.js | 130 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'drop:handle [' + v + ']: Handle Instance'); 254 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'drag:handle [' + v + ']: Handle Instance'); 302 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'proxy:handle [' + v + ']: Handle Instance'); 516 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'drag:handle [' + v + ']: Handle Instance');
|
| /yui3/src/datatable/js/ |
| H A D | head.js | 284 (new Y.EventHandle(Y.Object.values(this._eventHandles))).detach();
|
| H A D | body.js | 758 (new Y.EventHandle(YObject.values(this._eventHandles))).detach();
|
| /yui3/src/widget-position-align/js/ |
| H A D | Widget-PositionAlign.js | 495 new Y.EventHandle(handles).detach();
|
| /yui3/build/datatable-body/ |
| H A D | datatable-body-debug.js | 760 (new Y.EventHandle(YObject.values(this._eventHandles))).detach();
|
| /yui3/build/event-synthetic/ |
| H A D | event-synthetic-debug.js | 27 * @param handle {EventHandle} the detach handle for the subscription to an 137 * @param handle {EventHandle} the subscription 436 * @return {EventHandle} the detach handle for this subscription 485 new Y.EventHandle(handles); 505 * @return {EventHandle} 615 * @return {EventHandle[]} detach handles for the matching subscriptions
|
| /yui3/src/autocomplete/js/ |
| H A D | autocomplete-base.js | 266 this._acBaseEvents = new Y.EventHandle([
|
| /yui3/build/autocomplete-base/ |
| H A D | autocomplete-base-debug.js | 268 this._acBaseEvents = new Y.EventHandle([
|
| /yui3/src/pjax/tests/ |
| H A D | pjax-test.js | 241 Assert.isInstanceOf(Y.EventHandle, this.pjax._pjaxEvents);
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 9075 return new Y.EventHandle(o[sFn], sid); 9607 * @return {EventHandle} return value from the monitor event subscription. 9656 * @return {EventHandle} 9683 return new Y.EventHandle(this, s); 9691 * @return {EventHandle} Unsubscribe handle. 9707 * @return {EventHandle} An object with a detach method to detch the handler(s). 9728 * @return {EventHandle} handle Unsubscribe handle. 10131 * @class EventHandle 10136 Y.EventHandle = function(evt, sub) { 10155 Y.EventHandle [all...] |
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 9075 return new Y.EventHandle(o[sFn], sid); 9607 * @return {EventHandle} return value from the monitor event subscription. 9656 * @return {EventHandle} 9683 return new Y.EventHandle(this, s); 9691 * @return {EventHandle} Unsubscribe handle. 9707 * @return {EventHandle} An object with a detach method to detch the handler(s). 9728 * @return {EventHandle} handle Unsubscribe handle. 10131 * @class EventHandle 10136 Y.EventHandle = function(evt, sub) { 10155 Y.EventHandle [all...] |