rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
var editClass = tinyMCE.getParam("noneditable_editable_class", "mceEditable"); var nonEditClass = tinyMCE.getParam("noneditable_noneditable_class", "mceNonEditable"); | var editClass = tinyMCE.getParam("noneditable_editable_class", "mceItemEditable"); var nonEditClass = tinyMCE.getParam("noneditable_noneditable_class", "mceItemNonEditable"); | _setEditable : function(elm, state) { var editClass = tinyMCE.getParam("noneditable_editable_class", "mceEditable"); var nonEditClass = tinyMCE.getParam("noneditable_noneditable_class", "mceNonEditable"); var className = elm.className ? elm.className : ""; if (className.indexOf(editClass) != -1 || className.indexO... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js |
var TinyMCE_NonEditablePlugin={getInfo:function(){return{longname:'Non editable elements',author:'Moxiecode Systems',authorurl:'http: | var TinyMCE_NonEditablePlugin={getInfo:function(){return{longname:'Non editable elements',author:'Moxiecode Systems AB',authorurl:'http: | var TinyMCE_NonEditablePlugin={getInfo:function(){return{longname:'Non editable elements',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_noneditable.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},initInstance:function(inst){t... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js |
element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(this); | element.onclick = this.singleClick.bindAsEventListener(this); element.ondblclick = this.singleClick.bindAsEventListener(this); element.onmouseup = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.ignoreEvent.bindAsEventListener(this); | _setEventHandlers : function(element, labelDiv) { // We only want to respond to a mousedown event. element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(thi... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js |
_setEventHandlers : function(element) { | _setEventHandlers : function(element, labelDiv) { | _setEventHandlers : function(element) { // We only want to respond to a mousedown event. element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(this); }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/e023b4c075e61103f68302b293c4b8987ddb05b4/LayerSwitcher.js/buggy/lib/OpenLayers/Control/LayerSwitcher.js |
if (labelDiv) { element.labelElement = labelDiv; } | _setEventHandlers : function(element) { // We only want to respond to a mousedown event. element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(this); }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/e023b4c075e61103f68302b293c4b8987ddb05b4/LayerSwitcher.js/buggy/lib/OpenLayers/Control/LayerSwitcher.js | |
_setEventHandlers : function(element) { | _setEventHandlers : function(element, labelDiv) { | _setEventHandlers : function(element) { // We only want to respond to a mousedown event. element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(this); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/e023b4c075e61103f68302b293c4b8987ddb05b4/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js |
if (labelDiv) { element.labelElement = labelDiv; } | _setEventHandlers : function(element) { // We only want to respond to a mousedown event. element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(this); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/e023b4c075e61103f68302b293c4b8987ddb05b4/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js | |
element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(this); | element.onclick = this.singleClick.bindAsEventListener(this); element.ondblclick = this.singleClick.bindAsEventListener(this); element.onmouseup = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.ignoreEvent.bindAsEventListener(this); | _setEventHandlers : function(element, labelDiv) { // We only want to respond to a mousedown event. element.onclick = this.ignoreEvent.bindAsEventListener(this); element.ondblclick = this.ignoreEvent.bindAsEventListener(this); element.onmousedown = this.singleClick.bindAsEventListener(thi... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js |
if (tinyMCE.isMSIE && tinyMCE.settings['fix_content_duplication']) { | if (tinyMCE.isIE && tinyMCE.settings['fix_content_duplication']) { | _setHTML : function(doc, html_content) { // Force closed anchors open //html_content = html_content.replace(new RegExp('<a(.*?)/>', 'gi'), '<a$1></a>'); html_content = tinyMCE.cleanupHTMLCode(html_content); // Try innerHTML if it fails use pasteHTML in MSIE try { tinyMCE.setInnerHTML(doc.body, html_content); }... | 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 |
this.frame.contentWindow.location.replace(location); | if (browserVersion.isSafari) { this.frame.src = location; } else { this.frame.contentWindow.location.replace(location); } | _setLocation: function(location) { this.frame.contentWindow.location.replace(location); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/b69d877d29f6d9f09c4d4fb1daa72faa817ad3a2/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
var isChrome = browserVersion.isChrome || false; var isHTA = browserVersion.isHTA || false; location += "?thisIsChrome=" + isChrome + "&thisIsHTA=" + isHTA; | _setLocation: function(location) { if (browserVersion.isSafari) { // safari doesn't reload the page when the location equals to current location. // hence, set the location to blank so that the page will reload automatically. this.frame.src = "about:blank"; this.fr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/eee8eb9db54254414e988389d2f3f2f744e0550d/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js | |
this.frame.src = "about:blank"; | this.frame.src = "about:blank"; | _setLocation: function(location) { if (browserVersion.isSafari) { // safari doesn't reload the page when the location equals to current location. // hence, set the location to blank so that the page will reload automatically. this.frame.src = "about:blank"; this.frame.src = location; ... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4a13708832fb94f5dabb5031da6bcea0b88eeb5f/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js |
this.frame.src = "about:blank"; | _setLocation: function(location) { if (browserVersion.isSafari) { this.frame.src = location; } else { this.frame.contentWindow.location.replace(location); } }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/bdf50299ec90235355e5c177afdd0f378929ba91/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.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 |
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 |
this.addChildRemoveRuleStr(s.valid_child_elements); | _setupRules : function() { var s = this.settings; // Setup default rule if (!this.rulesDone) { this.addRuleStr(s.valid_elements); this.addRuleStr(s.extended_valid_elements); this.rulesDone = 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 | |
if (tinyMCE.getAttrib(elm, 'class').indexOf('mceItemFlash') != -1) | if (tinyMCE.hasPlugin('flash') && tinyMCE.getAttrib(elm, 'class').indexOf('mceItemFlash') != -1) | _showContextMenu : function(e, inst) { function getAttrib(elm, name) { return elm.getAttribute(name) ? elm.getAttribute(name) : ""; } var x, y, elm, contextMenu; var pos = tinyMCE.getAbsPosition(inst.iframeElement); x = tinyMCE.isMSIE ? e.screenX : pos.absLeft + (e.pageX - inst.getBody().scrollLeft); y = tinyM... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js |
else if (tinyMCE.hasPlugin('media') && /mceItem(Flash|ShockWave|WindowsMedia|QuickTime|RealMedia)/.test(tinyMCE.getAttrib(elm, 'class'))) contextMenu.addItem(tinyMCE.baseURL + "/plugins/flash/images/flash.gif", "$lang_media_title", "mceMedia"); | _showContextMenu : function(e, inst) { function getAttrib(elm, name) { return elm.getAttribute(name) ? elm.getAttribute(name) : ""; } var x, y, elm, contextMenu; var pos = tinyMCE.getAbsPosition(inst.iframeElement); x = tinyMCE.isMSIE ? e.screenX : pos.absLeft + (e.pageX - inst.getBody().scrollLeft); y = tinyM... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js | |
if(!tinyMCE.settings['contextmenu_skip_plugin_css']){tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/css/contextmenu.css");}var TinyMCE_ContextMenuPlugin={_contextMenu:null,getInfo:function(){return{longname:'Context menus',author:'Moxiecode Systems',authorurl:'http: | if(!tinyMCE.settings['contextmenu_skip_plugin_css']){tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/css/contextmenu.css")}var TinyMCE_ContextMenuPlugin={_contextMenu:null,getInfo:function(){return{longname:'Context menus',author:'Moxiecode Systems AB',authorurl:'http: | if(!tinyMCE.settings['contextmenu_skip_plugin_css']){tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/css/contextmenu.css");}var TinyMCE_ContextMenuPlugin={_contextMenu:null,getInfo:function(){return{longname:'Context menus',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymc... | 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/contextmenu/editor_plugin.js |
var item=menu.f_appendItem(menu, "_result"+i, "-- Tous les résultats ne sont pas affichés --"); | var message=f_resourceBundle.Get(f_suggestTextEntry).f_get("MORE_RELEVANT_RESULTS"); var item=menu.f_appendItem(menu, "_result"+i, message); | _showPopup: function(autoSelect) { var menu=this.f_getSubMenuById(f_suggestTextEntry._SUGGESTION_MENU_ID); if (!menu) { return; } if (menu.f_isOpened()) { menu.f_close(); } menu.f_removeAllItems(menu); var results=new Array; var complete=this._filterProposals(results); if (results.length<1) { retu... | 4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_suggestTextEntry.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_suggestTextEntry.js |
this.getCurrentRow().loadTestCase(htmlTestRunner.startTest); | this.getCurrentRow().loadTestCase(htmlTestRunner.startTest.bind(htmlTestRunner)); | _startCurrentTestCase: function() { this.getCurrentRow().markWorking(); this.getCurrentRow().loadTestCase(htmlTestRunner.startTest); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/8c19e995fe039a3acc2508e7a9d952520481fc4f/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js |
this.getCurrentRow().loadTestCase(htmlTestRunner.startTest.bind(htmlTestRunner)); | this.getCurrentRow().loadTestCase(fnBind(htmlTestRunner.startTest, htmlTestRunner)); | _startCurrentTestCase: function() { this.getCurrentRow().loadTestCase(htmlTestRunner.startTest.bind(htmlTestRunner)); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
this.getCurrentRow().markWorking(); | this.getCurrentRow().markWorking(); | _startCurrentTestCase: function() { this.getCurrentRow().markWorking(); this.getCurrentRow().loadTestCase(htmlTestRunner.startTest.bind(htmlTestRunner)); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/bdf50299ec90235355e5c177afdd0f378929ba91/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
removeLoadListener(getApplicationWindow(), this._startSingleTest.bind(this)); | removeLoadListener(getApplicationWindow(), fnBind(this._startSingleTest, this)); | _startSingleTest:function () { removeLoadListener(getApplicationWindow(), this._startSingleTest.bind(this)); var singleTestName = this.controlPanel.getSingleTestName(); testFrame.load(singleTestName, this.startTest.bind(this)); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
testFrame.load(singleTestName, this.startTest.bind(this)); | testFrame.load(singleTestName, fnBind(this.startTest, this)); | _startSingleTest:function () { removeLoadListener(getApplicationWindow(), this._startSingleTest.bind(this)); var singleTestName = this.controlPanel.getSingleTestName(); testFrame.load(singleTestName, this.startTest.bind(this)); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
tinyMCE.importPluginLanguagePack('style','en');var TinyMCE_StylePlugin={getInfo:function(){return{longname:'Style',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('style');var TinyMCE_StylePlugin={getInfo:function(){return{longname:'Style',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('style','en');var TinyMCE_StylePlugin={getInfo:function(){return{longname:'Style',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_style.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},getControl... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js |
this.pauseButton.onclick = this.pauseCurrentTest.bindAsEventListener(this); | this.pauseButton.onclick = fnBindAsEventListener(this.pauseCurrentTest, this); | _switchContinueButtonToPause: function() { this.pauseButton.className = "cssPauseTest"; this.pauseButton.onclick = this.pauseCurrentTest.bindAsEventListener(this); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
this.pauseButton.onclick = this.continueCurrentTest.bindAsEventListener(this); | this.pauseButton.onclick = fnBindAsEventListener(this.continueCurrentTest, this); | _switchPauseButtonToContinue: function() { $('stepTest').disabled = false; this.pauseButton.className = "cssContinueTest"; this.pauseButton.onclick = this.continueCurrentTest.bindAsEventListener(this); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js |
if (menu) { | if (menu) { | _Title_onMouseDown: function(evt) { var column=this._column; var dataGrid=column._dataGrid; if (dataGrid.f_getEventLocked()) { return false; } if (!evt) { evt = window.event; } if (dataGrid.f_isDisabled()) { return f_core.CancelEvent(evt); } var sub=f_core.IsPopupButton(evt); if (sub) { var menu=d... | 4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_dataGrid.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_dataGrid.js |
return f_core.CancelEvent(evt); } if (!dataGrid._columnCanBeSorted) { | _Title_onMouseDown: function(evt) { var column=this._column; var dataGrid=column._dataGrid; if (dataGrid.f_getEventLocked()) { return false; } if (!evt) { evt = window.event; } if (dataGrid.f_isDisabled()) { return f_core.CancelEvent(evt); } var sub=f_core.IsPopupButton(evt); if (sub) { var menu=d... | 4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_dataGrid.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_dataGrid.js | |
if (dataGrid.f_isDisabled()) { return f_core.CancelEvent(evt); | if (dataGrid.f_isDisabled() || !dataGrid._columnCanBeSorted) { return false; | _Title_onMouseOut: function(evt) { if (!evt) { evt = window.event; } // En drag ? if (window._dragColumn) { return false; } var column=this._column; var dataGrid=column._dataGrid; if (dataGrid.f_isDisabled()) { return f_core.CancelEvent(evt); } if (dataGrid._columnSelected==column) { dataGrid._col... | 4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_dataGrid.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_dataGrid.js |
if (dataGrid.f_getEventLocked(false)) { | if (dataGrid.f_getEventLocked(false) || !dataGrid._columnCanBeSorted) { | _Title_onMouseOver: function(evt) { var column=this._column; var dataGrid=column._dataGrid; if (dataGrid.f_getEventLocked(false)) { return false; } if (!evt) { evt = window.event; } // En drag ? if (window._dragColumn) { return false; } if (dataGrid.f_isDisabled()) { return f_core.CancelEvent(ev... | 4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_dataGrid.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_dataGrid.js |
if (dataGrid.f_isDisabled()) { | if (dataGrid.f_isDisabled() || !dataGrid._columnCanBeSorted) { | _Title_onMouseUp: function(evt) { var column=this._column; var dataGrid=column._dataGrid; if (dataGrid.f_getEventLocked(false)) { return false; } if (!evt) { evt = window.event; } if (dataGrid.f_isDisabled()) { return f_core.CancelEvent(evt); } var oldColumn=dataGrid._columnSelected; if (!oldColumn) { ... | 4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_dataGrid.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_dataGrid.js |
tinyMCE.importPluginLanguagePack('layer','en');var TinyMCE_LayerPlugin={getInfo:function(){return{longname:'Layer',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('layer');var TinyMCE_LayerPlugin={getInfo:function(){return{longname:'Layer',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('layer','en');var TinyMCE_LayerPlugin={getInfo:function(){return{longname:'Layer',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_layer.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},initInstan... | 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/layer/editor_plugin.js |
var inst = tinyMCE.selectedInstance, self = TinyMCE_LayerPlugin; var le = self._getParentLayer(inst.getFocusElement()); | var inst = tinyMCE.selectedInstance; var le = this._getParentLayer(inst.getFocusElement()); | _toggleAbsolute : function() { var inst = tinyMCE.selectedInstance, self = TinyMCE_LayerPlugin; var le = self._getParentLayer(inst.getFocusElement()); if (le == null) le = tinyMCE.getParentElement(inst.getFocusElement(), 'div,p,img'); if (le) { if (le.style.position.toLowerCase() == "absolute") { le.style.p... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js |
} | }, | _toHTML: function(txt) { return txt.escapeHTML().replace(/\n/g,"<br/>"); } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/deb40113fa3880d79b7caf84914bd36a93f96fba/unittest.js/buggy/src/unittest.js |
if (attributeValue && attribute.specified) | /** SELENIUM:PATCH for loadAttributes() - see SEL-176 */ if (attributeValue && (attribute.specified || attribute.nodeName == 'value')) /** END SELENIUM:PATCH */ | function _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/1fd6f85ea60fb5122e863b720f10029f445fc63c/html-xpath-patched.js/buggy/code/javascript/html-xpath/html-xpath-patched.js |
/** SELENIUM:PATCH for loadNode() - see SEL-68 */ | function _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 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 _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 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 _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 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 _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 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 _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 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 _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 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 (attributeValue && attribute.specified) | /** SELENIUM:PATCH for loadAttributes() - see SEL-176 */ if (attributeValue && (attribute.specified || attribute.nodeName == 'value')) /** END SELENIUM:PATCH */ | function _XPathMsxmlDocumentHelper() { this.getDom = function() { activateDom(this); return this.dom; } this.getXml = function() { activateDom(this); return this.dom.xml; } this.getTextResult = function(expression) { expression = expression.replace(/</g, "<").replace(/>/g, ">").replace(/"/g... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/0e5a94dd69f1f4d393236fe9aaa04b10fc67be8f/html-xpath-patched.js/clean/code/javascript/html-xpath/html-xpath-patched.js |
baseUrl = baseUrl.replace(/[\?\#].*/, ""); | function absolutify(url, baseUrl) { /** returns a relative url in its absolute form, given by baseUrl. * * This function is a little odd, because it can take baseUrls that * aren't necessarily directories. It uses the same rules as the HTML * <base> tag; if the baseUrl doesn't end with "/", we'l... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/221e405153e4944ac36a523560cbc57de7ae219b/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js | |
if (/^\ var loginHostName = schemepart.replace(/\/(.*)/, ""); return scheme + ": } | function absolutify(url, baseUrl) { /** returns a relative url in its absolute form, given by baseUrl. * * This function is a little odd, because it can take baseUrls that * aren't necessarily directories. It uses the same rules as the HTML * <base> tag; if the baseUrl doesn't end with "/", we'l... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/3a7e5fefeacd5b603a3b70b7e3f2c1d20a30def3/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js | |
var offsets = Position.cumulativeOffset(element); | var offsets = Position.positionedOffset(element); | Position.absolutize = function(element) { element = $(element); if(element.style.position=='absolute') return; Position.prepare(); var offsets = Position.cumulativeOffset(element); var top = offsets[1]; var left = offsets[0]; var width = element.clientWidth; var height = element.clientHeight; element... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/9e5d3db3c15e8c99202c7f4f0c9327d09e11d966/util.js/buggy/src/util.js |
CommandHandler.call("accessor", true, accessor); | CommandHandler.call(this, "accessor", true, accessor); | function AccessorHandler(accessor) { CommandHandler.call("accessor", true, accessor);} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/2c07f23a3e29ff5dd89f9161db208372349a2bc5/selenium-commandhandlers.js/buggy/code/javascript/selenium-commandhandlers.js |
CommandHandler.call("accessor", true, accessor); | CommandHandler.call(this, "accessor", true, accessor); | function AccessorHandler(accessor) { CommandHandler.call("accessor", true, accessor);} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/18925597bbdf06e444061984cbc69cd43a60a29c/selenium-commandhandlers.js/clean/code/javascript/selenium-commandhandlers.js |
this.max = 15; | function ACDB(uri) { this.uri = uri; this.max = 15; this.delay = 300; this.cache = {};} | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/a1e4655bbcb7f6682689391975dfda5a60a304de/autocomplete.js/clean/misc/autocomplete.js | |
function action_area_generate_search_field(field, caption, is_first, is_last) { | function action_area_generate_search_field(field, caption, is_first, is_last, width) { | function action_area_generate_search_field(field, caption, is_first, is_last) { _elm_dt_container = document.createElement('div'); if (is_first == true) { _elm_dt_container.style.paddingTop = '1px'; }else{ _elm_dt_container.style.paddingTop = '3px'; } _elm_dt_container.style.paddingBottom = '3px'; /* container for t... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/3bf0f3c6503ff6ddaf3c47f7e90ff95379aa4dcb/box.js/buggy/trunk/cacti/include/js/box.js |
_elm_dt_container.style.width = width; | function action_area_generate_search_field(field, caption, is_first, is_last) { _elm_dt_container = document.createElement('div'); if (is_first == true) { _elm_dt_container.style.paddingTop = '1px'; }else{ _elm_dt_container.style.paddingTop = '3px'; } _elm_dt_container.style.paddingBottom = '3px'; /* container for t... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/3bf0f3c6503ff6ddaf3c47f7e90ff95379aa4dcb/box.js/buggy/trunk/cacti/include/js/box.js | |
function action_area_generate_text_field(field, caption, is_first, is_last, is_split) { | function action_area_generate_text_field(field, caption, is_first, is_last, is_split, width) { | function action_area_generate_text_field(field, caption, is_first, is_last, is_split) { _elm_dt_container = document.createElement('div'); if (is_first == true) { _elm_dt_container.style.paddingTop = '1px'; }else{ _elm_dt_container.style.paddingTop = '3px'; } _elm_dt_container.style.paddingBottom = '3px'; if (is_spli... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/3bf0f3c6503ff6ddaf3c47f7e90ff95379aa4dcb/box.js/buggy/trunk/cacti/include/js/box.js |
_elm_dt_container.style.width = width; | function action_area_generate_text_field(field, caption, is_first, is_last, is_split) { _elm_dt_container = document.createElement('div'); if (is_first == true) { _elm_dt_container.style.paddingTop = '1px'; }else{ _elm_dt_container.style.paddingTop = '3px'; } _elm_dt_container.style.paddingBottom = '3px'; if (is_spli... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/3bf0f3c6503ff6ddaf3c47f7e90ff95379aa4dcb/box.js/buggy/trunk/cacti/include/js/box.js | |
_txt_list_text = document.createTextNode(document.getElementById('box-' + box_id + '-text' + parent_form.elements[i].name.substr(box_id.length + 8)).innerHTML); | _txt_list_text = document.createTextNode(strip_html_tags(document.getElementById('box-' + box_id + '-text' + parent_form.elements[i].name.substr(box_id.length + 8)).innerHTML)); | function action_area_update_selected_rows(box_id, parent_form) { if (_elm_selected_rows[box_id]) { _elm_selected_rows[box_id].innerHTML = ''; for (var i = 0; i < parent_form.elements.length; i++) { if ((parent_form.elements[i].name.substr(0, box_id.length + 8) == 'box-' + box_id + '-chk') && (parent_form.elements[i... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/22dbee6051cbf9015eb79d3e3cba08faf5c38540/box.js/clean/trunk/cacti/include/js/box.js |
/* force browser to re-adjust div heights */ document.getElementById('box-' + box_id + '-action-area-items').style.height = 'auto'; document.getElementById('box-' + box_id + '-action-area-menu').style.height = 'auto'; | function action_area_update_selected_rows(box_id, parent_form) { if (_elm_selected_rows[box_id]) { _elm_selected_rows[box_id].innerHTML = ''; for (var i = 0; i < parent_form.elements.length; i++) { if ((parent_form.elements[i].name.substr(0, box_id.length + 8) == 'box-' + box_id + '-chk') && (parent_form.elements[i... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/36638e18551d81357c95c390e1d3236df45a8ded/box.js/buggy/trunk/cacti/include/js/box.js | |
|| this.buffers.length <= n) { | || this.buffers.length <= n) { | this.activate = function(n) { label = "QueryBufferListClass.activate: "; debug.print(label + this.pos + " to " + n); var buf = this.getBuffer(); if (null == n || isNaN(n) || this.pos == n || 0 > n || this.buffers.length <= n) { // ma... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js |
this.activate = function(n) { label = "QueryBufferListClass.activate: "; debug.print(label + this.pos + " to " + n); var buf = this.getBuffer(); if (null == n || isNaN(n) || this.pos == n || 0 > n || this.buffers.length <= n) { // ma... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js | ||
if(drop.hoverclass) { | if(drop.hoverclass) | activate: function(drop) { if(this.last_active) this.deactivate(this.last_active); if(drop.hoverclass) { Element.Class.add(drop.element, drop.hoverclass); this.last_active = drop; } }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js |
this.last_active = drop; } | this.last_active = drop; | activate: function(drop) { if(this.last_active) this.deactivate(this.last_active); if(drop.hoverclass) { Element.Class.add(drop.element, drop.hoverclass); this.last_active = drop; } }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js |
if(drop.hoverclass) { | if(drop.hoverclass) | activate: function(drop) { if(this.last_active) this.deactivate(this.last_active); if(drop.hoverclass) { Element.Class.add(drop.element, drop.hoverclass); this.last_active = drop; } }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/9146841c11e15c3996cbda48278e40ec620589aa/dragdrop.js/clean/src/dragdrop.js |
this.last_active = drop; } | this.last_active = drop; | activate: function(drop) { if(this.last_active) this.deactivate(this.last_active); if(drop.hoverclass) { Element.Class.add(drop.element, drop.hoverclass); this.last_active = drop; } }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/9146841c11e15c3996cbda48278e40ec620589aa/dragdrop.js/clean/src/dragdrop.js |
|| this.pos == n | this.activate = function(n) { label = "QueryBufferListClass.activate: "; debug.print(label + this.pos + " to " + n); var buf = this.getBuffer(); if (null == n || isNaN(n) || this.pos == n || 0 > n || this.buffers.length <= n) { ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | |
this.setQuery(this.input.value); | this.activate = function(n) { label = "QueryBufferListClass.activate: "; debug.print(label + this.pos + " to " + n); var buf = this.getBuffer(); if (null == n || isNaN(n) || this.pos == n || 0 > n || this.buffers.length <= n) { ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | |
if (null != buf) { buf.setQuery(this.input.value); buf.setContentSource(this.eval.value); this.setLabel(this.pos, false); simulateSelectionStart(this.input); buf.setSelectionStart(this.input.selectionStart); | if (this.pos == n) { return; | this.activate = function(n) { label = "QueryBufferListClass.activate: "; debug.print(label + this.pos + " to " + n); var buf = this.getBuffer(); if (null == n || isNaN(n) || this.pos == n || 0 > n || this.buffers.length <= n) { ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js |
setSelectionStart(this.input, buf.getSelectionStart()); | this.activate = function(n) { label = "QueryBufferListClass.activate: "; debug.print(label + this.pos + " to " + n); var buf = this.getBuffer(); if (null == n || isNaN(n) || this.pos == n || 0 > n || this.buffers.length <= n) { ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/9c5f02369bb30e42ba4bb68262eabcbd532d7b22/query.js/clean/query.js | |
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
hoverclass: null | hoverclass: null, tree: false | add: function(element) { element = $(element); var options = Object.extend({ greedy: true, hoverclass: null }, arguments[1] || {}); // cache containers if(options.containment) { options._containers = []; var containment = options.containment; if((typeof containment == 'ob... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
hoverclass: null | hoverclass: null, tree: false | add: function(element) { element = $(element); var options = Object.extend({ greedy: true, hoverclass: null }, arguments[1] || {}); // cache containers if(options.containment) { options._containers = []; var containment = options.containment; if((typeof containment == 'ob... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
hoverclass: null | hoverclass: null, tree: false | add: function(element) { element = $(element); var options = Object.extend({ greedy: true, hoverclass: null }, arguments[1] || {}); // cache containers if(options.containment) { options._containers = []; var containment = options.containment; if((typeof containment == 'ob... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
hoverclass: null | hoverclass: null, tree: false | add: function(element) { element = $(element); var options = Object.extend({ greedy: true, hoverclass: null }, arguments[1] || {}); // cache containers if(options.containment) { options._containers = []; var containment = options.containment; if((typeof containment == 'ob... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
var b; | var b, customUndoLevels, newHTML, inst = this.instance, i, ul, ur; | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 |
var inst = this.instance; | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js | |
if (tinyMCE.typingUndoIndex != -1) tinyMCE.undoIndex = tinyMCE.typingUndoIndex; | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 | |
var newHTML = tinyMCE.trim(inst.getBody().innerHTML); | newHTML = tinyMCE.trim(inst.getBody().innerHTML); | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 |
add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 | ||
var customUndoLevels = tinyMCE.settings['custom_undo_redo_levels']; | customUndoLevels = tinyMCE.settings['custom_undo_redo_levels']; | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 |
for (var i=0; i<this.undoLevels.length-1; i++) { | for (i=0; i<this.undoLevels.length-1; i++) | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 |
} | add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 | |
add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 | ||
add : function(l) { var b; if (l) { this.undoLevels[this.undoLevels.length] = l; return true; } var inst = this.instance; if (this.typingUndoIndex != -1) { this.undoIndex = this.typingUndoIndex; // tinyMCE.debug("Override: " + this.undoIndex); } var newHTML = tinyMCE.trim(inst.getBody().innerHTML); if ... | 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 | ||
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
hoverclass: null | hoverclass: null, tree: false | add: function(element) { element = $(element); var options = Object.extend({ greedy: true, hoverclass: null }, arguments[1] || {}); // cache containers if(options.containment) { options._containers = []; var containment = options.containment; if((typeof containment == 'ob... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
var options = { | var options = Object.extend({ | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
}.extend(arguments[1] || {}); | }, arguments[1] || {}); | add: function(element) { var element = $(element); var options = { greedy: true, hoverclass: null }.extend(arguments[1] || {}); // cache containers if(options.containment) { options._containers = new Array(); var containment = options.containment; if((typeof containme... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
hoverclass: null | hoverclass: null, tree: false | add: function(element) { element = $(element); var options = Object.extend({ greedy: true, hoverclass: null }, arguments[1] || {}); // cache containers if(options.containment) { options._containers = []; var containment = options.containment; if((typeof containment == 'ob... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
debug.print("QueryHistoryClass.add: " + query); | var label = "QueryHistoryClass.add: "; debug.print(label + query); | this.add = function(query) { debug.print("QueryHistoryClass.add: " + query); if (query == null || query == "") { return; } // the whitespace-normalized query acts as the hash key var key = normalizeSpace(query); if (key == null || key == "") { return; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js |
var key = normalizeSpace(query); | var key = this.getKey(query); | this.add = function(query) { debug.print("QueryHistoryClass.add: " + query); if (query == null || query == "") { return; } // the whitespace-normalized query acts as the hash key var key = normalizeSpace(query); if (key == null || key == "") { return; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js |
this.add = function(query) { debug.print("QueryHistoryClass.add: " + query); if (query == null || query == "") { return; } // the whitespace-normalized query acts as the hash key var key = normalizeSpace(query); if (key == null || key == "") { return; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js | ||
if (this.listNode.hasChildNodes()) { this.listNode.insertBefore(listItem, this.listNode.firstChild); } else { debug.print("QueryHistoryClass.add: first entry"); this.listNode.appendChild(listItem); } | this.add = function(query) { debug.print("QueryHistoryClass.add: " + query); if (query == null || query == "") { return; } // the whitespace-normalized query acts as the hash key var key = normalizeSpace(query); if (key == null || key == "") { return; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.