Searched defs:proto (Results 1 - 10 of 10) sorted by relevance
/yui3/src/dd/js/ |
H A D | constrain.js | 28 proto = null, 186 proto = { 472 Y.extend(C, Y.Base, proto);
|
H A D | proxy.js | 18 TRUE = true, proto, 88 proto = { 164 Y.extend(P, Y.Base, proto);
|
/yui3/src/anim/js/ |
H A D | anim.js | 416 var proto = { 671 Y.extend(Y.Anim, Y.Base, proto);
|
/yui3/build/yui/ |
H A D | yui-debug.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop]; 2691 // once to do the proto to proto mix. The object to object mix will be 3039 * @param {Boolean} [proto=false] Include prototype properties. 3044 O.each = function (obj, fn, thisObj, proto) { [all...] |
/yui3/build/yui-base/ |
H A D | yui-base-debug.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop]; 2691 // once to do the proto to proto mix. The object to object mix will be 3039 * @param {Boolean} [proto=false] Include prototype properties. 3044 O.each = function (obj, fn, thisObj, proto) { [all...] |
/yui3/build/yui-core/ |
H A D | yui-core-debug.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop]; 2691 // once to do the proto to proto mix. The object to object mix will be 3039 * @param {Boolean} [proto=false] Include prototype properties. 3044 O.each = function (obj, fn, thisObj, proto) { [all...] |
/yui3/build/yui-nodejs/ |
H A D | yui-nodejs-debug.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop]; 2691 // once to do the proto to proto mix. The object to object mix will be 3039 * @param {Boolean} [proto=false] Include prototype properties. 3044 O.each = function (obj, fn, thisObj, proto) { [all...] |
/yui3/src/yui/js/ |
H A D | yui.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop];
|
/yui3/build/simpleyui/ |
H A D | simpleyui-debug.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop]; 2691 // once to do the proto to proto mix. The object to object mix will be 3039 * @param {Boolean} [proto=false] Include prototype properties. 3044 O.each = function (obj, fn, thisObj, proto) { [all...] |
/yui3/src/simpleyui/js/ |
H A D | concat.js | 154 var proto, prop, 238 proto = { 1237 YUI.prototype = proto; 1240 for (prop in proto) { 1241 if (proto.hasOwnProperty(prop)) { 1242 YUI[prop] = proto[prop]; 2691 // once to do the proto to proto mix. The object to object mix will be 3039 * @param {Boolean} [proto=false] Include prototype properties. 3044 O.each = function (obj, fn, thisObj, proto) { [all...] |
Completed in 53 milliseconds