/yui3/src/dd/meta/ |
H A D | dd-gestures-test.js | 2 return ((Y.config.win && ("ontouchstart" in Y.config.win)) && !(Y.UA.chrome && Y.UA.chrome < 6));
|
/yui3/src/uploader/temp/ |
H A D | uploader-flash.js | 2 var Win = Y.config.win;
|
H A D | uploader-html5.js | 2 var Win = Y.config.win;
|
/yui3/src/file/js/ |
H A D | file.js | 18 var Win = Y.config.win;
|
/yui3/src/history/meta/ |
H A D | history-hash-ie-test.js | 4 return Y.UA.ie && (!('onhashchange' in Y.config.win) ||
|
/yui3/src/io/js/ |
H A D | transports.js | 1 var XHR = win && win.XMLHttpRequest, 2 XDR = win && win.XDomainRequest, 3 AX = win && win.ActiveXObject;
|
/yui3/src/event/tests/src/ |
H A D | event-resize.js | 2 win = Y.one( Y.config.win ), 3 eventKey = 'event:' + Y.stamp(Y.config.win) + 'resize', 8 //Y.Event.simulate(Y.config.win, 'resize'); 12 srcElement: Y.config.win, 13 target: Y.config.win 42 Y.Assert.areSame(win, thisObj, "this should be window"); 43 Y.Assert.areSame(win, e.target, "e.target should be window"); 67 Y.Assert.areSame(win, thisObj, "this should be window"); 68 Y.Assert.areSame(win, [all...] |
/yui3/src/history/js/ |
H A D | history-html5.js | 49 win = Y.config.win, 62 var bookmarkedState = win.history.state; 80 Y.on('popstate', this._onPopState, win, this); 99 win.history[src === SRC_REPLACE ? 'replaceState' : 'pushState']( 168 // HistoryHTML5 will always win over HistoryHash unless useHistoryHTML5 is false
|
H A D | history-hash-ie.js | 20 win = Y.config.win; 120 }, win);
|
/yui3/src/jsonp/tests/ |
H A D | jsonp-url-tests.js | 11 Y.config.win.globalFunction = function (json) { 13 Y.config.win.globalFunction = undefined; 25 Y.config.win.globalFunction = function (json) { 27 Y.config.win.globalFunction = undefined; 34 Y.config.win.globalFunction = undefined; 45 Y.config.win.globalFunction = function (json) { 47 Y.config.win.globalFunction = undefined; 56 Y.config.win.globalFunction = undefined; 69 Y.config.win.deeply = [ 78 Y.config.win [all...] |
/yui3/src/jsonp/tests/src/ |
H A D | jsonp-url.js | 9 Y.config.win.globalFunction = function (json) { 11 Y.config.win.globalFunction = undefined; 23 Y.config.win.globalFunction = function (json) { 25 Y.config.win.globalFunction = undefined; 32 Y.config.win.globalFunction = undefined; 43 Y.config.win.globalFunction = function (json) { 45 Y.config.win.globalFunction = undefined; 54 Y.config.win.globalFunction = undefined; 67 Y.config.win.deeply = [ 76 Y.config.win [all...] |
/yui3/build/file/ |
H A D | file-debug.js | 20 var Win = Y.config.win;
|
/yui3/src/event/tests/ |
H A D | event-resize-tests.js | 4 win = Y.one( Y.config.win ), 5 eventKey = 'event:' + Y.stamp(Y.config.win) + 'resize', 10 //Y.Event.simulate(Y.config.win, 'resize'); 14 srcElement: Y.config.win, 15 target: Y.config.win 44 Y.Assert.areSame(win, thisObj, "this should be window"); 45 Y.Assert.areSame(win, e.target, "e.target should be window"); 69 Y.Assert.areSame(win, thisObj, "this should be window"); 70 Y.Assert.areSame(win, [all...] |
/yui3/src/uploader/js/ |
H A D | uploader.js | 35 var Win = Y.config.win;
|
/yui3/build/history-html5/ |
H A D | history-html5-debug.js | 51 win = Y.config.win, 64 var bookmarkedState = win.history.state; 82 Y.on('popstate', this._onPopState, win, this); 101 win.history[src === SRC_REPLACE ? 'replaceState' : 'pushState']( 170 // HistoryHTML5 will always win over HistoryHash unless useHistoryHTML5 is false
|
/yui3/build/uploader/ |
H A D | uploader-debug.js | 37 var Win = Y.config.win;
|
/yui3/src/dom/meta/ |
H A D | ie-style-test.js | 5 WINDOW = Y.config.win,
|
/yui3/src/pjax/js/ |
H A D | pjax-base.js | 10 var win = Y.config.win, variable 245 win && win.location.replace(url); 247 win && (win.location = url); 406 if (win && this.get('scrollToTop')) { 412 win.scroll(0, 0);
|
/yui3/build/pjax-base/ |
H A D | pjax-base-debug.js | 12 var win = Y.config.win, 247 win && win.location.replace(url); 249 win && (win.location = url); 408 if (win && this.get('scrollToTop')) { 414 win.scroll(0, 0);
|
/yui3/src/history/tests/functional/ |
H A D | history-html5-test.js | 3 var win = Y.config.win, 5 location = win.location, 30 lastLength = win.history.length; 39 win.history.pushState(null, '', originalPath); // reset the URL path 102 Y.Assert.areSame(lastLength + 1, win.history.length); 136 Y.Assert.areSame(lastLength, win.history.length);
|
/yui3/build/dd-ddm/ |
H A D | dd-ddm-debug.js | 96 bd = Y.one('body'), win; 115 win = Y.one('win'); 117 win.on('scroll', Y.bind(this._pg_size, this));
|
/yui3/build/history-hash-ie/ |
H A D | history-hash-ie-debug.js | 22 win = Y.config.win; 122 }, win);
|
/yui3/src/dd/js/ |
H A D | ddm.js | 94 bd = Y.one('body'), win; 113 win = Y.one('win'); 115 win.on('scroll', Y.bind(this._pg_size, this));
|
/yui3/src/event/js/ |
H A D | mousewheel.js | 11 target = Y.config.win;
|
/yui3/src/yui/js/ |
H A D | yui-core.js | 73 // YUI instance before a user's config is applied; i.e. `Y.config.win` does 75 var win = Y.config.win; 81 return win && win.location;
|