Lines Matching refs:extend

30 Object.extend = function(destination, source) {  function
37 Object.extend(Object, {
64 return Object.extend({}, object);
82 Object.extend(Number.prototype, {
152 Object.extend(String.prototype, {
514 Object.extend(Enumerable, {
533 Object.extend(Array.prototype, Enumerable);
538 Object.extend(Array.prototype, {
633 Object.extend(this, obj || {});
636 Object.extend(PHash, {
663 Object.extend(PHash.prototype, Enumerable);
664 Object.extend(PHash.prototype, {
724 Object.extend(ObjectRange.prototype, Enumerable);
725 Object.extend(ObjectRange.prototype, {
792 Object.extend(Ajax.Responders, Enumerable);
813 Object.extend(this.options, options || {});
825 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
985 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
1025 Ajax.PeriodicalUpdater.prototype = Object.extend(new Ajax.Base(), {
1074 return Element.extend(element);
1098 elements.push(Element.extend(child));
1109 Element.extend = function(element) { function
1113 var methods = Object.clone(Element.Methods), cache = Element.extend.cache;
1116 Object.extend(methods, Form.Methods);
1118 Object.extend(methods, Form.Element.Methods);
1120 Object.extend(methods, Element.Methods.Simulated);
1133 Element.extend.cache = {
1206 elements.push(Element.extend(element));
1486 Object.extend(Element.Methods, {childOf: Element.Methods.descendantOf});
1522 Object.extend(Element._attributeTranslations.values, {
1576 Object.extend(Element, Element.Methods);
1589 Object.extend(Element.Methods, methods || {});
1593 var cache = Element.extend.cache;
1656 Insertion.Before.prototype = Object.extend(new Abstract.Insertion('beforeBegin'), {
1669 Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), {
1683 Insertion.Bottom.prototype = Object.extend(new Abstract.Insertion('beforeEnd'), {
1697 Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), {
1743 Object.extend(Element.ClassNames.prototype, Enumerable);
1837 results.push(Element.extend(element));
1847 Object.extend(Selector, {
1850 return elements.select(selector.match.bind(selector)).map(Element.extend);
1907 elements.push(Element.extend(child));
1917 if (!typeName && !name) return $A(inputs).map(Element.extend);
1923 matchingInputs.push(Element.extend(input));
1960 Object.extend(Form, Form.Methods);
2028 Object.extend(Form.Element, Form.Element.Methods);
2076 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
2109 Form.Element.Observer.prototype = Object.extend(new Abstract.TimedObserver(), {
2116 Form.Observer.prototype = Object.extend(new Abstract.TimedObserver(), {
2165 Form.Element.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), {
2172 Form.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), {
2181 Object.extend(Event, {
2420 var options = Object.extend({