rem
stringlengths 0
126k
| add
stringlengths 0
441k
| context
stringlengths 13
136k
| meta
stringlengths 132
347
|
---|---|---|---|
testIFrame.addLoadListener(addBreakpointSupport); | testIFrame.addLoadListener(onloadTestCase); | function onloadTestSuite() { suiteIFrame.removeLoadListener(onloadTestSuite); testIFrame.addLoadListener(addBreakpointSupport); // Add an onclick function to each link in all suite tables var allTables = suiteIFrame.getDocument().getElementsByTagName("table"); for (var tableNum = 0; tableNum < allTables.length; tableNum++) { var skippedTable = allTables[tableNum]; for (rowNum = 1; rowNum < skippedTable.rows.length; rowNum++) { addOnclick(skippedTable, rowNum); } } suiteTable = suiteIFrame.getDocument().getElementsByTagName("table")[0]; if (suiteTable != null) { if (isAutomatedRun()) { startTestSuite(); } else if (getQueryParameter("autoURL")) { addLoadListener(getApplicationWindow(), startSingleTest); getApplicationWindow().src = getQueryParameter("autoURL"); } else { testLink = suiteTable.rows[currentRowInSuite + 1].cells[0].getElementsByTagName("a")[0]; getTestFrame().src = testLink.href; } }} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/88bac40924c762a8a54555c9bcd205264ecd3a87/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
gPGTranslate.enableTranslate(aLocation.asciiSpec); | onLocationChange:function(aProgress,aRequest,aLocation) { gPGTranslate.enableTranslate(aLocation.asciiSpec); }, | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/5ef45de1b7ad016102d93f8b0600eedee2a03b67/translate.js/buggy/tags/r_0_6_0/chrome/content/translate.js |
|
if (this.currentHandler != null) { this.currentHandler.menuCommander.detach(); this.currentHandler = null; | if (this.currentMenuCommander != null) { this.currentMenuCommander.detach(); this.currentMenuCommander = null; | GM_BrowserUI.onLocationChange = function(a,b,c) { GM_log("> GM_BrowserUI.onLocationChange"); if (this.currentHandler != null) { this.currentHandler.menuCommander.detach(); this.currentHandler = null; } this.currentHandler = this.getHandler(this.tabBrowser.selectedBrowser. contentWindow); if (!this.currentHandler) { GM_log("* no handler registered for this content doc, exiting") return; } this.currentHandler.menuCommander.attach(); GM_log("< GM_BrowserUI.onLocationChange");} | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/0f64c0c560e01eade68e9d3dc8caefb5c308d176/browser.js/clean/src/content/browser.js |
this.currentHandler = this.getHandler(this.tabBrowser.selectedBrowser. | var menuCommander = this.getCommander(this.tabBrowser.selectedBrowser. | GM_BrowserUI.onLocationChange = function(a,b,c) { GM_log("> GM_BrowserUI.onLocationChange"); if (this.currentHandler != null) { this.currentHandler.menuCommander.detach(); this.currentHandler = null; } this.currentHandler = this.getHandler(this.tabBrowser.selectedBrowser. contentWindow); if (!this.currentHandler) { GM_log("* no handler registered for this content doc, exiting") return; } this.currentHandler.menuCommander.attach(); GM_log("< GM_BrowserUI.onLocationChange");} | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/0f64c0c560e01eade68e9d3dc8caefb5c308d176/browser.js/clean/src/content/browser.js |
if (!this.currentHandler) { GM_log("* no handler registered for this content doc, exiting") | if (!menuCommander) { GM_log("* no commander found for this document - it must be new."); | GM_BrowserUI.onLocationChange = function(a,b,c) { GM_log("> GM_BrowserUI.onLocationChange"); if (this.currentHandler != null) { this.currentHandler.menuCommander.detach(); this.currentHandler = null; } this.currentHandler = this.getHandler(this.tabBrowser.selectedBrowser. contentWindow); if (!this.currentHandler) { GM_log("* no handler registered for this content doc, exiting") return; } this.currentHandler.menuCommander.attach(); GM_log("< GM_BrowserUI.onLocationChange");} | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/0f64c0c560e01eade68e9d3dc8caefb5c308d176/browser.js/clean/src/content/browser.js |
this.currentHandler.menuCommander.attach(); | this.currentMenuCommander = menuCommander; this.currentMenuCommander.attach(); | GM_BrowserUI.onLocationChange = function(a,b,c) { GM_log("> GM_BrowserUI.onLocationChange"); if (this.currentHandler != null) { this.currentHandler.menuCommander.detach(); this.currentHandler = null; } this.currentHandler = this.getHandler(this.tabBrowser.selectedBrowser. contentWindow); if (!this.currentHandler) { GM_log("* no handler registered for this content doc, exiting") return; } this.currentHandler.menuCommander.attach(); GM_log("< GM_BrowserUI.onLocationChange");} | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/0f64c0c560e01eade68e9d3dc8caefb5c308d176/browser.js/clean/src/content/browser.js |
gPGTranslate.enableTranslate(aLocation.asciiSpec); | onLocationChange:function(aProgress,aRequest,aLocation) { gPGTranslate.enableTranslate(aLocation.asciiSpec); }, | 9817 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9817/2b497b1a388cd41d5ddd950467c5bc7c02b72764/translate.js/buggy/trunk/chrome/content/translate.js |
|
e.preventDefault(); e.stopPropagation(); | hop_stop_propagation( e ); | cursor.onmousedown = function( e ) { hop_add_event_listener( document, "mousemove", mousemove, true ); hop_add_event_listener( document, "mouseup", delmousemove, true ); hop_add_event_listener( document, "onblur", delmousemove, true ); e.preventDefault(); e.stopPropagation(); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/25d9ce99298d54dd2c4ffab4a9109a8fbab2a981/hop-paned.js/buggy/share/hop-paned.js |
e.preventDefault(); e.stopPropagation(); | cursor.onmousedown = function( e ) { document.addEventListener( "mousemove", mousemove, true ); document.addEventListener( "mouseup", delmousemove, true ); document.addEventListener( "onblur", delmousemove, true ); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/26edb05e4c0d69806e96596c555502f4a0e8d9d7/hop-paned.js/buggy/share/hop-paned.js |
|
if( event == undefined ) event = window.event; | win.el_resize_left.onmousedown = function( event ) { hop_iwindow_resize( event, win, false, false ); }; | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/d9d6b2e3c521aa0e9b012cc36e10a59371fdfee5/hop-iwindow.js/buggy/share/hop-iwindow.js |
|
cursor.onmousedown = function( e ) { | var onmousedown = function( e ) { | cursor.onmousedown = function( e ) { hop_add_event_listener( doc, "mousemove", mousemove, true ); hop_add_event_listener( doc, "mouseup", delmousemove, true ); hop_add_event_listener( doc, "onblur", delmousemove, true ); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/b0437a3b760258723ea3639dedeb8983f5e9c448/hop-slider.js/buggy/share/hop-slider.js |
if( event == undefined ) event = window.event; | document.onmousemove = function( event ) { var w = w0 + (x0 - event.clientX); win.style.left = (l0 + w0) - w; win.el_main.style.width = w; win.el_main.style.height = h0 + (event.clientY - y0); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/d9d6b2e3c521aa0e9b012cc36e10a59371fdfee5/hop-iwindow.js/buggy/share/hop-iwindow.js |
|
cursor.onmouseout = function( e ) { | var onmouseout = function( e ) { | cursor.onmouseout = function( e ) { div.className = "cursoroff"; }; | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/b0437a3b760258723ea3639dedeb8983f5e9c448/hop-slider.js/buggy/share/hop-slider.js |
cursor.onmouseover = function( e ) { | var onmouseover = function( e ) { | cursor.onmouseover = function( e ) { div.className = "cursoron"; }; | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/b0437a3b760258723ea3639dedeb8983f5e9c448/hop-slider.js/buggy/share/hop-slider.js |
/* user event */ if( win.onresize ) win.onresize(); | document.onmouseup = function( event ) { document.onmousemove = false; } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/7a8fe2e7c3da21b722cbd59ca55b8e707b805278/hop-iwindow.js/clean/share/hop-iwindow.js |
|
if( event == undefined ) event = window.event; | document.onmouseup = function( event ) { if( event == undefined ) event = window.event; win.el_body.style.display = "block"; document.onmousemove = false; /* user event */ if( win.onresize ) win.onresize(); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/25d9ce99298d54dd2c4ffab4a9109a8fbab2a981/hop-iwindow.js/clean/share/hop-iwindow.js |
|
document.onmousemove = false; | hop_remove_event_listener( document, "mousemove", mousemove ); | document.onmouseup = function( event ) { if( event == undefined ) event = window.event; win.el_body.style.display = "block"; document.onmousemove = false; /* user event */ if( win.onresize ) win.onresize(); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/25d9ce99298d54dd2c4ffab4a9109a8fbab2a981/hop-iwindow.js/clean/share/hop-iwindow.js |
if( event == undefined ) event = window.event; | document.onmouseup = function( event ) { win.el_body.style.display = "block"; document.onmousemove = false; /* user event */ if( win.onresize ) win.onresize(); } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/d9d6b2e3c521aa0e9b012cc36e10a59371fdfee5/hop-iwindow.js/buggy/share/hop-iwindow.js |
|
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.getEntry().length>=this.options.min_chars) { | if(this.getToken().length>=this.options.minChars) { | onObserverEvent: function() { this.changed = false; if(this.getEntry().length>=this.options.min_chars) { this.startIndicator(); this.getUpdatedChoices(); } else { this.active = false; this.hide(); } }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
if(this.element.value.length>=this.options.min_chars) { | if(this.getEntry().length>=this.options.min_chars) { | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); | this.getUpdatedChoices(); | onObserverEvent: function() { this.changed = false; if(this.element.value.length>=this.options.min_chars) { this.startIndicator(); this.options.parameters = this.options.callback ? this.options.callback(this.element, Form.Element.getValue(this.element)) : Form.Element.serialize(this.element); new Ajax.Request(this.url, this.options); } else { this.active = false; this.hide(); } }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
notshown = GXml.value(x.getElementsByTagName('notshown')[0]) | var notshown = GXml.value(x.getElementsByTagName('notshown')[0]) | r.onreadystatechange = function(){ if (r.readyState ==4) { x = r.responseXML newhtml = GXml.value(x.getElementsByTagName('newhtml')[0]) notshown = GXml.value(x.getElementsByTagName('notshown')[0]) markers = x.getElementsByTagName('result'); for (m=0; m<marker.length; m++) { map.removeOverlay(marker[m]) } marker = [] for (m=0; m<markers.length; m++) { lat = parseFloat(markers[m].getAttribute('lat')) lng = parseFloat(markers[m].getAttribute('lng')) zoom = parseInt(markers[m].getAttribute('zoom'), 10) var id = parseInt(markers[m].getAttribute('id'), 10) bubble = GXml.value(markers[m]) marker[m] = window.createPin(id, new GPoint(lng, lat), zoom, bubble) map.addOverlay(marker[m]) } document.getElementById('list').innerHTML = newhtml document.getElementById('notshown').innerHTML = ', ' + notshown + ' ' + (notshown==1?'entry':'entries') + ' not shown' } } | 4679 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4679/830a1659a99b1dceb654a1e8ea613d7135173c19/pop.js/clean/docs/js/pop.js |
if (xmlHttp.readyState == 4) { callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter); } | if (xmlHttp.readyState == 4) { callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter); | xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4) { callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter); } } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/3646f8914f3c58a4c5178cf5db484cef246918fb/drupal.js/buggy/misc/drupal.js |
} | xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4) { callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter); } } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/3646f8914f3c58a4c5178cf5db484cef246918fb/drupal.js/buggy/misc/drupal.js |
|
if (req.status == 200) { | if (req.status == 200 || req.status == undefined) { | req.onreadystatechange = function() { if (req.readyState == 4) if (req.status == 200) { var o = getObject(layer_name); o.innerHTML = req.responseText; boundPopup(layer_name); addPopup(layer_name, properties); captureMouseEvent(popupMove); show(layer_name); } } | 2059 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2059/1e74a74991099bf621b3bc91586736c30baf1e95/DynamicLoading.js/buggy/server/modules/tags/javascript_support/scripts/DynamicLoading.js |
if (xmlHttp.readyState == 4) callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter) | if (xmlHttp.readyState == 4) { callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter); } | xmlHttp.onreadystatechange = function() { if (xmlHttp.readyState == 4) callbackFunction(xmlHttp.responseText, xmlHttp, callbackParameter) } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/9f67ddf986678ed6bc5ebfe9bf1f1c21acb2fd35/drupal.js/clean/misc/drupal.js |
lat = markers[m].getAttribute('lat') lng = markers[m].getAttribute('lng') zoom = markers[m].getAttribute('zoom') marker[m] = window.createPin(new GPoint(lng, lat), zoom, "Foo") | lat = parseFloat(markers[m].getAttribute('lat')) lng = parseFloat(markers[m].getAttribute('lng')) zoom = parseInt(markers[m].getAttribute('zoom'), 10) bubble = GXml.value(markers[m]) marker[m] = window.createPin(new GPoint(lng, lat), zoom, bubble) | r.onreadystatechange = function(){ if (r.readyState ==4) { x = r.responseXML markers = x.getElementsByTagName('result'); for (m=0; m<marker.length; m++) { map.removeOverlay(marker[m]) } marker = [] for (m=0; m<markers.length; m++) { lat = markers[m].getAttribute('lat') lng = markers[m].getAttribute('lng') zoom = markers[m].getAttribute('zoom') marker[m] = window.createPin(new GPoint(lng, lat), zoom, "Foo") map.addOverlay(marker[m]) } } } | 4679 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4679/071bfe827e73b27a5ad4cb5faa8c4f48c34e3db7/pop.js/buggy/docs/js/pop.js |
if (update && p.flat) { if (typeof p.flatCallback == "function") p.flatCallback(cal); else alert("No flatCallback given -- doing nothing."); return false; } | function onSelect(cal) { var p = cal.params; var update = (cal.dateClicked || p.electric); if (update && p.flat) { if (typeof p.flatCallback == "function") p.flatCallback(cal); else alert("No flatCallback given -- doing nothing."); return false; } if (update && p.inputField) { p.inputField.value = cal.date.print(p.ifFormat); if (typeof p.inputField.onchange == "function") p.inputField.onchange(); } if (update && p.displayArea) p.displayArea.innerHTML = cal.date.print(p.daFormat); if (update && p.singleClick && cal.dateClicked) cal.callCloseHandler(); if (update && typeof p.onUpdate == "function") p.onUpdate(cal); }; | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar-setup.js/clean/trunk/cacti/include/js/jscalendar/calendar-setup.js |
|
if (update && typeof p.onUpdate == "function") p.onUpdate(cal); | function onSelect(cal) { var p = cal.params; var update = (cal.dateClicked || p.electric); if (update && p.flat) { if (typeof p.flatCallback == "function") p.flatCallback(cal); else alert("No flatCallback given -- doing nothing."); return false; } if (update && p.inputField) { p.inputField.value = cal.date.print(p.ifFormat); if (typeof p.inputField.onchange == "function") p.inputField.onchange(); } if (update && p.displayArea) p.displayArea.innerHTML = cal.date.print(p.daFormat); if (update && p.singleClick && cal.dateClicked) cal.callCloseHandler(); if (update && typeof p.onUpdate == "function") p.onUpdate(cal); }; | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar-setup.js/clean/trunk/cacti/include/js/jscalendar/calendar-setup.js |
|
if (update && p.flat) { if (typeof p.flatCallback == "function") p.flatCallback(cal); else alert("No flatCallback given -- doing nothing."); return false; } | function onSelect(cal) { var p = cal.params; var update = (cal.dateClicked || p.electric); if (update && p.flat) { if (typeof p.flatCallback == "function") p.flatCallback(cal); else alert("No flatCallback given -- doing nothing."); return false; } if (update && p.inputField) { p.inputField.value = cal.date.print(p.ifFormat); if (typeof p.inputField.onchange == "function") p.inputField.onchange(); } if (update && p.displayArea) p.displayArea.innerHTML = cal.date.print(p.daFormat); if (update && p.singleClick && cal.dateClicked) cal.callCloseHandler(); if (update && typeof p.onUpdate == "function") p.onUpdate(cal); }; | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar-setup.js/clean/branches/BRANCH_0_8_6/cacti/include/jscalendar/calendar-setup.js |
|
if (update && typeof p.onUpdate == "function") p.onUpdate(cal); | function onSelect(cal) { var p = cal.params; var update = (cal.dateClicked || p.electric); if (update && p.flat) { if (typeof p.flatCallback == "function") p.flatCallback(cal); else alert("No flatCallback given -- doing nothing."); return false; } if (update && p.inputField) { p.inputField.value = cal.date.print(p.ifFormat); if (typeof p.inputField.onchange == "function") p.inputField.onchange(); } if (update && p.displayArea) p.displayArea.innerHTML = cal.date.print(p.daFormat); if (update && p.singleClick && cal.dateClicked) cal.callCloseHandler(); if (update && typeof p.onUpdate == "function") p.onUpdate(cal); }; | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar-setup.js/clean/branches/BRANCH_0_8_6/cacti/include/jscalendar/calendar-setup.js |
|
suiteFrame = new SeleniumFrame(getSuiteFrame()); | suiteFrame = new HtmlTestSuiteFrame(getSuiteFrame()); | function onSeleniumLoad() { suiteFrame = new SeleniumFrame(getSuiteFrame()); testFrame = new HtmlTestFrame(getTestFrame()); htmlTestRunner = new HtmlTestRunner();} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/0d4583cab1c3d430e4148028de3ee38ed6596330/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js |
runOptions = new RunOptions(); | function onSeleniumLoad() { runOptions = new RunOptions(); suiteFrame = new SeleniumFrame(getSuiteFrame()); testFrame = new HtmlTestFrame(getTestFrame()); htmlTestRunner = new HtmlTestRunner();} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/8c19e995fe039a3acc2508e7a9d952520481fc4f/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js |
|
function onSeleniumLoad() { runOptions = new RunOptions(); suiteFrame = new SeleniumFrame(getSuiteFrame()); testFrame = new HtmlTestFrame(getTestFrame()); htmlTestRunner = new HtmlTestRunner();} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/8c19e995fe039a3acc2508e7a9d952520481fc4f/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js |
||
var hrs = this.date.getHours(); var mins = this.date.getMinutes(); var pm = (hrs > 12); if (pm && t12) hrs -= 12; H.firstChild.data = (hrs < 10) ? ("0" + hrs) : hrs; M.firstChild.data = (mins < 10) ? ("0" + mins) : mins; if (t12) AP.firstChild.data = pm ? "pm" : "am"; | var pm, hrs = this.date.getHours(), mins = this.date.getMinutes(); if (t12) { pm = (hrs >= 12); if (pm) hrs -= 12; if (hrs == 0) hrs = 12; AP.innerHTML = pm ? "pm" : "am"; } H.innerHTML = (hrs < 10) ? ("0" + hrs) : hrs; M.innerHTML = (mins < 10) ? ("0" + mins) : mins; | cal.onSetTime = function() { var hrs = this.date.getHours(); var mins = this.date.getMinutes(); var pm = (hrs > 12); if (pm && t12) hrs -= 12; H.firstChild.data = (hrs < 10) ? ("0" + hrs) : hrs; M.firstChild.data = (mins < 10) ? ("0" + mins) : mins; if (t12) AP.firstChild.data = pm ? "pm" : "am"; }; | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/buggy/branches/BRANCH_0_8_6/cacti/include/jscalendar/calendar.js |
var hrs = this.date.getHours(); var mins = this.date.getMinutes(); var pm = (hrs > 12); if (pm && t12) hrs -= 12; H.firstChild.data = (hrs < 10) ? ("0" + hrs) : hrs; M.firstChild.data = (mins < 10) ? ("0" + mins) : mins; if (t12) AP.firstChild.data = pm ? "pm" : "am"; | var pm, hrs = this.date.getHours(), mins = this.date.getMinutes(); if (t12) { pm = (hrs >= 12); if (pm) hrs -= 12; if (hrs == 0) hrs = 12; AP.innerHTML = pm ? "pm" : "am"; } H.innerHTML = (hrs < 10) ? ("0" + hrs) : hrs; M.innerHTML = (mins < 10) ? ("0" + mins) : mins; | cal.onSetTime = function() { var hrs = this.date.getHours(); var mins = this.date.getMinutes(); var pm = (hrs > 12); if (pm && t12) hrs -= 12; H.firstChild.data = (hrs < 10) ? ("0" + hrs) : hrs; M.firstChild.data = (mins < 10) ? ("0" + mins) : mins; if (t12) AP.firstChild.data = pm ? "pm" : "am"; }; | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/clean/trunk/cacti/include/js/jscalendar/calendar.js |
Morse.letter[0] = "A"; Morse.letter[1] = "B"; Morse.letter[2] = "C"; Morse.letter[3] = "D"; Morse.letter[4] = "E"; Morse.letter[5] = "F"; Morse.letter[6] = "G"; Morse.letter[7] = "H"; Morse.letter[8] = "I"; Morse.letter[9] = "J"; Morse.letter[10] = "K"; Morse.letter[11] = "L"; Morse.letter[12] = "M"; Morse.letter[13] = "N"; Morse.letter[14] = "O"; Morse.letter[15] = "P"; Morse.letter[16] = "Q"; Morse.letter[17] = "R"; Morse.letter[18] = "S"; Morse.letter[19] = "T"; Morse.letter[20] = "U"; Morse.letter[21] = "V"; Morse.letter[22] = "W"; Morse.letter[23] = "X"; Morse.letter[24] = "Y"; Morse.letter[25] = "Z"; | Morse.letter[0] = "A"; Morse.letter[1] = "B"; Morse.letter[2] = "C"; Morse.letter[3] = "D"; Morse.letter[4] = "E"; Morse.letter[5] = "F"; Morse.letter[6] = "G"; Morse.letter[7] = "H"; Morse.letter[8] = "I"; Morse.letter[9] = "J"; Morse.letter[10] = "K"; Morse.letter[11] = "L"; Morse.letter[12] = "M"; Morse.letter[13] = "N"; Morse.letter[14] = "O"; Morse.letter[15] = "P"; Morse.letter[16] = "Q"; Morse.letter[17] = "R"; Morse.letter[18] = "S"; Morse.letter[19] = "T"; Morse.letter[20] = "U"; Morse.letter[21] = "V"; Morse.letter[22] = "W"; Morse.letter[23] = "X"; Morse.letter[24] = "Y"; Morse.letter[25] = "Z"; | onStart: function(event) { morse_prefs = Components.classes["@mozilla.org/preferences-service;1"]. getService(Components.interfaces.nsIPrefBranch). getBranch("extensions.morse."); Morse.player = Components.classes["@mozilla.org/sound;1"].createInstance(Components.interfaces.nsISound); Morse.prefs = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch); Morse.ios = Components.classes['@mozilla.org/network/io-service;1'].getService(Components.interfaces.nsIIOService); Morse.player.init(); Morse.dot = Morse.myGetURL("extensions.morse.settings.dot"); Morse.dash = Morse.myGetURL("extensions.morse.settings.dash"); Morse.displayletter = document.getElementById("morse-letter"); Morse.code = new Array(); Morse.letter = new Array(); Morse.code[0] = ".-"; // A Morse.code[1] = "-..."; // B Morse.code[2] = "-.-."; // C Morse.code[3] = "-.."; // D Morse.code[4] = "."; // E Morse.code[5] = "..-."; // F Morse.code[6] = "--."; // G Morse.code[7] = "...."; // H Morse.code[8] = ".."; // I Morse.code[9] = ".---"; // J Morse.code[10] = "-.-"; // K Morse.code[11] = ".-.."; // L Morse.code[12] = "--"; // M Morse.code[13] = "-."; // N Morse.code[14] = "---"; // O Morse.code[15] = ".--."; // P Morse.code[16] = "--.-"; // Q Morse.code[17] = ".-."; // R Morse.code[18] = "..."; // S Morse.code[19] = "-"; // T Morse.code[20] = "..-"; // U Morse.code[21] = "...-"; // V Morse.code[22] = ".--"; // W Morse.code[23] = "-..-"; // X Morse.code[24] = "-.--"; // Y Morse.code[25] = "--.."; // Z Morse.letter[0] = "A"; // A Morse.letter[1] = "B"; // B Morse.letter[2] = "C"; // C Morse.letter[3] = "D"; // D Morse.letter[4] = "E"; // E Morse.letter[5] = "F"; // F Morse.letter[6] = "G"; // G Morse.letter[7] = "H"; // H Morse.letter[8] = "I"; // I Morse.letter[9] = "J"; // J Morse.letter[10] = "K"; // K Morse.letter[11] = "L"; // L Morse.letter[12] = "M"; // M Morse.letter[13] = "N"; // N Morse.letter[14] = "O"; // O Morse.letter[15] = "P"; // P Morse.letter[16] = "Q"; // Q Morse.letter[17] = "R"; // R Morse.letter[18] = "S"; // S Morse.letter[19] = "T"; // T Morse.letter[20] = "U"; // U Morse.letter[21] = "V"; // V Morse.letter[22] = "W"; // W Morse.letter[23] = "X"; // X Morse.letter[24] = "Y"; // Y Morse.letter[25] = "Z"; // Z if( !Morse.running) { Morse.running = true; pref_letterpause = morse_prefs.getIntPref("settings.letterpause"); pref_dotdashpause = morse_prefs.getIntPref("settings.dotdashpause"); Morse.morse(); } }, // onStart | 8618 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/8618/19c99b4fa7d7501560e573d2b1e1c428c058e2c6/overlay.js/clean/src/content/overlay.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/railties/html/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | var readyState = this.transport.readyState; if (readyState != 1) this.respondToReadyState(this.transport.readyState); }, | onStateChange: function() { var event = Ajax.Request.Events[this.transport.readyState]; (this.options['on' + event] || Ajax.emptyFunction)(this.transport); } | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/e1ce18020e1c23c148060ec2180dc0ed794be06e/prototype.js/buggy/railties/html/javascripts/prototype.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.