Searched defs:mix (Results 1 - 4 of 4) sorted by relevance

/yui3/src/test/js/
H A DYTestWrap.js9 mix: Y.mix,
/yui3/src/test/scripts/
H A DYTestWrap.js9 mix: Y.mix,
/yui3/src/yui/js/
H A Dyui-core.js103 Y.mix(result, args[i], true);
125 @method mix
143 Y.mix = function(receiver, supplier, overwrite, whitelist, mode, merge) {
155 // once to do the proto to proto mix. The object to object mix will be
158 Y.mix(receiver.prototype, supplier.prototype, overwrite,
210 Y.mix(to[key], from[key], overwrite, null, 0, merge);
223 // in worse performance, and Y.mix is critical enough that the byte
236 Y.mix(to[key], from[key], overwrite, null, 0, merge);
246 Y.mix(t
[all...]
/yui3/src/base/js/
H A DBaseBuild.js48 Y.mix(builtClass, extClass, true, null, 1);
65 Y.mix(builtClass.prototype, px, true);
69 Y.mix(builtClass, build._clean(sx, buildCfg), true);
85 Y.mix(build, {
103 Y.mix(r, s, true, statics);
191 Y.mix(cust, buildCfg.custom, true);
210 Y.mix(cust, buildCfg.custom, true);
224 Y.mix(cust, cfg.cfgBuild, true);
288 * @deprecated Use the more convenient Base.create and Base.mix methods instead
351 * This way, when users pass your base or extension class to `Y.Base.create` or `Y.Base.mix`, the
[all...]

Completed in 400 milliseconds