rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
messages = new Packages.java.util.ArrayList();
var messages = new Packages.java.util.ArrayList();
function validate(userManager, ldap, userId, email, password, confirmPassword, ldapId, configDir) { messages = new Packages.java.util.ArrayList(); userid = new Packages.java.lang.String(email); email = new Packages.java.lang.String(email); var existingUser = userManager.getUser(userId); if (existin...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/152ac5e047d5c78c882e822c4f39de9c7eea4066/user-admin.js/clean/src/webapp/lenya/content/admin/users/user-admin.js
userid = new Packages.java.lang.String(email); email = new Packages.java.lang.String(email);
var userid = new Packages.java.lang.String(email); var email = new Packages.java.lang.String(email);
function validate(userManager, ldap, userId, email, password, confirmPassword, ldapId, configDir) { messages = new Packages.java.util.ArrayList(); userid = new Packages.java.lang.String(email); email = new Packages.java.lang.String(email); var existingUser = userManager.getUser(userId); if (existin...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/152ac5e047d5c78c882e822c4f39de9c7eea4066/user-admin.js/clean/src/webapp/lenya/content/admin/users/user-admin.js
password = new Packages.java.lang.String(password);
var password = new Packages.java.lang.String(password);
function validate(userManager, ldap, userId, email, password, confirmPassword, ldapId, configDir) { messages = new Packages.java.util.ArrayList(); userid = new Packages.java.lang.String(email); email = new Packages.java.lang.String(email); var existingUser = userManager.getUser(userId); if (existin...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/152ac5e047d5c78c882e822c4f39de9c7eea4066/user-admin.js/clean/src/webapp/lenya/content/admin/users/user-admin.js
messages.add("This LDAP user ID does not exist.);
messages.add("This LDAP user ID does not exist.");
function validate(userManager, ldap, userId, email, password, confirmPassword, messages, ldapId) { messages = new Packages.java.util.ArrayList(); userid = new Packages.java.lang.String(email); email = new Packages.java.lang.String(email); var existingUser = userManager.getUser(userId); if (existing...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/1e7af5f3fcdb2db9a590f0478a8eb0fc7cab8fa5/user-admin.js/buggy/src/webapp/lenya/content/admin/users/user-admin.js
function add_user(ldap) { resolve(); try { var userId = ""; var ldapId = null; if (ldap) { ldapId = ""; } var email = ""; var fullName = ""; var description = ""; var messages = new Packages.java.util.ArrayList(); var password = ""; var confirmPassword = ""; var userManager = getAccreditableManager().getUserMan...
function validate(userManager, ldap, userId, email, password, confirmPassword, messages, ldapId) { messages = new Packages.java.util.ArrayList(); userid = new Packages.java.lang.String(email); email = new Packages.java.lang.String(email); var existingUser = userManager.getUser(userId); if (existing...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/1e7af5f3fcdb2db9a590f0478a8eb0fc7cab8fa5/user-admin.js/buggy/src/webapp/lenya/content/admin/users/user-admin.js
this['errors'] = errors; this['extra'] = extra;
this.errors = errors; this.extra = extra;
function ValidateError (errors, extra) { this['errors'] = errors; this['extra'] = extra; this.as_string = eob_as_string; this.as_array = eob_as_array; this.as_hash = eob_as_hash; this.get_error_text = eob_get_error_text;}
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/36b6d6336f71148a2949342b6bf1af36a21992c1/validate.js/buggy/lib/CGI/Ex/validate.js
this.first_field = eob_first_field;
function ValidateError (errors, extra) { this['errors'] = errors; this['extra'] = extra; this.as_string = eob_as_string; this.as_array = eob_as_array; this.as_hash = eob_as_hash; this.get_error_text = eob_get_error_text;}
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/36b6d6336f71148a2949342b6bf1af36a21992c1/validate.js/buggy/lib/CGI/Ex/validate.js
return validation_result;
rv = validation_result; validation_result = true; return rv;
function ValidatorCommonOnSubmit (){ /* handle validation summaries here */ if (validation_result == false && have_validation_summaries) { for (var vi in Page_ValidationSummaries) { var vs = Page_ValidationSummaries[vi]; var header = vs.getAttribute ("headertext"); if (header == null) header = ""; attr = v...
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/9ca95371fe7d1ac5b6d5fb3a2235d822b7458a30/WebUIValidation.js/buggy/mcs/class/System.Web/resources/WebUIValidation.js
('input' == element.tagName.toLowerCase() || element.hasAttribute("value"))) { var locator = SeleniumIDE.getRecorderWindow().eventManager.getLocator(window, element); result.target = locator;
('input' == element.tagName.toLowerCase() || 'textarea' == element.tagName.toLowerCase() || element.value)) { result.target = SeleniumIDE.getRecorderWindow().eventManager.getLocator(window, element);
value: function(window, element) { var result = { name: "Value" }; if (element && element.hasAttribute && element.tagName && ('input' == element.tagName.toLowerCase() || element.hasAttribute("value"))) { var locator = SeleniumIDE.getRecorderWindow().eventManager.getLocator(window, element); result.target = loc...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c8960cd85ac966f6b8ea8acb329817a698e04485/selenium-ide-overlay.js/clean/src/content/selenium-ide-overlay.js
result.value = SeleniumIDE.getRecorderWindow().exactMatchPattern(element.getAttribute('value'));
result.value = SeleniumIDE.getRecorderWindow().exactMatchPattern(element.value);
value: function(window, element) { var result = { name: "Value" }; if (element && element.hasAttribute && element.tagName && ('input' == element.tagName.toLowerCase() || element.hasAttribute("value"))) { var locator = SeleniumIDE.getRecorderWindow().eventManager.getLocator(window, element); result.target = loc...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c8960cd85ac966f6b8ea8acb329817a698e04485/selenium-ide-overlay.js/clean/src/content/selenium-ide-overlay.js
result.value = element.getAttribute('value');
result.value = SeleniumIDE.getRecorderWindow().exactMatchPattern(element.getAttribute('value'));
value: function(window, element) { var result = { name: "Value" }; if (element && element.hasAttribute && element.tagName && ('input' == element.tagName.toLowerCase() || element.hasAttribute("value"))) { var locator = SeleniumIDE.getRecorderWindow().eventManager.getLocator(window, element); result.target = loc...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/56fc4f5f3917b78710f5a5ebd9ac6059585b5b7f/selenium-ide-overlay.js/buggy/src/content/selenium-ide-overlay.js
NewWindow('/videocontrol?command='+xy, 'vcontrol', '200', '100', 'no', '300');
NewWindow('/cgi-bin/videocontrol?command='+xy, 'vcontrol', '200', '100', 'no', '300');
function vcontrol(xy){ NewWindow('/videocontrol?command='+xy, 'vcontrol', '200', '100', 'no', '300');}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/a0bf94e3eeeb3f0459be2e65685a625acc2fc2e9/index.js/buggy/tuxbox/enigma/data/htdocs/index.js
NotEquals.prototype.verify = function() { return "verifyNotEquals(" + this.e1.toString() + ", " + this.e2.toString() + ")";
EqualsArray.prototype.verify = function() { return this.assertOrVerify('verify');
NotEquals.prototype.verify = function() { return "verifyNotEquals(" + this.e1.toString() + ", " + this.e2.toString() + ")";}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4bfa7692cc2103f89695fba65b7284a7b4aeb230/java-rc.js/buggy/src/content/formats/java-rc.js
EqualsArray.prototype.verify = function() { return this.assertOrVerify('verify');
NotEquals.prototype.verify = function() { return "verifyNotEquals(" + this.e1.toString() + ", " + this.e2.toString() + ");";
EqualsArray.prototype.verify = function() { return this.assertOrVerify('verify');}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9c787c7e6c12c5505c234cea90865fbee0d58139/java-rc.js/clean/src/content/formats/java-rc.js
return "verifyFalse(" + expression.toString() + ")";
return "assertFalse(" + expression.toString() + ");";
function verifyFalse(expression) { return "verifyFalse(" + expression.toString() + ")";}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4bfa7692cc2103f89695fba65b7284a7b4aeb230/java-rc.js/buggy/src/content/formats/java-rc.js
return "verifyTrue(" + expression.toString() + ")";
return "assertTrue(" + expression.toString() + ");";
function verifyTrue(expression) { return "verifyTrue(" + expression.toString() + ")";}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4bfa7692cc2103f89695fba65b7284a7b4aeb230/java-rc.js/buggy/src/content/formats/java-rc.js
if (cElts == 0) { var rgImages = getChildrenByTagName (elt, 'IMG'); var cImages = rgImages.length; for (var iImage = 0; iImage < cImages; iImage++) { var image = rgImages [iImage]; var strImage = trimSrc (rgImages [iImage].src); if (dictTypes [strImage]) { fView = true; break; } } } else
if (cElts != 0)
function viewAll (elt, dictTypes){ var fView = false; var rgElts = getChildrenByTagName (elt, 'DIV'); var cElts = rgElts.length; if (cElts == 0) { var rgImages = getChildrenByTagName (elt, 'IMG'); var cImages = rgImages.length; for (var iImage = 0; iImage < cImages; iImage++) { var image = rgImages [iImage]; va...
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/8f94011aa668acfdc27aed556fdc6b7761d4ab68/cormissing.js/buggy/web/web/deploy/cm/cormissing.js
if (cElts == 0) { var rgImages = getChildrenByTagName (elt, 'IMG'); var cImages = rgImages.length; for (var iImage = 0; iImage < cImages; iImage++) { var image = rgImages [iImage]; var strImage = trimSrc (rgImages [iImage].src); if (dictTypes [strImage]) { fView = true; break; } } } else
if (cElts != 0)
function viewAll (elt, dictTypes){ var fView = false; var rgElts = getChildrenByTagName (elt, 'DIV'); var cElts = rgElts.length; if (cElts == 0) { var rgImages = getChildrenByTagName (elt, 'IMG'); var cImages = rgImages.length; for (var iImage = 0; iImage < cImages; iImage++) { var image = rgImages [iImage]; va...
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/8f94011aa668acfdc27aed556fdc6b7761d4ab68/cormissing.js/buggy/doc/web/deploy/cm/cormissing.js
return $(element);
Element.Methods.visualEffect = function(element, effect, options) { s = effect.gsub(/_/, '-').camelize(); effect_class = s.charAt(0).toUpperCase() + s.substring(1); new Effect[effect_class](element, options); }
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/281c5a310e7b35b884aef2b04fcd5e0caf78222d/effects.js/buggy/src/effects.js
vlccmd.location.href = "http:
vlccmd.location.href = "http:
function vlcStartItem(){ vlccmd.location.href = "http://127.0.0.1:8080/?control=play&item=0"; setTimeout("setStreamingServiceRef()", 200);}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/7dde8fd9efd236d4bd904632d64dfff5a81ab7df/zap.js/buggy/tuxbox/enigma/data/htdocs/zap.js
document.getElementById( 'vlm_command' ).value = "setup "+name+" input "+input;
document.getElementById( 'vlm_command' ).value = "setup "+name+" input "+sanitize_input( input );
function vlm_add_input( name, input ){ document.getElementById( 'vlm_command' ).value = "setup "+name+" input "+input; vlm_cmd( value( 'vlm_command' ) );}
1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/1069842422c60a1496592abe8e6a37e8482831e9/vlm.js/buggy/share/http/js/vlm.js
loadXMLDoc( 'requests/vlm_cmd.xml?command='+cmd.replace(/\#/g, '%23'), parse_vlm_cmd );
loadXMLDoc( 'requests/vlm_cmd.xml?command='+encodeURIComponent(cmd), parse_vlm_cmd );
function vlm_cmd( cmd ){ loadXMLDoc( 'requests/vlm_cmd.xml?command='+cmd.replace(/\#/g, '%23'), parse_vlm_cmd );}
1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/2ec45e6f9fb34cec89722493dc40eeb17d66d3b5/vlm.js/buggy/share/http/js/vlm.js
document.getElementById( value( 'input_dest' ) ).value = value( 'input_mrl' );
document.getElementById( value( 'input_dest' ) ).value = value( 'input_mrl' ).replace( /\ :/g, " option " );
function vlm_input_change(){ document.getElementById( value( 'input_dest' ) ).value = value( 'input_mrl' ); hide( 'input' ); document.getElementById( value( 'input_dest' ) ).focus();}
1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/07e5db519cd987dc55b6c0f666f24d8868e19aee/vlm.js/clean/share/http/js/vlm.js
document.getElementById( value( 'sout_dest' ) ).value = value( 'sout_mrl' ).substr(6); /* substr <-> remove :sout= */
document.getElementById( value( 'sout_dest' ) ).value = value( 'sout_mrl' ).substr(6).replace( /\ :/g, " option " ); /* substr <-> remove :sout= */
function vlm_output_change(){ document.getElementById( value( 'sout_dest' ) ).value = value( 'sout_mrl' ).substr(6); /* substr <-> remove :sout= */ hide( 'sout' ); document.getElementById( value( 'sout_dest' ) ).focus();}
1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/e591f8ca230bdf8dac7e2ab780c40196f99bd890/vlm.js/buggy/share/http/js/vlm.js
field = field.replace(new RegExp('\\$(\\d+)','g'), function (N) {
field = field.replace(new RegExp('\\$(\\d+)','g'), function (all, N) {
function vob_check_conditional (form, ifs, N_level, ifs_match) { if (! N_level) N_level = 0; N_level ++; /// can pass a single hash - or an array ref of hashes if (! ifs) { return this.error("Need reference passed to check_conditional"); } else if (typeof(ifs) != 'object') { ifs = new Array(ifs); } else if ...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js
i += (is_found) ? 2 : 1;
if (is_found) i++;
function vob_check_conditional (form, ifs, N_level, ifs_match) { if (! N_level) N_level = 0; N_level ++; /// can pass a single hash - or an array ref of hashes if (! ifs) { return this.error("Need reference passed to check_conditional"); } else if (typeof(ifs) != 'object') { ifs = new Array(ifs); } else if ...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js
var y = digit.charAt(i) * swc;
var y = value.charAt(i) * swc;
function vob_check_type (value, type, field, form) { var m; /// do valid email address for our system if (type == 'EMAIL') { if (! value) return 0; if (! (m = value.match('^(.+)\@(.+?)$'))) return 0; if (m[1].length > 60) return 0; if (m[2].length > 100) return 0; if (! this.check_type(m[2],'DOMAIN')...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/aa3e07fcf5ab9e7a5240cb2ab410c97a05b85d82/validate.js/clean/lib/CGI/Ex/validate.js
function vob_check_type (value, type, field, form) { var m; /// do valid email address for our system if (type == 'EMAIL') { if (! value) return 0; if (! (m = value.match('^(.+)\@(.+?)$'))) return 0; if (m[1].length > 60) return 0; if (m[2].length > 100) return 0; if (! this.check_type(m[2],'DOMAIN')...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js
function vob_check_type (value, type, field, form) { var m; /// do valid email address for our system if (type == 'EMAIL') { if (! value) return 0; if (! (m = value.match('^(.+)\@(.+?)$'))) return 0; if (m[1].length > 60) return 0; if (m[2].length > 100) return 0; if (! this.check_type(m[2],'DOMAIN')...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js
function vob_check_type (value, type, field, form) { var m; /// do valid email address for our system if (type == 'EMAIL') { if (! value) return 0; if (! (m = value.match('^(.+)\@(.+?)$'))) return 0; if (m[1].length > 60) return 0; if (m[2].length > 100) return 0; if (! this.check_type(m[2],'DOMAIN')...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js
function vob_check_type (value, type, field, form) { var m; /// do valid email address for our system if (type == 'EMAIL') { if (! value) return 0; if (! (m = value.match('^(.+)\@(.+?)$'))) return 0; if (m[1].length > 60) return 0; if (m[2].length > 100) return 0; if (! this.check_type(m[2],'DOMAIN')...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js
if (type.indexOf('multiple')) {
if (type.indexOf('multiple') != -1) {
function vob_get_form_value (el) { if (! el) return ''; if (el.disabled) return ''; var type = el.type ? el.type.toLowerCase() : ''; if (el.length && type != 'select-one') { var a = new Array(); for (var j=0;j<el.length;j++) { if (type.indexOf('multiple')) { if (el[j].selected) a[a.length] = el[j].value; ...
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/3cd1cb93b73ecb68f0546dfa9061a139c6f9cb24/validate.js/clean/lib/CGI/Ex/validate.js
if (! el) return '';
if (! el) return '';
function vob_get_form_value (el) { if (! el) return ''; if (el.disabled) return ''; var type = el.type ? el.type.toLowerCase() : ''; if (el.length && el.type != 'select-one') { var a = new Array(); for (var j=0;j<el.length;j++) { if (el[j].checked) a[a.length] = vob_get_form_value(el[j]); } if (a....
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/faf71647ad26f56c6f9b10440f0d0dffbcbbd736/validate.js/buggy/lib/CGI/Ex/validate.js
if (el.length && el.type != 'select-one') {
if (el.length && type != 'select-one') {
function vob_get_form_value (el) { if (! el) return ''; if (el.disabled) return ''; var type = el.type ? el.type.toLowerCase() : ''; if (el.length && el.type != 'select-one') { var a = new Array(); for (var j=0;j<el.length;j++) { if (el[j].checked) a[a.length] = vob_get_form_value(el[j]); } if (a....
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/faf71647ad26f56c6f9b10440f0d0dffbcbbd736/validate.js/buggy/lib/CGI/Ex/validate.js
if (el[j].checked) a[a.length] = vob_get_form_value(el[j]);
if (type.indexOf('multiple')) { if (el[j].selected) a[a.length] = el[j].value; } else { if (el[j].checked) a[a.length] = vob_get_form_value(el[j]); }
function vob_get_form_value (el) { if (! el) return ''; if (el.disabled) return ''; var type = el.type ? el.type.toLowerCase() : ''; if (el.length && el.type != 'select-one') { var a = new Array(); for (var j=0;j<el.length;j++) { if (el[j].checked) a[a.length] = vob_get_form_value(el[j]); } if (a....
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/faf71647ad26f56c6f9b10440f0d0dffbcbbd736/validate.js/buggy/lib/CGI/Ex/validate.js
if (type == 'select-one') {
if (type.indexOf('select') != -1) {
function vob_get_form_value (el) { if (! el) return ''; if (el.disabled) return ''; var type = el.type ? el.type.toLowerCase() : ''; if (el.length && el.type != 'select-one') { var a = new Array(); for (var j=0;j<el.length;j++) { if (el[j].checked) a[a.length] = vob_get_form_value(el[j]); } if (a....
5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/faf71647ad26f56c6f9b10440f0d0dffbcbbd736/validate.js/buggy/lib/CGI/Ex/validate.js
screen.update();
function wait_for(commands) { var prefix=""; var command=null; var message=""; var i=0; while(1) { if(!sock.is_connected) { alert("Lost connection"); sock.close(); clean_exit(); } if(!client.socket.is_connected) { sock.send("QUIT :Dropped Carrier.\r\n"); quit=1; sock.close(); bbs.hangup(); clean_...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/1cd22328b35b9f09762a4e5e128fed13dc6e7e95/irc.js/clean/irc.js
console.print(command);
function wait_for(commands) { var prefix=""; var command=null; var message=""; var i=0; while(1) { if(!sock.is_connected) { alert("Lost connection"); sock.close(); clean_exit(); } if(!client.socket.is_connected) { sock.send("QUIT :Dropped Carrier.\r\n"); quit=1; sock.close(); bbs.hangup(); clean_...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/17efe2284c9cba73905332567c8dece4adaef82f/irc.js/clean/irc.js
indent() + "\tif (second >= 60) fail(\"timeout\");\n" + indent() + "\ttry { if (" + expression.toString() + ") break; } catch (Exception e) {}\n" + indent() + "\tThread.sleep(1000);\n" + indent() + "}\n";
"\tif (second >= 60) fail(\"timeout\");\n" + "\ttry { " + (expression.setup ? expression.setup() + " " : "") + "if (" + expression.toString() + ") break; } catch (Exception e) {}\n" + "\tThread.sleep(1000);\n" + "}\n";
function waitFor(expression) { return "for (int second = 0;; second++) {\n" + indent() + "\tif (second >= 60) fail(\"timeout\");\n" + indent() + "\ttry { if (" + expression.toString() + ") break; } catch (Exception e) {}\n" + indent() + "\tThread.sleep(1000);\n" + indent() + "}\n"; //return "while (" + not(expressi...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4bfa7692cc2103f89695fba65b7284a7b4aeb230/java-rc.js/buggy/src/content/formats/java-rc.js
LOG.debug("Checking condition: isNewPageLoaded?");
this.waitForCondition = function() { return selenium.browserbot.isNewPageLoaded(); };
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/ee8f57a55845d6b1bd383c79ecd25cc8e6bc6cc0/selenium-executionloop.js/buggy/code/javascript/selenium-executionloop.js
var oper;
function wallopers(str) { for(thisoper in Clients) { oper=Clients[thisoper]; if ((oper.mode&USERMODE_OPER) && !oper.parent) oper.rawout(str); }}
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/932a434bc900126d724150bfed8b94b9a8e530e1/ircd.js/buggy/ircd.js
this.log(message, "warn");
this.log("warn", message);
warn: function(message) { this.log(message, "warn"); },
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/2926652532e34f5b463decd00e6cb0836ad65b1d/selenium-logging.js/clean/code/javascript/core/scripts/selenium-logging.js
qs += elem.name + "=" + escape (elem.value);
qs += elem.name + "=" + encodeURIComponent (elem.value);
function WebForm_getFormData (){ var qs = ""; var len = theForm.elements.length; for (n=0; n<len; n++) { var elem = theForm.elements [n]; if (qs.length > 0) qs += "&"; qs += elem.name + "=" + escape (elem.value); } return qs;}
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/432952721b234d3c728df924ddce3eaac3b3cd89/callback.js/buggy/mcs/class/System.Web/resources/callback.js
httpPost.addEventListener ("load", function () { callback (httpPost);}, false );
function WebForm_httpPost (url, data, callback){ var httpPost = null; if (typeof XMLHttpRequest != "undefined") { httpPost = new XMLHttpRequest (); httpPost.addEventListener ("load", function () { callback (httpPost);}, false ); } else { if (axName != null) httpPost = new ActiveXObject (axName); else { var cls...
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/432952721b234d3c728df924ddce3eaac3b3cd89/callback.js/buggy/mcs/class/System.Web/resources/callback.js
httpPost.onreadystatechange = function () { if (httpPost.readyState == 4) callback (httpPost); };
function WebForm_httpPost (url, data, callback){ var httpPost = null; if (typeof XMLHttpRequest != "undefined") { httpPost = new XMLHttpRequest (); httpPost.addEventListener ("load", function () { callback (httpPost);}, false ); } else { if (axName != null) httpPost = new ActiveXObject (axName); else { var cls...
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/432952721b234d3c728df924ddce3eaac3b3cd89/callback.js/buggy/mcs/class/System.Web/resources/callback.js
httpPost.onreadystatechange = function () { if (httpPost.readyState == 4) callback (httpPost); };
function WebForm_httpPost (url, data, callback){ var httpPost = null; if (typeof XMLHttpRequest != "undefined") { httpPost = new XMLHttpRequest (); httpPost.addEventListener ("load", function () { callback (httpPost);}, false ); } else { if (axName != null) httpPost = new ActiveXObject (axName); else { var cls...
7338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7338/432952721b234d3c728df924ddce3eaac3b3cd89/callback.js/buggy/mcs/class/System.Web/resources/callback.js
this.ucnick = nick.toUpperCase();
function WhoWasObj(nick,uprefix,host,realname,server,serverdesc) { this.nick = nick; this.uprefix = uprefix; this.host = host; this.realname = realname; this.server = server; this.serverdesc = serverdesc; this.ucnick = nick.toUpperCase();}
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/762843fad49bfa90a1033b778fc207e1d024d97d/ircd.js/clean/ircd.js
if (file.breakpoints[line] == 1)
if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver && !steppingStack)) {
function willExecuteStatement(sourceId, line){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (file.breakpoints[line] == 1) pause(); if (isPaused()) { if (currentFile != script.file) loadFile...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/98c1cf6f6c32738969ddb4ace85168e572624ea4/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
if (file.element.firstChild.childNodes.length < line)
if (line > file.element.firstChild.childNodes.length)
function willExecuteStatement(sourceId, line){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (file.breakpoints[line] == 1) pause(); if (isPaused()) { if (currentFile != script.file) loadFile...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/98c1cf6f6c32738969ddb4ace85168e572624ea4/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
if (!currentRow) return;
function willExecuteStatement(sourceId, line){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (file.breakpoints[line] == 1) pause(); if (isPaused()) { if (currentFile != script.file) loadFile...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/98c1cf6f6c32738969ddb4ace85168e572624ea4/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
counter = breakpoint.editor.query('
counter = breakpoint.editor.query('.
function willExecuteStatement(sourceId, line, fromLeavingFrame){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; lastStatement = [sourceId, line]; var breakpoint = file.breakpoints[line]; var shouldBreak = false; ...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/f3853fed8fa994cfa6fd50d5433ca2d638f7955e/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js
if (currentFile != script.file) loadFile(script.file, true); if (currentRow) removeStyleClass(currentRow, "current"); if (!file.element) return; if (line > file.element.firstChild.childNodes.length) return;
function willExecuteStatement(sourceId, line, fromLeavingFrame){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver && !steppingStack)) { pause();...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/b6240cae0d423a9cf7a0af3627a6daea070cb8e1/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
currentRow = file.element.firstChild.childNodes.item(line - 1); if (!currentRow) return; addStyleClass(currentRow, "current"); var sourcesDiv = document.getElementById("sources"); var sourcesDocument = document.getElementById("sources").contentDocument; var parent = sourcesDocument.body; var offset = totalOffsetTop(...
jumpToLine(sourceId, line);
function willExecuteStatement(sourceId, line, fromLeavingFrame){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver && !steppingStack)) { pause();...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/b6240cae0d423a9cf7a0af3627a6daea070cb8e1/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver && !steppingStack)) {
var breakpoint = file.breakpoints[line]; var shouldBreak = breakpoint && (breakpoint == "break" || DebuggerDocument.evaluateScript_inCallFrame_(breakpoint, 0) == 1); if (pauseOnNextStatement || shouldBreak || (steppingOver && !steppingStack)) {
function willExecuteStatement(sourceId, line, fromLeavingFrame){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; lastStatement = [sourceId, line]; if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver ...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/d20969b630420cefa62196966e6ccb4895e9fb96/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js
function willExecuteStatement(sourceId, line)
function willExecuteStatement(sourceId, line, fromLeavingFrame)
function willExecuteStatement(sourceId, line){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver && !steppingStack)) { pause(); pauseOnNex...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/9fb9252f156a927179fe79054bbbd11f65d18b9f/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js
pausedWhileLeavingFrame = fromLeavingFrame || false;
function willExecuteStatement(sourceId, line){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; if (pauseOnNextStatement || file.breakpoints[line] == 1 || (steppingOver && !steppingStack)) { pause(); pauseOnNex...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/9fb9252f156a927179fe79054bbbd11f65d18b9f/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js
var shouldBreak = breakpoint && (breakpoint == "break" || DebuggerDocument.evaluateScript_inCallFrame_(breakpoint, 0) == 1);
var shouldBreak = false; if (breakpoint && breakpoint.enabled) { switch(breakpoint.type) { case 0: shouldBreak = (breakpoint.value == "break" || DebuggerDocument.evaluateScript_inCallFrame_(breakpoint.value, 0) == 1); if (shouldBreak) breakpoint.hitcount++; break; case 1: var message = "Hit breakpoint on line " + lin...
function willExecuteStatement(sourceId, line, fromLeavingFrame){ var script = scripts[sourceId]; if (line <= 0 || !script) return; var file = files[script.file]; if (!file) return; lastStatement = [sourceId, line]; var breakpoint = file.breakpoints[line]; var shouldBreak = breakpo...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/265b0e098271034b585404142515fee7102730f2/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js
if (!steppingStack) steppingOver = false; if (steppingOut && !steppingStack) { steppingOut = false; pauseOnNextStatement = true; } if ((steppingOver || steppingOut) && steppingStack >= 1) steppingStack--;
function willLeaveCallFrame(sourceId, line){ willExecuteStatement(sourceId, line);}
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/98c1cf6f6c32738969ddb4ace85168e572624ea4/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
frameLineNumberStack.shift();
function willLeaveCallFrame(sourceId, line){ if (line <= 0) resume(); willExecuteStatement(sourceId, line, true); if (!steppingStack) steppingOver = false; if (steppingOut && !steppingStack) { steppingOut = false; pauseOnNextStatement = true; } if ((steppingOver || stepping...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/b6240cae0d423a9cf7a0af3627a6daea070cb8e1/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js
willExecuteStatement(sourceId, line);
willExecuteStatement(sourceId, line, true);
function willLeaveCallFrame(sourceId, line){ if (line <= 0) resume(); willExecuteStatement(sourceId, line); if (!steppingStack) steppingOver = false; if (steppingOut && !steppingStack) { steppingOut = false; pauseOnNextStatement = true; } if ((steppingOver || steppingOut) &...
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/9fb9252f156a927179fe79054bbbd11f65d18b9f/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.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 with_hop( service, success, failure ) { if( !success ) success = function( h ) { }; return hop( service, function( http ) { switch( http.status ) { case 200: success( http.responseText ); return; case 201: success( eval( http.responseText ) ); ...
4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/26edb05e4c0d69806e96596c555502f4a0e8d9d7/hop.js/clean/share/hop.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 with_hop( service, success, failure ) { if( !success ) success = function( h ) { }; return hop( service, function( http ) { switch( http.status ) { case 200: if( http.getResponseHeader( "Hop-Json" ) ) { success( eval( http.responseText ) ); } else { su...
4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/14cf5cbdca5ca4dea8a981316346c0703e125bc8/hop.js/clean/share/hop.js
return undefined;
function with_hop_callcc( service ) { var sc_storage = sc_CALLCC_STORAGE; if (sc_storage.doRestore) { var res = sc_callcc(); if (res.failure) throw res.value; // TODO else return res.value; } else { sc_callcc(function(k) { function success(val) { k({value: val}); }; function failure(v...
4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/6f126e296c2abf467096563f59303f565c8bd74d/hop.js/buggy/share/hop.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
return within_including_scrolloffsets(element, x, y);
return this.within_including_scrolloffsets(element, x, y);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/5fec2a22b3ffc5a2da695845e2922706e29402bb/prototype-ext.js/buggy/src/prototype-ext.js
var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); return (y>=this.offset[1] && y<this.offset[1]+element.offsetHeight && x>=this.offset[0] && x<this.offset[0]+element.offsetWidth);
within: function(element, x, y) { if(this.include_scroll_offsets) return within_including_scrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && ...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/5fec2a22b3ffc5a2da695845e2922706e29402bb/prototype-ext.js/buggy/src/prototype-ext.js
x >= this.offset[0] &&
x >= this.offset[0] &&
within: function(element, x, y) { if (this.includeScrollOffsets) return this.withinIncludingScrolloffsets(element, x, y); this.xcomp = x; this.ycomp = y; this.offset = this.cumulativeOffset(element); return (y >= this.offset[1] && y < this.offset[1] + element.offsetHeight && ...
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLeft; return (y>=offsettop && y<offsettop+element.offsetHeight && x>=offsetleft && x<offsetleft+element.offsetWidth);
this.offset = this.cumulative_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX + this.offset[0]; this.ycomp = y + offsetcache[1] - this.deltaY + this.offset[1]; return (this.ycomp>=this.offset[1] && this.ycomp<this.offset[1]+element.offsetHeight && this.xcomp>=this.offset[0] && this.xcomp<this.offset[0]+...
within_including_scrolloffsets: function(element, x, y) { var offsetcache = this.real_offset(element); this.xcomp = x + offsetcache[0] - this.deltaX; this.ycomp = y + offsetcache[1] - this.deltaY; this.xcomp = x; this.ycomp = y; var offsettop = element.offsetTop; var offsetleft = element.offsetLe...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/c9f2389c010ba9364a4454b45b3cedd4dd273c38/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js