Searched refs:capture (Results 1 - 13 of 13) sorted by relevance

/yui3/build/event-base/
H A Devent-base-debug.js687 _createWrapper: function (el, type, capture, compat, facade) {
696 if (capture) {
697 key += 'capture';
729 cewrapper.capture = capture;
742 add(el, type, cewrapper.fn, capture);
758 capture = conf && conf.capture,
842 cewrapper = Event._createWrapper(el, type, capture, compat, facade);
1198 remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture);
[all...]
/yui3/src/event/js/
H A Devent-dom.js310 _createWrapper: function (el, type, capture, compat, facade) {
319 if (capture) {
320 key += 'capture';
352 cewrapper.capture = capture;
365 add(el, type, cewrapper.fn, capture);
381 capture = conf && conf.capture,
465 cewrapper = Event._createWrapper(el, type, capture, compat, facade);
821 remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture);
[all...]
H A Dfocusblur.js27 { capture: true });
58 // In old IE, defer is always true. In capture-phase browsers,
223 // el.onfocusin, doSomething, then el.onfocus. All others support capture
229 // name capture phase direct subscription
H A Dsynthetic.js99 // to capture callbacks that return false to stopPropagation.
129 capture : false,
/yui3/build/event-focus/
H A Devent-focus-debug.js29 { capture: true });
60 // In old IE, defer is always true. In capture-phase browsers,
225 // el.onfocusin, doSomething, then el.onfocus. All others support capture
231 // name capture phase direct subscription
/yui3/src/yui/js/
H A Dyui.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture
/yui3/build/event-synthetic/
H A Devent-synthetic-debug.js101 // to capture callbacks that return false to stopPropagation.
131 capture : false,
/yui3/build/yui-core/
H A Dyui-core-debug.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture
15007 _createWrapper: function (el, type, capture, compa
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture
15007 _createWrapper: function (el, type, capture, compa
[all...]
/yui3/build/yui-base/
H A Dyui-base-debug.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture
/yui3/build/yui/
H A Dyui-debug.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture
/yui3/build/yui-nodejs/
H A Dyui-nodejs-debug.js172 add = function(el, type, fn, capture) {
174 el.addEventListener(type, fn, capture);
179 remove = function(el, type, fn, capture) {
183 el.removeEventListener(type, fn, capture);
343 // then capture the junk between the LAST "&" and the string in 1-4. So
344 // "blah?foo/yui/yui.js" will capture "foo/" and "blah?some/thing.js&3.3.0/build/yui-davglass/yui-davglass.js"
345 // will capture "3.3.0/build/"
351 // ([^&]*) capture the stuff after the last & in \1
1296 // add a window load event at load time so we can capture

Completed in 367 milliseconds