rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
Recorder.addEventHandler('select', 'change', function(event) { var tagName = event.target.tagName.toLowerCase(); if ('select' == tagName) { if (!event.target.multiple) { var label = event.target.options[event.target.selectedIndex].innerHTML; var value = "label=" + label.replace(/^\s*(.*?)\s*$/, "$1"); this.log.debug('selectedIndex=' + event.target.selectedIndex); this.record("select", this.findLocator(event.target), value); } else { this.log.debug('change selection on select-multiple'); var options = event.target.options; for (var i = 0; i < options.length; i++) { this.log.debug('option=' + i + ', ' + options[i].selected); if (options[i]._wasSelected == null) { this.log.warn('_wasSelected was not recorded'); } if (options[i]._wasSelected != options[i].selected) { var label = options[i].innerHTML; var value = "label=" + label.replace(/^\s*(.*?)\s*$/, "$1"); if (options[i].selected) { this.record("addSelection", this.findLocator(event.target), value); } else { this.record("removeSelection", this.findLocator(event.target), value); } options[i]._wasSelected = options[i].selected; } } } } });
return "label=regexp:" + label.replace(/\s+/g, function(str) { if (str.match(/\xA0/)) { if (str.length > 1) { return "\\s+"; } else { return "\\s"; } } else { return str; } });
Recorder.addEventHandler('select', 'change', function(event) { var tagName = event.target.tagName.toLowerCase(); if ('select' == tagName) { if (!event.target.multiple) { var label = event.target.options[event.target.selectedIndex].innerHTML; var value = "label=" + label.replace(/^\s*(.*?)\s*$/, "$1"); this.log.debug('selectedIndex=' + event.target.selectedIndex); this.record("select", this.findLocator(event.target), value); } else { this.log.debug('change selection on select-multiple'); var options = event.target.options; for (var i = 0; i < options.length; i++) { this.log.debug('option=' + i + ', ' + options[i].selected); if (options[i]._wasSelected == null) { this.log.warn('_wasSelected was not recorded'); } if (options[i]._wasSelected != options[i].selected) { var label = options[i].innerHTML; var value = "label=" + label.replace(/^\s*(.*?)\s*$/, "$1"); if (options[i].selected) { this.record("addSelection", this.findLocator(event.target), value); } else { this.record("removeSelection", this.findLocator(event.target), value); } options[i]._wasSelected = options[i].selected; } } } } });
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/7e3a98a74c13989d2bb684ddad8dfda201e7ba12/recorder-handlers.js/clean/src/content/recorder-handlers.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/railties/html/javascripts/effects.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
tables.each(function (table) { $A(table.rows).each(function(candidateRow) { if (self.isCommandRow(candidateRow)) { commandRows.push(new HtmlTestCaseRow(candidateRow)); } }.bind(this)); });
window.setTimeout(function() { htmlTestRunner.runNextTest(); }, 1);
tables.each(function (table) { $A(table.rows).each(function(candidateRow) { if (self.isCommandRow(candidateRow)) { commandRows.push(new HtmlTestCaseRow(candidateRow)); } }.bind(this)); });
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
if((typeof this.options.value == 'undefined') && ((e instanceof Array) ? this.element.innerHTML == e[1] : e == optionTag.value)) optionTag.selected = true;
collection.each(function(e,i) { optionTag = document.createElement("option"); optionTag.value = (e instanceof Array) ? e[0] : e; if(this.options.value==optionTag.value) optionTag.selected = true; optionTag.appendChild(document.createTextNode((e instanceof Array) ? e[1] : e)); selectTag.appendChild(optionTag); }.bind(this));
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/3ff9b97c169a9f5340d12f7a5848e5af5de3dcdb/controls.js/buggy/src/controls.js
function(s) { var stdout = document.getElementById('stdout'); stdout.innerHTML = stdout.innerHTML + escapeHTML(s); });
return function(sym) { counter++; if (!sym) sym = sc_SYMBOL_PREFIX; return sym + "s" + counter + "~" + "^sC-GeNsYm "; };
function(s) { var stdout = document.getElementById('stdout'); stdout.innerHTML = stdout.innerHTML + escapeHTML(s); });
4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/18f4d7df1b34e4cf8b2a45d4053dd889a0502fd6/runtime.js/clean/scheme2js/runtime/runtime.js
name = name.replace(new RegExp('\\$(\\d+)','g'), function (N) {
name = name.replace(new RegExp('\\$(\\d+)','g'), function (all, N) {
name = name.replace(new RegExp('\\$(\\d+)','g'), function (N) { if (typeof(ifs_match) != 'object' || typeof(ifs_match[N]) == 'undefined') return '' return ifs_match[N]; });
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
window.setTimeout(function() { htmlTestRunner.runNextTest(); }, 1);
this.trElement.onclick = fnBindAsEventListener(function() { this.onClick(); }, this);
window.setTimeout(function() { htmlTestRunner.runNextTest(); }, 1);
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/5d32068cf0753d8bc81840f71780a2a1d5dd0666/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/effects.js/buggy/web/scripts/effects.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/62ee692bfa7a7e657c10e2f9c32775e961069e91/effects.js/clean/src/effects.js
function() {return new ActiveXObject('Msxml2.XMLHTTP')},
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
function() {return new ActiveXObject('Msxml2.XMLHTTP')},
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
this.view.addEventListener("load", function() { self.reload() }, true);
function() { if (self.selectedDefinition) { self.doShow(); } },
this.view.addEventListener("load", function() { self.reload() }, true);
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/41aa52efb67ecb71492da89617f90da4e2bdc83c/editor.js/buggy/src/content/editor.js
return function(){ var args = arguments; var items = []; var elements = true; $each(this, function(el){
$each(this, function(el){
return function(){ var args = arguments; var items = []; var elements = true; $each(this, function(el){ var returns = el[property].apply(el, args); if ($type(returns) != 'element') elements = false; items.push(returns); }); if (elements) items = $$(items); return items; };
6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/af66a6919b8d36f1a1d048c31276da23a227b278/Element.js/clean/Native/Element.js
if (elements) items = $$(items); return items; };
return function(){ var args = arguments; var items = []; var elements = true; $each(this, function(el){ var returns = el[property].apply(el, args); if ($type(returns) != 'element') elements = false; items.push(returns); }); if (elements) items = $$(items); return items; };
6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/af66a6919b8d36f1a1d048c31276da23a227b278/Element.js/clean/Native/Element.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var type = $type(returns); if (type != 'element') elements = false;
if ($type(returns) != 'element') elements = false;
return function(){ var args = arguments; var items = []; var elements = true; $each(this, function(el){ var returns = el[property].apply(el, args); var type = $type(returns); if (type != 'element') elements = false; items.push(returns); }); if (elements) items = $$(items); return items; };
5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/4da6686ebc01d47f45382bb6f6e0a15b68d1dc75/Element.js/clean/Native/Element.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
return (this.match(matchAll) || []).map(function(scriptTag) { return (scriptTag.match(matchOne) || ['', ''])[1];
return this.gsub(pattern, function(match) { if (--count < 0) return match[0]; return replacement(match);
return (this.match(matchAll) || []).map(function(scriptTag) { return (scriptTag.match(matchOne) || ['', ''])[1]; });
2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
function(f) { Element.Methods[f] = Element[f]; }
this.each(function(f){ f.apply(this, args) });
function(f) { Element.Methods[f] = Element[f]; }
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js
$A(element.childNodes).each( function(child) { if(child.nodeType==3) { child.nodeValue.toArray().each( function(character) {
child.nodeValue.toArray().each( function(character) {
$A(element.childNodes).each( function(child) { if(child.nodeType==3) { child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == " " ? String.fromCharCode(160) : character), child); }); Element.remove(child); } });
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/cbfdecdaa602d7c2b7ff4f3e8c1ced36d4b5ffde/effects.js/buggy/src/effects.js
Element.remove(child); } });
$A(element.childNodes).each( function(child) { if(child.nodeType==3) { child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == " " ? String.fromCharCode(160) : character), child); }); Element.remove(child); } });
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/cbfdecdaa602d7c2b7ff4f3e8c1ced36d4b5ffde/effects.js/buggy/src/effects.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
setTimeout(function() {html.evalScripts()}, 10);
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a66fc3df02a2351eaca597a7b536ab0e0e9e84e5/prototype.js/clean/lib/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js
fragments.reverse(false).each((function(fragment) { this.element.insertBefore(fragment, this.element.firstChild); }).bind(this));
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
fragments.reverse(false).each((function(fragment) { this.element.insertBefore(fragment, this.element.firstChild); }).bind(this));
2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
return $A(children).inject([], function(elements, child) { if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) elements.push(Element.extend(child)); return elements; });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
fragments.each((function(fragment) { this.element.appendChild(fragment); }).bind(this));
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
fragments.each((function(fragment) { this.element.appendChild(fragment); }).bind(this));
2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/railties/html/javascripts/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/buggy/railties/html/javascripts/prototype.js
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/clean/railties/html/javascripts/prototype.js
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
setTimeout(function() {html.evalScripts()}, 10);
return this[value] = this[value] || function() { return value.apply(null, [this].concat($A(arguments))); }
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/55c6c64da0fbbfba74a0b4ad68022bf640a0a049/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js
setTimeout(function() {content.evalScripts()}, 10);
setTimeout(function() {html.evalScripts()}, 10);
setTimeout(function() {content.evalScripts()}, 10);
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/prototype.js/clean/railties/html/javascripts/prototype.js