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: ['get','intl-base'],
478 core = [],
480 //extras = Y.config.core || ['get','intl-base'];
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
1842 * and the core utilities for the library.
1848 * Provides core language utilites and extensions used throughout YUI.
2453 * and the core utilities for the library.
2539 This includes the script loading mechanism, a simple queue, and the core
2791 * and the core utilities for the library.
3169 * core utilities for the library.
3597 "datatable": ["datatable-core","datatable-head","datatable-body","datatable-base","datatable-column-widths","datatable-message","datatable-mutable","datatable-sort","datatable-datasource"],