Searched refs:defaults (Results 1 - 19 of 19) sorted by relevance

/yui3/src/matrix/js/
H A DMatrix.js128 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 Dasync-queue.js55 * 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 Dasync-queue-debug.js57 * 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 Dmatrix-debug.js609 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 Devent-target.js109 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 Ddatatable-head-debug.js173 defaults = {
190 defaults,
/yui3/src/async-queue/tests/
H A Dasync-queue-tests.js6 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 Dhead.js171 defaults = {
188 defaults,
/yui3/build/event-custom-base/
H A Devent-custom-base-debug.js1392 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 Dasync-queue.js4 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 DFills.js19 var defaults = this._defaults || this._getAreaDefaults();
20 this._defaults = Y.merge(defaults, val);
/yui3/src/event-custom/tests/
H A Devent-custom-base-tests.js42 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 Devent-custom-base.js40 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 Dloader.js99 var defaults = META.modules,
420 oeach(defaults, self.addModule, self);
1707 // the module with defaults
/yui3/build/loader/
H A Dloader-debug.js199 var defaults = META.modules,
520 oeach(defaults, self.addModule, self);
1807 // the module with defaults
/yui3/build/loader-base/
H A Dloader-base-debug.js199 var defaults = META.modules,
520 oeach(defaults, self.addModule, self);
1807 // the module with defaults
/yui3/build/yui/
H A Dyui-debug.js437 // 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 Dyui-nodejs-debug.js437 // 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 Dcharts-base-debug.js5986 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 201 milliseconds