Lines Matching defs:core
4 * the core utilities for the library.
66 // set up the core environment
209 YUI.Env.core = Y.Array.dedupe([].concat(YUI.Env.core, [ 'loader-base', 'loader-rollup', 'loader-yui3' ]));
317 core: @YUI_CORE@,
478 core = [],
480 //extras = Y.config.core || @YUI_CORE@;
481 extras = Y.config.core || [].concat(YUI.Env.core); //Clone it..
485 core.push(extras[i]);
490 Y._attach(core);
1407 * A list of modules that defines the YUI core (overrides the default list).
1409 * @property core