rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
return results.inject([], function(elements, result) { return elements.concat(selector.findElements(result || element)); });
return $A($(form).getElementsByTagName('*')).inject([], function(elements, child) { if (Form.Element.Serializers[child.tagName.toLowerCase()]) elements.push(Element.extend(child)); return elements; });
return results.inject([], function(elements, result) { return elements.concat(selector.findElements(result || element)); });
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 results.inject([], function(elements, result) { return elements.concat(selector.findElements(result || element)); });
return $A($(form).getElementsByTagName('*')).inject([], function(elements, child) { if (Form.Element.Serializers[child.tagName.toLowerCase()]) elements.push(Element.extend(child)); return elements; });
return results.inject([], function(elements, result) { return elements.concat(selector.findElements(result || element)); });
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
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
return function(match) { return template.evaluate(match) };
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params; });
return function(match) { return template.evaluate(match) };
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
body = body.map(function(statement){ return statement.strip() });
this.test = test || function() {};
body = body.map(function(statement){ return statement.strip() });
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/deb40113fa3880d79b7caf84914bd36a93f96fba/unittest.js/buggy/src/unittest.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
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
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
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
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
Recorder.addEventHandler('rememberClickedElement', 'mousedown', function(event) { this.clickedElement = event.target; this.clickedElementLocator = this.findLocator(event.target); }, { alwaysRecord: true, capture: true });
Recorder.addEventHandler('click', 'click', function(event) { if (event.button == 0) { if (this.clickLocator) { this.record("click", this.clickLocator, ''); delete this.clickLocator; } } });
Recorder.addEventHandler('rememberClickedElement', 'mousedown', function(event) { this.clickedElement = event.target; this.clickedElementLocator = this.findLocator(event.target); }, { alwaysRecord: true, capture: true });
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/7e3a98a74c13989d2bb684ddad8dfda201e7ba12/recorder-handlers.js/clean/src/content/recorder-handlers.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
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
menu.push([ HTMLArea._lc("Paste", "ContextMenu"), function() { editor.execCommand("paste"); }, null, config.btnList["paste"][1] ]);
function() { window.open(link.href); },
menu.push([ HTMLArea._lc("Paste", "ContextMenu"), function() { editor.execCommand("paste"); }, null, config.btnList["paste"][1] ]);
10216 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10216/bfdb83111445484708960ff4fd098b0d7a69a229/context-menu.js/buggy/trunk/RheinaufCMS/Libraries/Xinha/plugins/ContextMenu/context-menu.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
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
LocatorBuilders.add('hrefXPath', function(e) { if (e.attributes && e.hasAttribute("href")) { href = e.getAttribute("href"); if (href.search(/^http?:\/\ return " } else { return "
LocatorBuilders.add('attributesXPath', function(e) { const PREFERRED_ATTRIBUTES = ['id','name','value','type','action','onclick']; function attributesXPath(name, attNames, attributes) { var locator = " for (var i = 0; i < attNames.length; i++) { if (i > 0) { locator += " and "; } var attName = attNames[i]; locator += '@' + attName + "=" + this.attributeValue(attributes[attName]); } locator += "]"; return locator; } if (e.attributes) { var atts = e.attributes; var attsMap = {}; for (var i = 0; i < atts.length; i++) { var att = atts[i]; attsMap[att.name] = att.value; } var names = []; for (var i = 0; i < PREFERRED_ATTRIBUTES.length; i++) { var name = PREFERRED_ATTRIBUTES[i]; if (attsMap[name] != null) { names.push(name); var locator = attributesXPath.call(this, e.nodeName.toLowerCase(), names, attsMap); if (e == this.findElement(locator)) { return locator; } }
LocatorBuilders.add('hrefXPath', function(e) { if (e.attributes && e.hasAttribute("href")) { href = e.getAttribute("href"); if (href.search(/^http?:\/\//) >= 0) { return "//a[@href=" + this.attributeValue(href) + "]"; } else { // use contains(), because in IE getAttribute("href") will return absolute path return "//a[contains(@href, " + this.attributeValue(href) + ")]"; } } return null; });
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c2cf93982c5109588ee388232629f4472d0fba4b/locatorBuilders.js/clean/src/content/locatorBuilders.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
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
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/effects.js/buggy/web/scripts/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
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
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
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
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/62ee692bfa7a7e657c10e2f9c32775e961069e91/effects.js/clean/src/effects.js
setTimeout((function() {this.respondToReadyState(1)}).bind(this), 10);
this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw $break; });
setTimeout((function() {this.respondToReadyState(1)}).bind(this), 10);
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
pulse = function(pos, pulses) { pulses = pulses || 5; return ( Math.round((pos % (1/pulses)) * pulses) == 0 ? ((pos * pulses * 2) - Math.floor(pos * pulses * 2)) : 1 - ((pos * pulses * 2) - Math.floor(pos * pulses * 2)) ); },
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
pulse = function(pos, pulses) { pulses = pulses || 5; return ( Math.round((pos % (1/pulses)) * pulses) == 0 ? ((pos * pulses * 2) - Math.floor(pos * pulses * 2)) : 1 - ((pos * pulses * 2) - Math.floor(pos * pulses * 2)) ); },
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/26d051473a3f78ca95a40cd22576e404b5af0545/effects.js/buggy/src/effects.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
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
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
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
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
this.each(function(value, index) { result = result && !!(iterator || Prototype.K)(value, index); if (!result) throw $break;
return pairs.inject({}, function(params, pairString) { var pair = pairString.split('='); params[pair[0]] = pair[1]; return params;
this.each(function(value, index) { result = result && !!(iterator || Prototype.K)(value, index); if (!result) throw $break; });
2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js
results.push(iterator(value, index));
if (result &= (iterator || Prototype.K)(value, index)) throw $break;
this.each(function(value, index) { results.push(iterator(value, index)); });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
child.nodeValue.toArray().each( function(character) { element.insertBefore( Builder.node('span',{style: tagifyStyle}, character == ' ' ? String.fromCharCode(160) : character), child); });
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
e.startOn += effect.finishOn; e.finishOn += effect.finishOn; });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/cbfdecdaa602d7c2b7ff4f3e8c1ced36d4b5ffde/effects.js/buggy/src/effects.js
success( http.responseText ); return; case 201: success( eval( http.responseText ) );
if( http.getResponseHeader( "Hop-Json" ) ) { success( eval( http.responseText ) ); } else { success( http.responseText ); }
function( http ) { switch( http.status ) { case 200: success( http.responseText ); return; case 201: success( eval( http.responseText ) ); return; case 202: success( hop_unserialize( http.responseText ) ); return; default: success( http ); return; } },
4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/26edb05e4c0d69806e96596c555502f4a0e8d9d7/hop.js/clean/share/hop.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
if( http.getResponseHeader( "Hop-Json" ) ) {
if( http.propertyIsEnumerable( "getResponseHeader" ) ) { json = http.getResponseHeader( "Hop-Json" ); } else { json = (http.getAllResponseHeaders().indexOf( "Hop-Json" ) >= 0); } if( json ) {
function( http ) { switch( http.status ) { case 200: if( http.getResponseHeader( "Hop-Json" ) ) { success( eval( http.responseText ) ); } else { success( http.responseText ); } return; case 202: success( hop_unserialize( http.responseText ) ); return; default: success( http ); return; } },
4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/14cf5cbdca5ca4dea8a981316346c0703e125bc8/hop.js/clean/share/hop.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
tinyMCE.addEvent(element, "click", function (e) {window.setTimeout(function() {TinyMCE_Engine.prototype.confirmAdd(e, settings);}, 10);});
tinyMCE.addEvent(element, "focus", function () { TinyMCE_Engine.prototype.confirmAdd(null, settings); });
tinyMCE.addEvent(element, "click", function (e) {window.setTimeout(function() {TinyMCE_Engine.prototype.confirmAdd(e, settings);}, 10);});
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/railties/html/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
return this.template.gsub(this.pattern, function(match) { var before = match[1]; if (before == '\\') return match[2]; return before + (object[match[3]] || '').toString(); });
return function(match) { return template.evaluate(match) };
return this.template.gsub(this.pattern, function(match) { var before = match[1]; if (before == '\\') return match[2]; return before + (object[match[3]] || '').toString(); });
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
$A(elements).each( function(element, index) { new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/railties/html/javascripts/effects.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
onComplete(this.transport);
this.options.onComplete = (function() { onComplete(this.transport); this.updateContent(); }).bind(this);
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/25c33a99f9d62a2ca53dd261021596ce97ce32c0/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
if (iterator(value, index)) { result = value; throw _break; }
results.push(iterator(value, index));
this.each(function(value, index) { if (iterator(value, index)) { result = value; throw _break; } });
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js