Searched defs:proto (Results 1 - 10 of 10) sorted by relevance

/yui3/src/dd/js/
H A Dconstrain.js28 proto = null,
186 proto = {
472 Y.extend(C, Y.Base, proto);
H A Dproxy.js18 TRUE = true, proto,
88 proto = {
164 Y.extend(P, Y.Base, proto);
/yui3/src/anim/js/
H A Danim.js416 var proto = {
671 Y.extend(Y.Anim, Y.Base, proto);
/yui3/build/yui/
H A Dyui-debug.js154 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 Dyui-base-debug.js154 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 Dyui-core-debug.js154 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 Dyui-nodejs-debug.js154 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 Dyui.js154 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 Dsimpleyui-debug.js154 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 Dconcat.js154 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