rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
debug("submitForm: "+document.getElementById(g_cq_query_input).value); | debug.print("submitForm: "+document.getElementById(g_cq_query_input).value); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // TODO would like to disable buttons during post // but it's too problematic for now if (false) { disableButto... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
debug("submitForm: mimeType = " + theMimeType); | debug.print("submitForm: mimeType = " + theMimeType); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // TODO would like to disable buttons during post // but it's too problematic for now if (false) { disableButto... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
var currDatabase = document.getElementById(g_cq_database_list).value; setCookie(g_cq_database_list, currDatabase, 30); | var currDatabase = document.getElementById(g_cq_database_list_id).value; debug("submitForm: currDatabase = " + currDatabase); setCookie(g_cq_database_list_id, currDatabase, 30); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list).value; //alert("submitForm: currDatabase = " + currDatabase); s... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js |
debug("submitForm: "+document.getElementById(g_cq_query_input).value); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list).value; //alert("submitForm: currDatabase = " + currDatabase); s... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | |
debug("submitForm: mimeType = " + theMimeType); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list).value; //alert("submitForm: currDatabase = " + currDatabase); s... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | |
gBuffers.activate(); | function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } // this causes the label to update gBuffers.activate(); if (saveHistory) { gHistory.add(query); } // sync the se... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | |
function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } // this causes the label to update gBuffers.activate(); if (saveHistory) { gHistory.add(query); } // sync the se... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | ||
debug.print("submitForm: " + $F(gQueryInput)); | function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } // this causes the label to update gBuffers.activate(); if (saveHistory) { gHistory.add(query); } // sync the se... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | |
if (theMimeType != null) { | if (null != theMimeType) { | function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } // this causes the label to update gBuffers.activate(); if (saveHistory) { gHistory.add(query); } // sync the se... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js |
function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } // this causes the label to update gBuffers.activate(); if (saveHistory) { gHistory.add(query); } // sync the se... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | ||
debug("submitFormWrapper: " + theForm + " as " + mimeType); | debug.print("submitFormWrapper: " + theForm + " as " + mimeType); | function submitFormWrapper(theForm, mimeType) { debug("submitFormWrapper: " + theForm + " as " + mimeType); if (!theForm) return; var query = getBuffer().value; saveQueryHistory(query); // this approach won't work: cookie get too big //saveBuffersRecoveryPoint(); submitForm(theForm, query, m... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
if (!theForm) | if (!theForm) { | function submitFormWrapper(theForm, mimeType) { debug.print("submitFormWrapper: " + theForm + " as " + mimeType); if (!theForm) return; var query = getBuffer().value; saveQueryHistory(query); // this approach won't work: cookie get too big //saveBuffersRecoveryPoint(); submitForm(theForm, qu... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/6b355f08875fd342ed1dc304b04eaed9f1da1046/cq.js/buggy/cq.js |
} | function submitFormWrapper(theForm, mimeType) { debug.print("submitFormWrapper: " + theForm + " as " + mimeType); if (!theForm) return; var query = getBuffer().value; saveQueryHistory(query); // this approach won't work: cookie get too big //saveBuffersRecoveryPoint(); submitForm(theForm, qu... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/6b355f08875fd342ed1dc304b04eaed9f1da1046/cq.js/buggy/cq.js | |
debug("submitHTML"); | function submitHTML(theForm) { //alert("submitHTML"); if (theForm) { //cqAutoSave(); submitForm(theForm, getBuffer().value, "text/html"); //resizeResultFrame(); }} // submitHTML | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | |
function submitHTML(theForm) { //alert("submitHTML"); if (theForm) { //cqAutoSave(); submitForm(theForm, getBuffer().value, "text/html"); //resizeResultFrame(); }} // submitHTML | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | ||
tinyMCE.removeTinyMCEFormElements(this); | submitPatch : function() { tinyMCE.removeTinyMCEFormElements(this); tinyMCE.triggerSave(); this.mceOldSubmit(); tinyMCE.isNotDirty = true; }, | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js | |
tinyMCE.isNotDirty = true; | submitPatch : function() { tinyMCE.removeTinyMCEFormElements(this); tinyMCE.triggerSave(); this.mceOldSubmit(); tinyMCE.isNotDirty = true; }, | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js | |
debug("submitText"); | function submitText(theForm) { //alert("submitText"); if (theForm) { //cqAutoSave(); submitForm(theForm, getBuffer().value, "text/plain"); //resizeResultFrame(); }} // submitText | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | |
function submitText(theForm) { //alert("submitText"); if (theForm) { //cqAutoSave(); submitForm(theForm, getBuffer().value, "text/plain"); //resizeResultFrame(); }} // submitText | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | ||
debug("submitXML"); | function submitXML(theForm) { //alert("submitXML"); if (theForm) { //cqAutoSave(); submitForm(theForm, getBuffer().value, "text/xml"); //resizeResultFrame(); }} // submitXML | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | |
function submitXML(theForm) { //alert("submitXML"); if (theForm) { //cqAutoSave(); submitForm(theForm, getBuffer().value, "text/xml"); //resizeResultFrame(); }} // submitXML | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js | ||
return log(address + " already subscribed"); user_list.push({ name: sender_name, address: address }); | return log(address + " is already subscribed"); var now=time(); user_list.push({ name: sender_name ,address: address ,created: system.timestr(now) ,last_activity: system.timestr(now) ,last_activity_time: format("%08lxh",now) }); | function subscription_control(cmd, list, address){ if(!address) address=sender_address; log(LOG_INFO,format("%s Subscription control command (%s) from %s" ,list.name,cmd,address)); /* Get subscriber list */ var user_fname = list.msgbase_file + user_list_ext; var user_file = new File(user_fname); if(!user_file.open("r... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/ed00426a619298903a27bcb82a1710d4acb9bdaf/listserver.js/buggy/listserver.js |
var np = ((notepad instanceof HTMLElement) || (notepad instanceof Object && notepad.propertyIsEnumerable( "innerHTML" ))) | var np = hop_isHTMLElement( notepad ) | var success = function( http ) { if( http.responseText != null ) { var found = 0; var np = ((notepad instanceof HTMLElement) || (notepad instanceof Object && notepad.propertyIsEnumerable( "innerHTML" ))) ? notepad : document.getElementById( notepad ); var ta = ((tab instanceof HTMLElement... | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/d6084b08745dad0eb19b44957aabebface67a1ec/hop-notepad.js/buggy/share/hop-notepad.js |
var ta = ((tab instanceof HTMLElement) || (tab instanceof Object && tab.propertyIsEnumerable( "innerHTML" ))) | var ta = hop_isHTMLElement( tab ) | var success = function( http ) { if( http.responseText != null ) { var found = 0; var np = ((notepad instanceof HTMLElement) || (notepad instanceof Object && notepad.propertyIsEnumerable( "innerHTML" ))) ? notepad : document.getElementById( notepad ); var ta = ((tab instanceof HTMLElement... | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/d6084b08745dad0eb19b44957aabebface67a1ec/hop-notepad.js/buggy/share/hop-notepad.js |
var np = (notepad instanceof HTMLElement) ? notepad : document.getElementById( notepad ); var ta = (tab instanceof HTMLElement) ? tab : document.getElementById( tab ); | var np = ((notepad instanceof HTMLElement) || (notepad instanceof Object && notepad.propertyIsEnumerable( "innerHTML" ))) ? notepad : document.getElementById( notepad ); var ta = ((tab instanceof HTMLElement) || (tab instanceof Object && tab.propertyIsEnumerable( "innerHTML" ))) ? tab : document.getElementById( tab ); | var success = function( http ) { if( http.responseText != null ) { var found = 0; var np = (notepad instanceof HTMLElement) ? notepad : document.getElementById( notepad ); var ta = (tab instanceof HTMLElement) ? tab : document.getElementById( tab ); var i; for( i = 0; i < np.childNodes.length; i++ ... | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/58470c250b2dc3f6e6c18ee5d1d84bb163d47284/hop-notepad.js/clean/share/hop-notepad.js |
var np = document.getElementById( notepad ); | var found = 0; var np = (notepad instanceof HTMLElement) ? notepad : document.getElementById( notepad ); var ta = (tab instanceof HTMLElement) ? tab : document.getElementById( tab ); var i; | var success = function( http ) { if( http.responseText != null ) { var np = document.getElementById( notepad ); for( i = 0; i < np.childNodes.length; i++ ) { var c = np.childNodes[ i ]; if( c.className == "hop-notepad-tabs" ) { for( j = 0; j < c.childNodes.length; j++ ) { var c2 = c.childNod... | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/7a8fe2e7c3da21b722cbd59ca55b8e707b805278/hop-notepad.js/clean/share/hop-notepad.js |
if( c2.id == tab ) { | if( c2 = ta ) { | var success = function( http ) { if( http.responseText != null ) { var np = document.getElementById( notepad ); for( i = 0; i < np.childNodes.length; i++ ) { var c = np.childNodes[ i ]; if( c.className == "hop-notepad-tabs" ) { for( j = 0; j < c.childNodes.length; j++ ) { var c2 = c.childNod... | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/7a8fe2e7c3da21b722cbd59ca55b8e707b805278/hop-notepad.js/clean/share/hop-notepad.js |
found = j; | var success = function( http ) { if( http.responseText != null ) { var np = document.getElementById( notepad ); for( i = 0; i < np.childNodes.length; i++ ) { var c = np.childNodes[ i ]; if( c.className == "hop-notepad-tabs" ) { for( j = 0; j < c.childNodes.length; j++ ) { var c2 = c.childNod... | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/7a8fe2e7c3da21b722cbd59ca55b8e707b805278/hop-notepad.js/clean/share/hop-notepad.js | |
Editor.log.debug("supportsCommand"); | supportsCommand : function(cmd) { Editor.log.debug("supportsCommand"); switch (cmd) { case "cmd_close": case "cmd_open": case "cmd_save": case "cmd_selenium_play": case "cmd_selenium_pause": case "cmd_selenium_step": return true; default: return false; } }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/ce42355024b29d6c2ea8e9d354e7952605826f4f/editor.js/clean/src/content/editor.js | |
{ | function switchChannel(xy, bouquet, channel){ if (window.screen.width < 800) { NewWindow('/cgi-bin/zapTo?path='+xy+'&curBouquet='+bouquet+'&curChannel='+channel, 'zap', '1', '1', 'no'); } else { if (zapMode < 4) { document.location = "/cgi-bin/zapTo?path="+xy+"&curBouquet="+bouquet+"&curChannel="+channel; setTim... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/d6a9ee1831bfd7b01a7dcd85bb2711d8970be595/index.js/buggy/tuxbox/enigma/data/htdocs/index.js | |
setTimeout("zapHeaderReload()", 3000); } | function switchChannel(xy, bouquet, channel){ if (window.screen.width < 800) { NewWindow('/cgi-bin/zapTo?path='+xy+'&curBouquet='+bouquet+'&curChannel='+channel, 'zap', '1', '1', 'no'); } else { if (zapMode < 4) { document.location = "/cgi-bin/zapTo?path="+xy+"&curBouquet="+bouquet+"&curChannel="+channel; setTim... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/d6a9ee1831bfd7b01a7dcd85bb2711d8970be595/index.js/buggy/tuxbox/enigma/data/htdocs/index.js | |
{ document.location = "/cgi-bin/zapTo?path="+xy; setTimeout("zapBodyReload()", 3000); } | document.location = "?path="+xy; setTimeout("zapHeaderReload()", 3000); | function switchChannel(xy, bouquet, channel){ if (window.screen.width < 800) { NewWindow('/cgi-bin/zapTo?path='+xy+'&curBouquet='+bouquet+'&curChannel='+channel, 'zap', '1', '1', 'no'); } else { if (zapMode < 4) { document.location = "/cgi-bin/zapTo?path="+xy+"&curBouquet="+bouquet+"&curChannel="+channel; setTim... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/d6a9ee1831bfd7b01a7dcd85bb2711d8970be595/index.js/buggy/tuxbox/enigma/data/htdocs/index.js |
document.location = "?path = "+xy; | document.location = "body?mode=zap&zapmode=4&zapsubmode=1&path="+xy; | function switchChannel(xy, bouquet, channel){ if (window.screen.width < 800) { NewWindow('cgi-bin/zapTo?path='+xy+'&curBouquet='+bouquet+'&curChannel='+channel, 'zap', '1', '1', 'no'); } else { if (zapMode < 4) document.location = "cgi-bin/zapTo?path="+xy+"&curBouquet="+bouquet+"&curChannel="+channel; else docum... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/7aba3b8ea88d427fd425e2d83a7ed30b7025bb57/index.js/buggy/tuxbox/enigma/data/htdocs/index.js |
document.location = "?path="+xy; | document.location = "/cgi-bin/zapTo?path="+xy; | function switchChannel(xy, bouquet, channel){ if (window.screen.width < 800) { NewWindow('/cgi-bin/zapTo?path='+xy+'&curBouquet='+bouquet+'&curChannel='+channel, 'zap', '1', '1', 'no'); } else { if (zapMode < 4) { document.location = "/cgi-bin/zapTo?path="+xy+"&curBouquet="+bouquet+"&curChannel="+channel; setTim... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/fa42ea9853fd5cea2636d0e21bb0022c0fe808cd/index.js/buggy/tuxbox/enigma/data/htdocs/index.js |
setTimeout("parent.header.location.reload()", 2000); | if (screen.width < 800) setTimeout("reload()", 3000); else setTimeout("parent.header.location.reload()", 3000); | function switchChannel(xy, bouquet, channel){ document.location = "/cgi-bin/zapTo?path="+xy+"&curBouquet="+bouquet+"&curChannel="+channel; setTimeout("parent.header.location.reload()", 2000);} | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/a2092da54f5cfa0ef7f228766253b941e4775704/index.js/buggy/tuxbox/enigma/data/htdocs/index.js |
fileClicked(filesSelect.options[filesSelect.selectedIndex].value, false); | function switchFile(){ var filesSelect = document.getElementById("files"); loadFile(filesSelect.options[filesSelect.selectedIndex].value, true);} | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/4a711a57393ecf8acab910e9285ee831da207239/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js | |
functionSelect.blur(); | function switchFunction(index, shouldResetPopup){ if (shouldResetPopup === undefined) shouldResetPopup = false; var sourcesFrame = window.frames['sourcesFrame']; if (shouldResetPopup || index == 0) { document.getElementById("functionPopupButtonContent").innerHTML = '<span class="placeholder"><No ... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/85439b0f6fabd3f0b7cf2f1aeaa46ba467f0a5d6/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js | |
console.log('leave mode?'+mode+","+this.mode); | switchModeTo: function(mode) { console.log('leave mode?'+mode+","+this.mode); if (mode != this.mode) { this.mode = mode; this.buttons[mode].firstChild.src = this.buttons[mode].activeImgLocation; } else { this.leaveMode(); } }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js | |
console.log('leave mode?'+mode+","+this.mode); | switchModeTo: function(mode) { console.log('leave mode?'+mode+","+this.mode); if (mode != this.mode) { this.mode = mode; this.buttons[mode].firstChild.src = this.buttons[mode].activeImgLocation; } else { this.leaveMode(); } }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js | |
switch (this.mode) { case "zoombox": this.map.div.style.cursor = "crosshair"; break; default: this.map.div.style.cursor = "default"; break; } | switchModeTo: function(mode) { if (mode != this.mode) { if (this.mode && this.buttons[this.mode]) { OpenLayers.Util.modifyAlphaImageDiv(this.buttons[this.mode], null, null, null, this.buttons[this.mode].imgLocation); } if (this.mode == "measure" && mode != "mea... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/601a6c8376dce720ef7287d0df28bfe2196ff71e/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js | |
switch (this.mode) { case "zoombox": this.map.div.style.cursor = "crosshair"; break; default: this.map.div.style.cursor = "default"; break; } | switchModeTo: function(mode) { if (mode != this.mode) { if (this.mode && this.buttons[this.mode]) { OpenLayers.Util.modifyAlphaImageDiv(this.buttons[this.mode], null, null, null, this.buttons[this.mode].imgLocation); } if (this.mode == "measure" && mode != "mea... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/601a6c8376dce720ef7287d0df28bfe2196ff71e/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js | |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/15b0684b18cdc718da456bbfcac7600e71a27b02/effects.js/buggy/src/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js |
return new Effect.Appear(element, { | return new Effect.Appear(element, $H({ | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/eceff475542fb390fee5912feb8cd910b382dee8/effects.js/clean/src/effects.js |
}); | }).merge(arguments[1] || {})); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/eceff475542fb390fee5912feb8cd910b382dee8/effects.js/clean/src/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/actionpack/lib/action_view/helpers/javascripts/effects.js |
new Effect.Appear(element, { duration: 0.4, transition: Effect.Transitions.flicker, afterFinish: function(effect) { effect.element.style.overflow = 'hidden'; new Effect.Scale(effect.element, 1, { duration: 0.3, scaleFromCenter: true, scaleX: false, scaleContent: false, afterUpdate: function(effect) { if(effect.element.... | element = $(element); var oldOpacity = Element.getInlineOpacity(element); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duration: 0.3, scaleFromCenter: true, scaleX: false, scaleContent: f... | Effect.SwitchOff = function(element) { new Effect.Appear(element, { duration: 0.4, transition: Effect.Transitions.flicker, afterFinish: function(effect) { effect.element.style.overflow = 'hidden'; new Effect.Scale(effect.element, 1, { duration: 0.3, scaleFromCenter: true, scale... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/effects.js/buggy/public/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
return new Effect.Appear(element, $H({ | return new Effect.Appear(element, Object.extend({ | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, $H({ duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { dura... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ba7a88c281e37d2cb3ed79f0f7c8c74b0807f628/effects.js/clean/src/effects.js |
}).merge(arguments[1] || {})); | }, arguments[1] || {})); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, $H({ duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { dura... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ba7a88c281e37d2cb3ed79f0f7c8c74b0807f628/effects.js/clean/src/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/buggy/railties/html/javascripts/effects.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | Effect.SwitchOff = function(element) { element = $(element); var oldOpacity = element.getInlineOpacity(); return new Effect.Appear(element, { duration: 0.4, from: 0, transition: Effect.Transitions.flicker, afterFinishInternal: function(effect) { new Effect.Scale(effect.element, 1, { duratio... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/77c8e3a0fd32e736575edce503b2e9f891193f9e/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js |
paneElement.style.display = null; | paneElement.style.removeProperty("display"); | function switchPane(pane){ currentPane = pane; for (var i = 0; i < tabNames.length; i++) { var paneElement = document.getElementById(tabNames[i] + "Pane"); var button = document.getElementById(tabNames[i] + "Button"); if (!button.originalClassName) button.originalClassName = button... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/698fe24365317fd75bda13d558b5e551b352b9c6/inspector.js/clean/third_party/WebKit/WebKit/WebInspector/webInspector/inspector.js |
this.sync = function() { var label = "SessionClass.sync: "; if (this.syncDisabled) { debug.print(label + "disabled"); return false; } var lastModified = this.history.getLastModified(); var lastLineStatus = this.buffers.getLastLineStatus(); debug.print(... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/60794843d9c4d10640afa39fdefd7a4493f46775/session.js/buggy/session.js | ||
debug.print("SessionClass.sync: disabled"); | debug.print(label + "disabled"); | this.sync = function() { if (this.syncDisabled) { debug.print("SessionClass.sync: disabled"); return false; } var lastModified = this.history.getLastModified(); debug.print("SessionClass.sync: " + lastModified + " ? " + this.lastSync); if (... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/session.js/buggy/session.js |
debug.print("SessionClass.sync: " + lastModified + " ? " + this.lastSync); | debug.print(label + lastModified + " ? " + this.lastSync); | this.sync = function() { if (this.syncDisabled) { debug.print("SessionClass.sync: disabled"); return false; } var lastModified = this.history.getLastModified(); debug.print("SessionClass.sync: " + lastModified + " ? " + this.lastSync); if (... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/session.js/buggy/session.js |
&& (new Date() - this.lastSync) < (1000 * this.autosave.frequency)) | && lastLineStatus < this.lastSync) | this.sync = function() { if (this.syncDisabled) { debug.print("SessionClass.sync: disabled"); return false; } var lastModified = this.history.getLastModified(); debug.print("SessionClass.sync: " + lastModified + " ? " + this.lastSync); if (... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/session.js/buggy/session.js |
debug.print("SessionClass.sync: " + params); | this.sync = function() { if (this.syncDisabled) { debug.print("SessionClass.sync: disabled"); return false; } var lastModified = this.history.getLastModified(); debug.print("SessionClass.sync: " + lastModified + " ? " + this.lastSync); if (... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/session.js/buggy/session.js | |
result.value = element.innerHTML; | result.value = SeleniumIDE.getRecorderWindow().exactMatchPattern(element.innerHTML); | table: function(window, element) { var result = { name: "Table" }; if (element && element.tagName && 'td' == element.tagName.toLowerCase()) { var parentTable = null; var temp = element.parentNode; while (temp != null) { if (temp.tagName.toLowerCase() == 'table') { parentTable = temp; break; } ... | 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 |
result.target = "(Unavailable: Table must have an id or name declared)"; | result.target = "(Unavailable: Table must have an id declared)"; | table: function(window, element) { var result = { name: "Table" }; if (element && element.tagName && 'td' == element.tagName.toLowerCase()) { var parentTable = null; var temp = element.parentNode; while (temp != null) { if (temp.tagName.toLowerCase() == 'table') { parentTable = temp; break; } ... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/1b41d8608e3f827964a322d4108d2e64f40fb396/selenium-ide-overlay.js/clean/src/content/selenium-ide-overlay.js |
el.firstChild.data = newval; | el.innerHTML = newval; | Calendar.tableMouseOver = function (ev) { var cal = Calendar._C; if (!cal) { return; } var el = cal.activeDiv; var target = Calendar.getTargetElement(ev); if (target == el || target.parentNode == el) { Calendar.addClass(el, "hilite active"); Calendar.addClass(el.parentNode, "rowhilite"); } else { if (typeof el.navt... | 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 |
el.firstChild.data = newval; | el.innerHTML = newval; | Calendar.tableMouseOver = function (ev) { var cal = Calendar._C; if (!cal) { return; } var el = cal.activeDiv; var target = Calendar.getTargetElement(ev); if (target == el || target.parentNode == el) { Calendar.addClass(el, "hilite active"); Calendar.addClass(el.parentNode, "rowhilite"); } else { if (typeof el.navt... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/clean/trunk/cacti/include/js/jscalendar/calendar.js |
if(typeof Builder == 'undefined') throw("Effect.tagifyText requires including script.aculo.us' builder.js library"); | tagifyText: function(element) { var tagifyStyle = 'position:relative'; if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ';zoom:1'; element = $(element); $A(element.childNodes).each( function(child) { if(child.nodeType==3) { child.nodeValue.toArray().each( function(character) { elem... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a484c3fcc89aee945c4a5613d891c3e45f6125c6/effects.js/buggy/src/effects.js | |
$A(child.nodeValue).each( function(character) { | child.nodeValue.toArray().each( function(character) { | tagifyText: function(element) { var tagifyStyle = "position:relative"; if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ";zoom:1"; element = $(element); $A(element.childNodes).each( function(child) { if(child.nodeType==3) { $A(child.nodeValue).each( function(character) { element.in... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/e8c39d48af400cd700cad64b8c66b855d356a5bc/effects.js/clean/src/effects.js |
child); | child); | tagifyText: function(element) { var tagifyStyle = "position:relative"; if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ";zoom:1"; element = $(element); $A(element.childNodes).each( function(child) { if(child.nodeType==3) { $A(child.nodeValue).each( function(character) { element.in... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/e8c39d48af400cd700cad64b8c66b855d356a5bc/effects.js/clean/src/effects.js |
if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ';zoom:1'; | if(/MSIE/.test(navigator.userAgent) && !window.opera) tagifyStyle += ';zoom:1'; | tagifyText: function(element) { if(typeof Builder == 'undefined') throw("Effect.tagifyText requires including script.aculo.us' builder.js library"); var tagifyStyle = 'position:relative'; if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ';zoom:1'; element = $(element); $A(element.childNod... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/fce48e55d59a646bd3ea2817c880d210f19a9c85/effects.js/clean/src/effects.js |
function terminate_everything(terminate_reason) { log("Terminating: " + terminate_reason); | function terminate_everything(terminate_reason, error) { log(error ? LOG_ERR : LOG_NOTICE, "Terminating: " + terminate_reason); | function terminate_everything(terminate_reason) { log("Terminating: " + terminate_reason); for(thisClient in Local_Sockets_Map) { var Client = Local_Sockets_Map[thisClient]; Client.rawout("ERROR :" + terminate_reason); Client.socket.close(); } exit();} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a55e52940698aff0e35e725b86beae9d5604ef87/ircd.js/buggy/ircd.js |
exit(); | exit(error); | function terminate_everything(terminate_reason) { log("Terminating: " + terminate_reason); for(thisClient in Local_Sockets_Map) { var Client = Local_Sockets_Map[thisClient]; Client.rawout("ERROR :" + terminate_reason); Client.socket.close(); } exit();} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a55e52940698aff0e35e725b86beae9d5604ef87/ircd.js/buggy/ircd.js |
if (Client.local) | if (Client && Client.local) | function terminate_everything(terminate_reason) { for(thisClient in Clients) { var Client = Clients[thisClient]; if (Client.local) Client.quit(terminate_reason,false) } exit();} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/1777ae66a474a248d9ab61fc1a6f874cdea8e724/ircd.js/clean/ircd.js |
log("Terminating: " + terminate_reason); | function terminate_everything(terminate_reason) { for(thisClient in Clients) { var Client = Clients[thisClient]; if (Client && Client.local) Client.quit(terminate_reason,false) } exit();} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/bfefef30fcb10c70f407a929311897cecaea596f/ircd.js/buggy/ircd.js | |
Client.quit(terminate_reason,false) | Client.quit(terminate_reason,true) | function terminate_everything(terminate_reason) { log("Terminating: " + terminate_reason); for(thisClient in Clients) { var Client = Clients[thisClient]; if (Client && Client.local) Client.quit(terminate_reason,false) } exit();} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3a0a82db2f096ce1ac1bb5a9c7319a6849b0e22a/ircd.js/buggy/ircd.js |
client = Clients[thisClient]; | var client = Clients[thisClient]; | function terminate_everything(terminate_reason) { for(thisClient in Clients) { client = Clients[thisClient]; if (client.local) client.quit(terminate_reason,false) }} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/d232042c5ce98e91db473fe12f59f8ff8fdf530b/ircd.js/buggy/ircd.js |
var client = Clients[thisClient]; if (client.local) client.quit(terminate_reason,false) | var Client = Clients[thisClient]; if (Client.local) Client.quit(terminate_reason,false) | function terminate_everything(terminate_reason) { for(thisClient in Clients) { var client = Clients[thisClient]; if (client.local) client.quit(terminate_reason,false) }} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/eaa9fb44903037a223242f38ae8ad3e9cfa6ab00/ircd.js/clean/ircd.js |
for (var i = 0; i < node.childNodes.length + 1; i++) { print("item " + i + ": " + node.childNodes.item(i)); | var childNodes = node.childNodes; for (var i = 0; i < childNodes.length + 1; i++) { print("item " + i + ": " + childNodes.item(i)); | function test(){ print("Node is " + Node); for (var p in Node) print(p + ": " + Node[p]); node = new Node(); print("node is " + node); for (var p in node) print(p + ": " + node[p]); child1 = new Node(); child2 = new Node(); child3 = new Node(); node.appendChild(child1); ... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/56a2d1e96683b077fa7eac7bdc20a2a2f0dcd24a/minidom.js/clean/third_party/WebKit/JavaScriptCore/API/minidom.js |
for (var i = 0; i < node.childNodes.length + 1; i++) { print(i + ": " + node.childNodes[i]); | for (var i = 0; i < childNodes.length + 1; i++) { print(i + ": " + childNodes[i]); | function test(){ print("Node is " + Node); for (var p in Node) print(p + ": " + Node[p]); node = new Node(); print("node is " + node); for (var p in node) print(p + ": " + node[p]); child1 = new Node(); child2 = new Node(); child3 = new Node(); node.appendChild(child1); ... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/56a2d1e96683b077fa7eac7bdc20a2a2f0dcd24a/minidom.js/clean/third_party/WebKit/JavaScriptCore/API/minidom.js |
for (var i = 0; i < node.childNodes.length + 1; i++) { print("item " + i + ": " + node.childNodes.item(i)); | for (var i = 0; i < childNodes.length + 1; i++) { print("item " + i + ": " + childNodes.item(i)); | function test(){ print("Node is " + Node); for (var p in Node) print(p + ": " + Node[p]); node = new Node(); print("node is " + node); for (var p in node) print(p + ": " + node[p]); child1 = new Node(); child2 = new Node(); child3 = new Node(); node.appendChild(child1); ... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/56a2d1e96683b077fa7eac7bdc20a2a2f0dcd24a/minidom.js/clean/third_party/WebKit/JavaScriptCore/API/minidom.js |
for (var i = 0; i < node.childNodes.length + 1; i++) { print(i + ": " + node.childNodes[i]); | for (var i = 0; i < childNodes.length + 1; i++) { print(i + ": " + childNodes[i]); | function test(){ print("Node is " + Node); for (var p in Node) print(p + ": " + Node[p]); node = new Node(); print("node is " + node); for (var p in node) print(p + ": " + node[p]); child1 = new Node(); child2 = new Node(); child3 = new Node(); node.appendChild(child1); ... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/56a2d1e96683b077fa7eac7bdc20a2a2f0dcd24a/minidom.js/clean/third_party/WebKit/JavaScriptCore/API/minidom.js |
/* var element, name, weapon; var document = new Document(); document.appendChild(document.createElement('Root')); element = document.createElement('Hero'); name = document.createElement('Name'); name.appendChild(document.createTextNode('Tank Girl')); element.appendChild(name); weapon = document.createElement('We... | function test(){ print("Node is " + Node); for (var p in Node) print(p + ": " + Node[p]); node = new Node(); print("node is " + node); for (var p in node) print(p + ": " + node[p]); child1 = new Node(); child2 = new Node(); child3 = new Node(); node.appendChild(child1); ... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/5d8c2eca8be97558bee75f5de570cee13e3bfe9a/minidom.js/buggy/third_party/WebKit/JavaScriptCore/API/minidom.js | |
var yahoo = document.getElementById("test2").getElementsByTagName("a")[1]; assertNull(eventManager.getAttributesXPathLocator(yahoo, pageBot)); | function testAttributesXPathLocator() { var elements = document.getElementById("test1").getElementsByTagName("input"); var pageBot = eventManager.getPageBot(window); assertEquals("//input[@name='foo']", eventManager.getAttributesXPathLocator(elements[0], pageBot)); assertEquals("//input[@name='foo' and @value='bar' and... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4f08e58d98f8f98a7f1612587fa44323e01e45e9/eventManager-tests.js/clean/src/content/tests/eventManager-tests.js | |
assertEquals(" assertNull(eventManager.getAttributesXPathLocator(elements[2], pageBot)); | assertEquals(" assertEquals(" assertEquals(" assertNull(eventManager.getAttributesXPathLocator(elements[4], pageBot)); | function testAttributesXPathLocator() { var elements = document.getElementById("test1").getElementsByTagName("input"); var pageBot = eventManager.getPageBot(window); assertEquals("//input[@name='foo']", eventManager.getAttributesXPathLocator(elements[0], pageBot)); assertEquals("//input[@name='foo' and @value='bar' and... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/3bf0d897609809febcd4272e0c62a236ed9c05b1/eventManager-tests.js/buggy/src/content/tests/eventManager-tests.js |
assertEquals("'\xA0'", decodeText("' '")); assertEquals("'\xA0'", decodeText("' '")); assertEquals("'\xA0'", decodeText("' '")); | assertEquals("' '", decodeText("' '")); assertEquals("' '", decodeText("' '")); assertEquals("' '", decodeText("' '")); | function testDecodeTextWithHtmlFormat() { assertEquals("abc", decodeText("abc")); assertEquals("'\xA0'", decodeText("' '")); assertEquals("'\xA0'", decodeText("' '")); assertEquals("'\xA0'", decodeText("' '")); assertEquals("'abc'", decodeText("'abc'")); assertEquals("&", decodeText("&amp;")); as... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9c787c7e6c12c5505c234cea90865fbee0d58139/html-format-tests.js/clean/src/content/tests/unit/html-format-tests.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.