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','features','intl-base','yui-log','yui-later'],
478 core = [],
480 //extras = Y.config.core || ['get','features','intl-base','yui-log','yui-later'];
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"],
4898 Contains the core of YUI's feature test architecture.
5320 * console implementations. This module is a `core` YUI module, <a href="../classes/YUI.html#method_log">it's documentation is located under the YUI class</a>.
5428 * Provides a setTimeout/setInterval wrapper. This module is a `core` YUI module, <a href="../classes/YUI.html#method_later">it's documentation is located under the YUI class</a>.
5901 Contains the core of YUI's feature test architecture.
6231 YUI.add('dom-core', function(Y) {
7291 }, '@VERSION@' ,{requires:['dom-core']});
9242 * executing the core business logic.
9256 * from the core method to the caller. Useful for Do.after subscribers.
11630 YUI.add('node-core', function(Y) {
11636 * @submodule node-core
12461 * @submodule node-core
12883 * @submodule node-core
12970 * @submodule node-core
13199 }, '@VERSION@' ,{requires:['dom-core', 'selector']});
14320 }, '@VERSION@' ,{requires:['dom-base', 'node-core', 'event-base']});
19376 * console implementations. This module is a `core` YUI module, <a href="../classes/YUI.html#method_log">it's documentation is located under the YUI class</a>.