Lines Matching refs:Prototype

9 var Prototype = {  class
36 if (Prototype.Browser.MobileSafari)
37 Prototype.BrowserFeatures.SpecificElementExtensions = false;
66 klass.prototype.initialize = Prototype.emptyFunction;
382 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
386 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
387 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
484 return this.sub(filter || Prototype.JSONFilter, '#{1}');
528 if (Prototype.Browser.WebKit || Prototype.Browser.IE) Object.extend(String.prototype, {
604 iterator = iterator ? iterator.bind(context) : Prototype.K;
612 iterator = iterator ? iterator.bind(context) : Prototype.K;
622 iterator = iterator ? iterator.bind(context) : Prototype.K;
632 iterator = iterator ? iterator.bind(context) : Prototype.K;
663 iterator = iterator ? iterator.bind(context) : Prototype.K;
714 iterator = iterator ? iterator.bind(context) : Prototype.K;
725 iterator = iterator ? iterator.bind(context) : Prototype.K;
736 iterator = iterator ? iterator.bind(context) : Prototype.K;
778 var iterator = Prototype.K, args = $A(arguments);
815 if (Prototype.Browser.WebKit) {
942 if (Prototype.Browser.Opera){
1244 'X-Prototype-Version': Prototype.Version,
1295 || Prototype.emptyFunction)(response, response.headerJSON);
1308 (this.options['on' + state] || Prototype.emptyFunction)(response, response.headerJSON);
1316 this.transport.onreadystatechange = Prototype.emptyFunction;
1344 (this.options.onException || Prototype.emptyFunction)(this, exception);
1358 if((readyState > 2 && !Prototype.Browser.IE) || readyState == 4) {
1485 (this.onComplete || Prototype.emptyFunction).apply(this, arguments);
1513 if (Prototype.BrowserFeatures.XPath) {
1552 if (Prototype.Browser.IE && attributes.name) {
1776 if (Prototype.Browser.IE) {
1871 if (element.sourceIndex && !Prototype.Browser.Opera) {
2106 if (!Prototype.Browser.Opera || element.tagName == 'BODY') {
2172 if (Prototype.Browser.Opera) {
2215 else if (Prototype.Browser.IE) {
2377 else if (Prototype.Browser.Gecko && /rv:1\.8\.0/.test(navigator.userAgent)) {
2386 else if (Prototype.Browser.WebKit) {
2422 if (Prototype.Browser.IE || Prototype.Browser.Opera) {
2532 if (!Prototype.BrowserFeatures.ElementExtensions &&
2536 Prototype.BrowserFeatures.ElementExtensions = true;
2540 if (Prototype.BrowserFeatures.SpecificElementExtensions)
2541 return Prototype.K;
2561 element._extendedByPrototype = Prototype.emptyFunction;
2567 if (!Prototype.BrowserFeatures.ElementExtensions) {
2584 var F = Prototype.BrowserFeatures, T = Element.Methods.ByTag;
2673 var B = Prototype.Browser;
2707 if (!Prototype.BrowserFeatures.XPath) return false;
2712 if (Prototype.Browser.WebKit &&
3010 var _true = Prototype.emptyFunction;
3026 parentNode._countedByPrototype = Prototype.emptyFunction;
3044 n._countedByPrototype = Prototype.emptyFunction;
3353 if (Prototype.Browser.IE) {
3749 if (Prototype.Browser.IE) {
3755 } else if (Prototype.Browser.WebKit) {
3814 if (Prototype.Browser.IE) {
3825 event._extendedByPrototype = Prototype.emptyFunction;
3839 return Prototype.K;
4011 if (Prototype.Browser.WebKit) {
4156 instanceMethods.getElementsByClassName = Prototype.BrowserFeatures.XPath ?