Lines Matching refs:Prototype

9 var Prototype = {  class
60 if (Prototype.Browser.MobileSafari)
61 Prototype.BrowserFeatures.SpecificElementExtensions = false;
118 klass.prototype.initialize = Prototype.emptyFunction;
178 typeof JSON.stringify(Prototype.K) === 'undefined';
600 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
604 var matchAll = new RegExp(Prototype.ScriptFragment, 'img'),
605 matchOne = new RegExp(Prototype.ScriptFragment, 'im');
692 return this.replace(filter || Prototype.JSONFilter, '$1');
842 iterator = iterator || Prototype.K;
852 iterator = iterator || Prototype.K;
862 iterator = iterator || Prototype.K;
891 iterator = iterator || Prototype.K;
941 iterator = iterator || Prototype.K;
952 iterator = iterator || Prototype.K;
963 iterator = iterator || Prototype.K;
1006 var iterator = Prototype.K, args = $A(arguments);
1551 'X-Prototype-Version': Prototype.Version,
1602 || Prototype.emptyFunction)(response, response.headerJSON);
1615 (this.options['on' + state] || Prototype.emptyFunction)(response, response.headerJSON);
1622 this.transport.onreadystatechange = Prototype.emptyFunction;
1650 (this.options.onException || Prototype.emptyFunction)(this, exception);
1671 if ((readyState > 2 && !Prototype.Browser.IE) || readyState == 4) {
1799 (this.onComplete || Prototype.emptyFunction).apply(this, arguments);
1829 if (Prototype.BrowserFeatures.XPath) {
2189 return Prototype.Selector.match(element, selector);
2198 Prototype.Selector.find(ancestors, expression, index);
2214 return Prototype.Selector.find(element.previousSiblings(), expression, index);
2226 return Prototype.Selector.find(element.nextSiblings(), expression, index);
2237 return Prototype.Selector.select(expressions, element);
2243 return Prototype.Selector.select(expressions, element.parentNode).without(element);
2257 if (Prototype.Browser.IE) {
2413 if (Prototype.Browser.Opera) {
2500 if (Prototype.Browser.Opera) {
2538 else if (Prototype.Browser.IE) {
2628 el.onclick = Prototype.emptyFunction;
2720 if (Prototype.BrowserFeatures.ElementExtensions) {
2741 else if (Prototype.Browser.Gecko && /rv:1\.8\.0/.test(navigator.userAgent)) {
2750 else if (Prototype.Browser.WebKit) {
2874 if (!Prototype.BrowserFeatures.ElementExtensions && div['__proto__']) {
2877 Prototype.BrowserFeatures.ElementExtensions = true;
2912 if (Prototype.BrowserFeatures.SpecificElementExtensions) {
2926 return Prototype.K;
2942 element._extendedByPrototype = Prototype.emptyFunction;
2947 if (!Prototype.BrowserFeatures.ElementExtensions) {
2968 var F = Prototype.BrowserFeatures, T = Element.Methods.ByTag;
3075 var B = Prototype.Browser, doc = document, element, property = {};
3265 var hasLayout = Prototype.K;
3826 if (Prototype.Browser.IE) {
3859 } else if (Prototype.Browser.Webkit) {
3923 return Prototype.Selector.select(expression, document);
3926 Prototype.Selector = (function() {
3938 var match = Prototype.Selector.match, length = elements.length, matchIndex = 0, i;
3955 var K = Prototype.K;
3965 Prototype._original_property = window.Sizzle;
4945 var extendElements = Prototype.Selector.extendElements;
4955 Prototype.Selector.engine = engine;
4956 Prototype.Selector.select = select;
4957 Prototype.Selector.match = match;
4960 window.Sizzle = Prototype._original_property;
4961 delete Prototype._original_property;
5399 } else if (Prototype.Browser.WebKit) {
5435 if (Object.isElement(element) && Prototype.Selector.match(element, expression)) {
5524 event._extendedByPrototype = Prototype.emptyFunction;
5541 Event.extend = Prototype.K;
5617 if (Prototype.Browser.IE)
5620 if (Prototype.Browser.WebKit)
5621 window.addEventListener('unload', Prototype.emptyFunction, false);
5624 var _getDOMEventName = Prototype.K,
5964 instanceMethods.getElementsByClassName = Prototype.BrowserFeatures.XPath ?
6036 return Prototype.Selector.select(this.expression, rootElement);
6040 return Prototype.Selector.match(element, this.expression);
6054 var match = Prototype.Selector.match,
6071 if (Prototype.Selector.match(element, expression) && index === matchIndex++) {
6079 return Prototype.Selector.select(selector, element || document);