Lines Matching defs:Loader
2 * Loader dynamically loads script and css files. It includes the dependency
53 * Loader dynamically loads script and css files. It includes the dependency
62 var loader = new Y.Loader({
72 * @class Loader
92 * @param {Object} config.modules A list of module definitions. See <a href="#method_addModule">Loader.addModule</a> for the supported module metadata
97 Y.Loader = function(o) {
516 Y.Loader.prototype = {
647 * Apply a new config to the Loader instance
714 //Removed this so that when Loader is invoked
790 * var loader = new Y.Loader({});
816 * var loader = new Y.Loader({});
1148 * Grab all the items that were asked for, check to see if the Loader
1796 * @param {String} msg The message from Loader
1816 * The default Loader onSuccess handler, calls this.onSuccess with a payload
1855 * The default Loader onProgress handler, calls this.onProgress with a payload
1869 * The default Loader onFailure handler, calls this.onFailure with a payload
1897 * The default Loader onTimeout handler, calls this.onTimeout with a payload
1992 * @param {Boolean} [skipcalc=false] Do a Loader.calculate on the meta
2049 Y.log('Loader actions complete!', 'info', 'loader');
2051 Y.log('Firing final Loader callback!', 'info', 'loader');
2232 * var loader = new Y.Loader({
2424 var loader = new Y.Loader({