Lines Matching defs:applyConfig
96 Y.applyConfig(YUI.GlobalConfig);
126 Y.applyConfig(gconf);
141 Y.applyConfig(args[i]);
244 * @method applyConfig
248 applyConfig: function(o) {
287 * Old way to apply a config to the instance (calls `applyConfig` under the hood)
293 this.applyConfig(o);
1249 a global YUI config at the same time. This way they can all call `YUI.applyConfig({})` instead of
1253 @method applyConfig
1257 YUI.applyConfig({
1265 YUI.applyConfig({
1278 YUI.applyConfig = function(o) {
1284 this.prototype.applyConfig.call(this, YUI.GlobalConfig);
1287 this.prototype.applyConfig.call(this, o);
1322 * `applyConfig()` to update the config object on a YUI instance that
9570 this.applyConfig(o, true);
9635 * @method applyConfig
9640 applyConfig: function(o, force) {
10780 ce.applyConfig(opts, true);
10901 ce2.applyConfig(ce);