Searched defs:applyConfig (Results 1 - 7 of 7) sorted by relevance

/yui3/build/yui/
H A Dyui-debug.js96 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({
[all...]
/yui3/build/yui-base/
H A Dyui-base-debug.js96 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({
[all...]
/yui3/build/yui-core/
H A Dyui-core-debug.js96 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({
[all...]
/yui3/build/yui-nodejs/
H A Dyui-nodejs-debug.js96 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({
[all...]
/yui3/src/yui/js/
H A Dyui.js96 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({
[all...]
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js96 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({
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js96 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({
[all...]

Completed in 29 milliseconds