Searched refs:defaults (Results 1 - 19 of 19) sorted by relevance
| /yui3/src/matrix/js/ |
| H A D | Matrix.js | 128 var defaults = this._defaults, 133 for (prop in defaults) { 134 if(defaults.hasOwnProperty(prop)) 136 this[prop] = (prop in config) ? config[prop] : defaults[prop]; 325 defaults = this._defaults, 329 if (prop in defaults) { 330 this[prop] = defaults[prop];
|
| /yui3/src/async-queue/js/ |
| H A D | async-queue.js | 55 * Preconfigured defaults include:</p> 64 * @property defaults 68 Queue.defaults = Y.mix({ 102 * Callback defaults for this instance. Static defaults that are not 105 * @property defaults 108 this.defaults = {}; 172 * configuration generated by combining the static AsyncQueue.defaults, the 173 * instance defaults, and the specified callback settings. 189 Queue.defaults, [all...] |
| /yui3/build/async-queue/ |
| H A D | async-queue-debug.js | 57 * Preconfigured defaults include:</p> 66 * @property defaults 70 Queue.defaults = Y.mix({ 104 * Callback defaults for this instance. Static defaults that are not 107 * @property defaults 110 this.defaults = {}; 174 * configuration generated by combining the static AsyncQueue.defaults, the 175 * instance defaults, and the specified callback settings. 191 Queue.defaults, [all...] |
| /yui3/build/matrix/ |
| H A D | matrix-debug.js | 609 var defaults = this._defaults, 614 for (prop in defaults) { 615 if(defaults.hasOwnProperty(prop)) 617 this[prop] = (prop in config) ? config[prop] : defaults[prop]; 806 defaults = this._defaults, 810 if (prop in defaults) { 811 this[prop] = defaults[prop];
|
| /yui3/src/event-custom/js/ |
| H A D | event-target.js | 109 defaults: { 556 var events, ce, ret, defaults, 585 defaults = edata.defaults; 587 // apply defaults 589 (opts) ? Y.merge(defaults, opts) : defaults);
|
| /yui3/build/datatable-head/ |
| H A D | datatable-head-debug.js | 173 defaults = { 190 defaults,
|
| /yui3/src/async-queue/tests/ |
| H A D | async-queue-tests.js | 6 Y.AsyncQueue.defaults.timeout = -1; 65 q.defaults = { 349 q.defaults = { fn: function () {} }; 408 q.defaults = { fn: function () { results += 'U'; } }; 847 q.defaults.timeout = 10;
|
| /yui3/src/datatable/js/ |
| H A D | head.js | 171 defaults = { 188 defaults,
|
| /yui3/build/event-custom-base/ |
| H A D | event-custom-base-debug.js | 1392 defaults: { 1839 var events, ce, ret, defaults, 1868 defaults = edata.defaults; 1870 // apply defaults 1872 (opts) ? Y.merge(defaults, opts) : defaults);
|
| /yui3/src/async-queue/tests/src/ |
| H A D | async-queue.js | 4 Y.AsyncQueue.defaults.timeout = -1; 63 q.defaults = { 347 q.defaults = { fn: function () {} }; 406 q.defaults = { fn: function () { results += 'U'; } }; 845 q.defaults.timeout = 10;
|
| /yui3/src/charts/js/ |
| H A D | Fills.js | 19 var defaults = this._defaults || this._getAreaDefaults(); 20 this._defaults = Y.merge(defaults, val);
|
| /yui3/src/event-custom/tests/ |
| H A D | event-custom-base-tests.js | 42 Y.Assert.isObject(config1.defaults); 44 Y.Assert.isUndefined(config1.defaults.broadcast); 45 Y.Assert.isTrue(config1.defaults.bubbles); 46 Y.Assert.areSame(target1, config2.defaults.context); 47 Y.Assert.isUndefined(config1.defaults.defaultTargetOnly); 48 Y.Assert.isUndefined(config1.defaults.emitFacade); 49 Y.Assert.isUndefined(config1.defaults.fireOnce); 50 Y.Assert.isUndefined(config1.defaults.monitored); 51 Y.Assert.isUndefined(config1.defaults.queuable); 53 Y.Assert.isObject(config2.defaults); [all...] |
| /yui3/src/event-custom/tests/src/ |
| H A D | event-custom-base.js | 40 Y.Assert.isObject(config1.defaults); 42 Y.Assert.isUndefined(config1.defaults.broadcast); 43 Y.Assert.isTrue(config1.defaults.bubbles); 44 Y.Assert.areSame(target1, config2.defaults.context); 45 Y.Assert.isUndefined(config1.defaults.defaultTargetOnly); 46 Y.Assert.isUndefined(config1.defaults.emitFacade); 47 Y.Assert.isUndefined(config1.defaults.fireOnce); 48 Y.Assert.isUndefined(config1.defaults.monitored); 49 Y.Assert.isUndefined(config1.defaults.queuable); 51 Y.Assert.isObject(config2.defaults); [all...] |
| /yui3/src/loader/js/ |
| H A D | loader.js | 99 var defaults = META.modules, 420 oeach(defaults, self.addModule, self); 1707 // the module with defaults
|
| /yui3/build/loader/ |
| H A D | loader-debug.js | 199 var defaults = META.modules, 520 oeach(defaults, self.addModule, self); 1807 // the module with defaults
|
| /yui3/build/loader-base/ |
| H A D | loader-base-debug.js | 199 var defaults = META.modules, 520 oeach(defaults, self.addModule, self); 1807 // the module with defaults
|
| /yui3/build/yui/ |
| H A D | yui-debug.js | 437 // configuration defaults 1282 //If there is a GlobalConfig, apply it first to set the defaults 1524 * can be specified to override the defaults: 3650 global defaults for CSS requests. 3670 defaults for JS requests. 4203 // URL-specific options override both global defaults and 5700 var defaults = META.modules, 6021 oeach(defaults, self.addModule, self); 7308 // the module with defaults
|
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 437 // configuration defaults 1282 //If there is a GlobalConfig, apply it first to set the defaults 1524 * can be specified to override the defaults: 4716 var defaults = META.modules, 5037 oeach(defaults, self.addModule, self); 6324 // the module with defaults
|
| /yui3/build/charts-base/ |
| H A D | charts-base-debug.js | 5986 var defaults = this._defaults || this._getAreaDefaults(); 5987 this._defaults = Y.merge(defaults, val); 11729 * <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided).</dd> 11737 * <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> 11757 * <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> 12696 * <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> 12752 * <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided)</dd> 12759 * <dt>displayName</dt><dd>The display name of the series. (defaults to key if not provided)</dd> 15288 * <dt>displayName</dt><dd>The display name set to the category (defaults to key if not provided)</dd> 15295 * <dt>displayName</dt><dd>The display name of the series. (defaults t [all...] |
Completed in 123 milliseconds