Searched defs:YUI (Results 1 - 11 of 11) sorted by relevance

/yui3/src/get/tests/node/
H A Dtest.js5 var YUI = require(path.join('../../../../', 'build-npm')).YUI; variable
7 console.log(YUI.version);
/yui3/src/yui/js/
H A Dyui-ua.js2 * The YUI module contains the components required for building the YUI seed
10 * YUI user agent detection.
26 * Static method on `YUI.Env` for parsing a UA string. Called at instantiation
34 YUI.Env.parseUA = function(subUA) {
412 YUI.Env.UA = o;
420 Y.UA = YUI.Env.UA || YUI.Env.parseUA();
H A Dalias.js0 YUI.Env.aliases = {
H A Dyui.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]
/yui3/build/yui/
H A Dyui-debug.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]
/yui3/build/yui-base/
H A Dyui-base-debug.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]
/yui3/build/yui-core/
H A Dyui-core-debug.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]
/yui3/build/yui-nodejs/
H A Dyui-nodejs-debug.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]
/yui3/src/yui/scripts/
H A Dnpm_package_shim.js5 exports.YUI = require("./yui-nodejs/yui-nodejs").YUI;
8 exports.YUI.config.doc = { documentElement: {} };
9 exports.YUI.Env._ready = exports.YUI.Env.DOMReady = exports.YUI.Env.windowLoaded = true;
14 inst = exports.YUI({ useSync: true });
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js2 * The YUI module contains the components required for building the YUI seed
9 if (typeof YUI != 'undefined') {
10 YUI._YUI = YUI;
14 The YUI global namespace object. If YUI is already defined, the
15 existing YUI object will not be overwritten so that defined
22 YUI().use('*', function(Y) {
28 var Y = YUI();
53 var YUI = function() { function
1235 }; class
[all...]

Completed in 129 milliseconds