Searched refs:detach (Results 1 - 25 of 133) sorted by relevance

123456

/yui3/src/event/js/
H A Dhover.js57 detach: function (node, sub, notifier) {
58 sub._detach.detach();
63 conf.detachDelegate = conf.detach;
55 }, method
H A Dmousewheel.js34 * @return {EventHandle} the detach handle
42 detach: function() {
43 return Y.Event.detach.apply(Y.Event, fixArgs(arguments));
H A Dresize-window.js40 detach: function (node, sub) {
44 sub._handle.detach();
H A Doutside.js76 detach: function (node, sub, notifier) {
77 sub.handle.detach();
94 config.detachDelegate = config.detach;
H A Dmouseentermouseleave.js60 detach: function (node, sub) {
61 sub.handle.detach();
116 sub.handle.detach();
58 }, method
/yui3/build/event-hover/
H A Devent-hover-debug.js59 detach: function (node, sub, notifier) {
60 sub._detach.detach();
65 conf.detachDelegate = conf.detach;
/yui3/build/event-mousewheel/
H A Devent-mousewheel-debug.js36 * @return {EventHandle} the detach handle
44 detach: function() {
45 return Y.Event.detach.apply(Y.Event, fixArgs(arguments));
/yui3/build/event-resize/
H A Devent-resize-debug.js42 detach: function (node, sub) {
46 sub._handle.detach();
/yui3/src/io/tests/js/
H A Dglobalevents-tests.js36 this.start.detach();
37 this.complete.detach();
38 this.success.detach();
39 this.end.detach();
78 this.start.detach();
79 this.complete.detach();
80 this.failure.detach();
81 this.end.detach();
/yui3/build/event-outside/
H A Devent-outside-debug.js71 detach: function (node, sub, notifier) {
72 sub.handle.detach();
89 config.detachDelegate = config.detach;
/yui3/src/event-custom/js/
H A Dhandle.js39 * @method detach
42 detach: function() {
45 // Y.log('EventHandle.detach: ' + this.sub, 'info', 'Event');
48 detached += evt[i].detach();
65 * @param what {string} what to monitor ('attach', 'detach', 'publish').
H A Devent-target.js53 * Returns an array with the detach key (if provided),
85 // detach category, full type with instance prefix, is this an after listener, short type
183 * * the detach category, if supplied,
347 * @method detach
361 detach: function(type, fn, context) {
369 evts[i].detach(fn, context);
391 handles[i].detach();
417 // If this is an event handle, use it to detach
418 } else if (L.isObject(type) && type.detach) {
419 type.detach();
[all...]
/yui3/src/event/tests/
H A Doutside-tests.js21 handle.detach();
35 handle.detach();
H A Devent-resize-tests.js39 handle.detach();
65 handle.detach();
108 handle.detach();
118 keepAlive.detach();
H A Dmouseenter-tests.js26 h.detach();
50 detach: function() {
/yui3/src/event-gestures/tests/
H A Dgesture-tests.js39 h.detach();
44 detach: noop
82 h.detach();
87 detach: noop
116 h.detach();
121 detach: noop
/yui3/build/uploader-flash/
H A Duploader-flash-debug.js382 this._tabElementBindings.from.detach();
383 this._tabElementBindings.to.detach();
384 this._tabElementBindings.tabback.detach();
385 this._tabElementBindings.tabforward.detach();
386 this._tabElementBindings.focus.detach();
387 this._tabElementBindings.blur.detach();
422 this._tabElementBindings.from.detach();
423 this._tabElementBindings.to.detach();
424 this._tabElementBindings.tabback.detach();
425 this._tabElementBindings.tabforward.detach();
[all...]
/yui3/src/uploader/js/
H A Duploader-flash.js380 this._tabElementBindings.from.detach();
381 this._tabElementBindings.to.detach();
382 this._tabElementBindings.tabback.detach();
383 this._tabElementBindings.tabforward.detach();
384 this._tabElementBindings.focus.detach();
385 this._tabElementBindings.blur.detach();
420 this._tabElementBindings.from.detach();
421 this._tabElementBindings.to.detach();
422 this._tabElementBindings.tabback.detach();
423 this._tabElementBindings.tabforward.detach();
[all...]
/yui3/src/event/tests/src/
H A Devent-resize.js37 handle.detach();
63 handle.detach();
106 handle.detach();
116 keepAlive.detach();
/yui3/build/event-move/
H A Devent-move-debug.js119 * @return {EventHandle} the detach handle
149 handle.detach();
154 detach: function (node, subscriber, ce) {
158 startHandle.detach();
250 params._hme.detach();
254 params._hm.detach();
309 * @return {EventHandle} the detach handle
338 detach : function (node, subscriber, ce) {
342 moveHandle.detach();
351 handle.detach();
[all...]
/yui3/src/event-gestures/js/
H A DMove.js117 * @return {EventHandle} the detach handle
147 handle.detach();
152 detach: function (node, subscriber, ce) {
156 startHandle.detach();
248 params._hme.detach();
252 params._hm.detach();
307 * @return {EventHandle} the detach handle
336 detach : function (node, subscriber, ce) {
340 moveHandle.detach();
349 handle.detach();
[all...]
/yui3/src/test/js/
H A DEventTarget.js89 * @method detach
91 detach: function(type, listener){
112 this.detach.apply(this, arguments);
/yui3/src/node/js/
H A Dshim-plugin.js93 this._resizeHandle.detach();
/yui3/build/event-custom-base/
H A Devent-custom-base-debug.js166 * @method detach
170 detach: function(handle) {
172 if (handle.detach) {
173 handle.detach();
690 * @param what {string} what to monitor ('detach', 'attach', 'publish').
791 * @return {EventHandle} An object with a detach method to detch the handler(s).
821 * @method detach
827 detach: function(fn, context) {
829 if (fn && fn.detach) {
830 return fn.detach();
[all...]
/yui3/build/event-flick/
H A Devent-flick-debug.js76 * @return {EventHandle} the detach handle
93 detach: function (node, subscriber, ce) {
99 startHandle.detach();
104 endHandle.detach();
194 moveHandle.detach();

Completed in 443 milliseconds

123456