Lines Matching refs:load
104 * dependencies for the modules requested. It can also load the
155 * dependencies for the modules requested. It can load the
179 * @param {Boolean} config.combine Use a combo service to reduce the number of http connections required to load your dependencies
481 * // making it possible to load different skins for different
482 * // components. It is possible to load more than one skin
556 * Whether or not to load optional dependencies for
603 // Y.on('yui:load', self.loadNext, self);
971 * @param {String} [config.condition.trigger] The name of a module that can trigger the auto-load
973 * @param {String} [config.condition.when] Specifies the load order of the conditional module
1238 * @param {string[] | string*} what the modules to load.
1317 * in order to load the requested module
1344 ftests = Y.Features && Y.Features.tests.load,
1982 Y.log('load error: ' + msg + ', ' + Y.id, 'error', 'loader');
2262 * Executed every time a module is loaded, and if we are in a load
2263 * cycle, we attempt to load the next script. Public so that it
2269 * been loaded (which is usually why it is time to load the next
2404 //This is not a combo module, skip it and load it singly later.
2421 //This is not a combo module, skip it and load it singly later.
2522 Shortcut to calculate, resolve and load all modules.
2533 loader.load(function() {
2538 @method load
2539 @param {Callback} cb Executed after all load operations are complete
2541 load: function(cb) {
2543 Y.log('No callback supplied to load()', 'error', 'loader');