rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
url = 'addTimerEvent?timer=regular&ref=' + channel + '&sday=' + sday + '&smonth=' + smonth + '&shour=' + shour + '&smin=' + smin + '&eday=' + eday + '&emonth=' + emonth + '&ehour=' + ehour + '&emin=' + emin + '&descr=' + descr + '&after_event=' + after_event + '&action=' + action; | url = 'addTimerEvent?timer=regular&ref=' + channel + '&sday=' + sday + '&smonth=' + smonth + '&syear=' + syear + '&shour=' + shour + '&smin=' + smin + '&eday=' + eday + '&emonth=' + emonth + '&eyear=' + eyear + '&ehour=' + ehour + '&emin=' + emin + '&descr=' + descr + '&after_event=' + after_event + '&action=' + action... | function addTimerEvent(){ var url = ""; var currentTimer = document.channelselector.type.selectedIndex; var timer = document.channelselector.type.options[currentTimer].value; var currentChannel = document.channelselector.channel.selectedIndex; var channel = document.channelselector.channel.options[currentChannel].value... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/db950726531877b8b05a59eefc043a818442d488/timer.js/clean/tuxbox/enigma/data/htdocs/timer.js |
var url = '/addTimerEvent2?ref=' + channel + '&sday=' + sday + '&smonth=' + smonth + '&shour=' + shour + '&smin=' + smin + '&eday=' + eday + '&emonth=' + emonth + '&ehour=' + ehour + '&emin=' + emin + '&descr=' + descr; | var url = '/addTimerEvent2?ref=' + channel + '&sday=' + sday + '&smonth=' + smonth + '&shour=' + shour + '&smin=' + smin + '&eday=' + eday + '&emonth=' + emonth + '&ehour=' + ehour + '&emin=' + emin + '&descr=' + descr + '&after_event=' + after_event; | function addTimerEvent(){ var currentChannel = document.channelselector.channel.selectedIndex; var channel = document.channelselector.channel.options[currentChannel].value; var currentSday = document.channelselector.sday.selectedIndex; var sday = document.channelselector.sday.options[currentSday].text; var currentSmont... | 6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/5407b49fa323d476cfb1d5d74c70ea494c9c6d70/timer.js/buggy/tuxbox/enigma/data/htdocs/timer.js |
tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_AdvancedTheme={_autoImportCSSClasses:true,_resizer:{},_buttons:[['bold','{$lang_bold_img}','lang_bold_desc','Bold'],['italic','{$lang_italic_img}','lang_italic_desc','Italic'],['underline','{$lang_underline_img}','lang_underline_desc','Underline'],['strikethrough'... | tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_AdvancedTheme={_defColors:"000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,008000,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99... | tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_AdvancedTheme={_autoImportCSSClasses:true,_resizer:{},_buttons:[['bold','{$lang_bold_img}','lang_bold_desc','Bold'],['italic','{$lang_italic_img}','lang_italic_desc','Italic'],['underline','{$lang_underline_img}','lang_underline_desc','Underline'],['strikethrough'... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_template.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js |
element.addEventListener("unload",command, true); | element.addEventListener("unload", command, true); | function addUnloadListener(element, command) { if (window.addEventListener) element.addEventListener("unload",command, true); else if (window.attachEvent) element.attachEvent("onunload",command);} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/409c1704b4cf230ddff8734c8f4835b0c22da435/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js |
element.attachEvent("onunload",command); | element.attachEvent("onunload", command); | function addUnloadListener(element, command) { if (window.addEventListener) element.addEventListener("unload",command, true); else if (window.attachEvent) element.attachEvent("onunload",command);} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/409c1704b4cf230ddff8734c8f4835b0c22da435/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js |
cocoon.sendPage("redirect.html", { "url" : redirectUri }); | cocoon.redirectTo(redirectUri); | function addUser(ldap) { resolve(); try { var redirectUri = getRequestUri(); var userId = ""; var ldapId = null; if (ldap) { ldapId = ""; } var email = ""; var fullName = ""; var description = ""; var messages = new Packages.java.util.ArrayList(); var password = ""; var confirmPassword = ""; va... | 791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/5b9c6ae2fb641effa76e35efe68abb2bee660da7/user-admin.js/buggy/src/webapp/lenya/content/admin/users/user-admin.js |
/** SELENIUM:PATCH for loadNode() - see SEL-68 */ | function addXPathSupport(document) {/** END SELENIUM:PATCH */var isIe = /MSIE [56789]/.test(navigator.userAgent) && (navigator.platform == "Win32");// Mozilla has support by default, we don't have an implementation for the restif (isIe){ // release number document.DomL3XPathRelease = "0.0.3.0"; // XPathException // An... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/ba37cc7960d02bca9522f53a02b9ccc1fc2ac014/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js | |
if (node.nodeType == 3) { | if (node.nodeName.indexOf("/") > -1 || node.nodeName == "" || node.nodeName == "#document" || node.nodeName == "#document-fragment" || node.nodeName == "#cdata-section" || node.nodeName == "#xml-declaration" || node.nodeName == "#whitespace" || node.nodeName == "#significat-whitespace" ) { return; } if (node.n... | function addXPathSupport(document) {/** END SELENIUM:PATCH */var isIe = /MSIE [56789]/.test(navigator.userAgent) && (navigator.platform == "Win32");// Mozilla has support by default, we don't have an implementation for the restif (isIe){ // release number document.DomL3XPathRelease = "0.0.3.0"; // XPathException // An... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/ba37cc7960d02bca9522f53a02b9ccc1fc2ac014/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js |
/** END SELENIUM:PATCH */ | function addXPathSupport(document) {/** END SELENIUM:PATCH */var isIe = /MSIE [56789]/.test(navigator.userAgent) && (navigator.platform == "Win32");// Mozilla has support by default, we don't have an implementation for the restif (isIe){ // release number document.DomL3XPathRelease = "0.0.3.0"; // XPathException // An... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/ba37cc7960d02bca9522f53a02b9ccc1fc2ac014/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js | |
/** SELENIUM:PATCH for loadNode() - see SEL-68 */ | function addXPathSupport(document) {/** END SELENIUM:PATCH */var isIe = /MSIE [56789]/.test(navigator.userAgent) && (navigator.platform == "Win32");// Mozilla has support by default, we don't have an implementation for the restif (isIe){ // release number document.DomL3XPathRelease = "0.0.3.0"; // XPathException // An... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/98b1748ad58b776830e4f0917065fcb28aa24e99/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js | |
if (node.nodeType == 3) { | if (node.nodeName.indexOf("/") > -1 || node.nodeName == "" || node.nodeName == "#document" || node.nodeName == "#document-fragment" || node.nodeName == "#cdata-section" || node.nodeName == "#xml-declaration" || node.nodeName == "#whitespace" || node.nodeName == "#significat-whitespace" ) { return; } if (node.n... | function addXPathSupport(document) {/** END SELENIUM:PATCH */var isIe = /MSIE [56789]/.test(navigator.userAgent) && (navigator.platform == "Win32");// Mozilla has support by default, we don't have an implementation for the restif (isIe){ // release number document.DomL3XPathRelease = "0.0.3.0"; // XPathException // An... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/98b1748ad58b776830e4f0917065fcb28aa24e99/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js |
/** END SELENIUM:PATCH */ | function addXPathSupport(document) {/** END SELENIUM:PATCH */var isIe = /MSIE [56789]/.test(navigator.userAgent) && (navigator.platform == "Win32");// Mozilla has support by default, we don't have an implementation for the restif (isIe){ // release number document.DomL3XPathRelease = "0.0.3.0"; // XPathException // An... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/98b1748ad58b776830e4f0917065fcb28aa24e99/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js | |
tinyMCE.importPluginLanguagePack('insertdatetime','en,tr,cs,el,fr_ca,it,ko,sv,zh_cn,fa,fr,de,pl,pt_br,nl,da,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl');var TinyMCE_InsertDateTimePlugin={getInfo:function(){return{longname:'Insert date/time',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('insertdatetime');var TinyMCE_InsertDateTimePlugin={getInfo:function(){return{longname:'Insert date/time',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('insertdatetime','en,tr,cs,el,fr_ca,it,ko,sv,zh_cn,fa,fr,de,pl,pt_br,nl,da,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl');var TinyMCE_InsertDateTimePlugin={getInfo:function(){return{longname:'Insert date/time',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js |
afterFinish: function(){ Draggable._dragging[element] = false } | afterFinish: function(){ Draggable._dragging[element] = false } | afterFinish: function(){ Draggable._dragging[element] = false } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/b49b7d11801b2beff43cde091e9810cb9fe928d8/dragdrop.js/buggy/src/dragdrop.js |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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 |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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 |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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 |
effect.element.undoPositionend(); | effect.element.undoPositioned(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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(); | afterFinishInternal: function(effect) { effect.element.hide(); effect.element.undoClipping(); effect.element.undoPositionend(); effect.element.setStyle({opacity: oldOpacity}); } | 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 |
makePositioned(effect.element); | afterSetup: function(effect) { with(Element) { makePositioned(effect.element.firstChild); if(window.opera) setStyle(effect.element, {top: ''}); makeClipping(effect.element); setStyle(effect.element, {height: '0px'}); show(element); }}, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2bf1cbcbb4706b94301bb7463751b95bb769d45f/effects.js/clean/src/effects.js | |
(effect.dims[0] - effect.element.clientHeight) + 'px' }); | (effect.dims[0] - effect.element.clientHeight) + 'px' }); | afterUpdateInternal: function(effect) { effect.element.down().setStyle({bottom: (effect.dims[0] - effect.element.clientHeight) + 'px' }); }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/e4fbd7ea1ad67665241c7a4b0836d999119110a3/effects.js/buggy/src/effects.js |
ajaxDel.runAJAX('action=delete-' + what + '&id=' + id); | ajaxDel.runAJAX('action=delete-' + what + '&id=' + id + '&' + ajaxDel.encVar('cookie', document.cookie)); | function ajaxDelete(what, id) { ajaxDel = new sack('list-manipulation.php'); if ( ajaxDel.failed ) return true; ajaxDel.myResponseElement = getResponseElement(); ajaxDel.method = 'POST'; ajaxDel.onLoading = function() { ajaxDel.myResponseElement.innerHTML = 'Sending Data...'; }; ajaxDel.onLoaded = function() { ajaxDel.... | 4679 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4679/be838f033246d511c7222c1acf8af17ed817366f/list-manipulation.js/buggy/web/wordpress/wp-admin/list-manipulation.js |
this.relayBotToRC("browserbot.recordedAlerts"); | self.relayBotToRC("browserbot.recordedAlerts"); | windowToModify.alert = function(alert) { browserBot.recordedAlerts.push(alert); this.relayBotToRC("browserbot.recordedAlerts"); }; | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/597db026a27d087796d40449393d678692b54f42/selenium-browserbot.js/clean/code/javascript/core/scripts/selenium-browserbot.js |
relayBotToRC("browserbot.recordedAlerts"); | windowToModify.alert = function(alert) { browserBot.recordedAlerts.push(alert); relayBotToRC("browserbot.recordedAlerts"); }; | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/a45590122265044fcacdd946fda9f4d780897b18/selenium-browserbot.js/buggy/code/javascript/core/scripts/selenium-browserbot.js | |
BX_xml.doc = BX_getResultXML(); BX_xml.showXml(); | BX_xml_source= BX_getResultXML(); var BX_source_window = window.open(BX_root_dir+"showsource/index.html","_blank",""); | function alertXML(){//alert(BX_ser.serializeToString(BX_xml)); BX_xml.doc = BX_getResultXML(); BX_xml.showXml();} | 791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/ffb59be12713348724e09814524fa70b5200d06e/bitfluxcms.js/buggy/src/webapp/lenya/resources/misc/bitflux/bxe/js/bitfluxcms.js |
BX_xml_source= BX_getResultXML(); var BX_source_window = window.open(BX_root_dir+"showsource/index.html","_blank",""); | BX_xml.doc = BX_getResultXML(); BX_xml.showXml(); | function alertXML(){ BX_xml_source= BX_getResultXML(); var BX_source_window = window.open(BX_root_dir+"showsource/index.html","_blank","");} | 791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/23e4752e13536f63516c1ece4dd47e95e4cd7f52/bitfluxcms.js/clean/src/webapp/lenya/resources/misc/bitflux/bxe/js/bitfluxcms.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | all: function(iterator) { var result = true; this.each(function(value, index) { if (!(result &= (iterator || Prototype.K)(value, index))) throw _break; }); return result; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
return ( (document.body.filters) && | try { filter = document.body.filters; } catch (e) { } return ( filter && | OpenLayers.Util.alphaHack = function() { var arVersion = navigator.appVersion.split("MSIE"); var version = parseFloat(arVersion[1]); return ( (document.body.filters) && (version >= 5.5) && (version < 7) );} | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/0450c8e21e15b80933727942ea4b682944918bde/Util.js/clean/lib/OpenLayers/Util.js |
var alphaHack = ( (document.body.filters) && | return ( (document.body.filters) && | OpenLayers.Util.alphaHack = function() { var arVersion = navigator.appVersion.split("MSIE"); var version = parseFloat(arVersion[1]); var alphaHack = ( (document.body.filters) && (version >= 5.5) && (version < 7) );} | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/0e7e831f0dc7ff86b16409c6b2a5ffa00bfbd33c/Util.js/clean/lib/OpenLayers/Util.js |
var alphaHack = ( (document.body.filters) && | return ( (document.body.filters) && | OpenLayers.Util.alphaHack = function() { var arVersion = navigator.appVersion.split("MSIE"); var version = parseFloat(arVersion[1]); var alphaHack = ( (document.body.filters) && (version >= 5.5) && (version < 7) );} | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/0e7e831f0dc7ff86b16409c6b2a5ffa00bfbd33c/Util.js/clean/lib/OpenLayers/Util.js |
return ( (document.body.filters) && | try { filter = document.body.filters; } catch (e) { } return ( filter && | OpenLayers.Util.alphaHack = function() { var arVersion = navigator.appVersion.split("MSIE"); var version = parseFloat(arVersion[1]); return ( (document.body.filters) && (version >= 5.5) && (version < 7) );} | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/0450c8e21e15b80933727942ea4b682944918bde/Util.js/buggy/lib/OpenLayers/Util.js |
} else if (argval.match(new RegExp("^shared,(.*)"))) { | } else if (args = argval.match(new RegExp("^shared,(.*)"))) { | function analyze_arg(argval){ var ret = new Array(); var shared = false; if (argval == "shared") { shared = true; argval = "yes"; } else if (argval == null) { /* nothing */ } else if (argval.match(new RegExp("^shared,(.*)"))) { shared = true; argval = $1; } ret[0] = shared; ret[1] = argval; return ret;} | 631 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/631/3a6a3dd816f7178d1b53f194d81bfaee0dc4eb8b/confutils.js/buggy/win32/build/confutils.js |
argval = $1; | argval = args[1]; } else if (args = argval.match(new RegExp("(.*),shared$"))) { shared = true; argval = args[1]; | function analyze_arg(argval){ var ret = new Array(); var shared = false; if (argval == "shared") { shared = true; argval = "yes"; } else if (argval == null) { /* nothing */ } else if (argval.match(new RegExp("^shared,(.*)"))) { shared = true; argval = $1; } ret[0] = shared; ret[1] = argval; return ret;} | 631 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/631/3a6a3dd816f7178d1b53f194d81bfaee0dc4eb8b/confutils.js/buggy/win32/build/confutils.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
throw _break; | throw $break; | any: function(iterator) { var result = true; this.each(function(value, index) { if (result &= (iterator || Prototype.K)(value, index)) throw _break; }); return result; }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/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.