rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
tmp_str2=get_nick(prefix); | function handle_command(prefix,command,message) { var from_nick=null; var full_message=null; var tmp_str=null; var tmp_str2=null; var i=0; switch(command) { case "PING": sock.send("PONG "+message[0]+"\r\n"); break; case "NOTICE": message.shift(); from_nick=get_highlighted_nick(prefix,message); full_messag... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/9a1dea9a611c8145e3b33bff13768ac5b7ed50e9/irc.js/clean/irc.js | |
case "376": | function handle_command(prefix,command,message) { var from_nick=null; var full_message=null; var tmp_str=null; var tmp_str2=null; var i=0; switch(command) { case "PING": sock.send("PONG "+message[0]+"\r\n"); break; case "NOTICE": message.shift(); from_nick=get_highlighted_nick(prefix,message); full_messag... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/9a1dea9a611c8145e3b33bff13768ac5b7ed50e9/irc.js/clean/irc.js | |
message.shift(); nick=message.shift()+"_"; sock.send("NICK " + nick + "\r\n"); break; | function handle_command(prefix,command,message) { var from_nick=null; var full_message=null; var tmp_str=null; var tmp_str2=null; var i=0; switch(command) { case "PING": sock.send("PONG "+message[0]+"\r\n"); break; case "NOTICE": message.shift(); from_nick=get_highlighted_nick(prefix,message); full_messag... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/9a1dea9a611c8145e3b33bff13768ac5b7ed50e9/irc.js/clean/irc.js | |
tmp_str=tmp_str.substr(1); | if(tmp_str.substr(0,1)==':') tmp_str=tmp_str.substr(1); | function handle_command(prefix,command,message) { var from_nick=null; var full_message=null; var tmp_str=null; var tmp_str2=null; var i=0; if (command.match(/^[0-9]+/) && Numeric_Format[command]) { var narg = message.split(" "); var narg_string = IRC_string(message); return 0; } switch(command) { case "PING": s... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/88d6273437263e6dcee5f3b5915f6f5ff5f29c9e/irc.js/clean/irc.js |
debugger | this.handleCommandError = function(e) { if (!e.isSeleniumError) { LOG.exception(e); debugger var msg = "Selenium failure. Please report to selenium-dev@openqa.org, with error details from the log window."; if (e.message) { msg += " The error message i... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/597db026a27d087796d40449393d678692b54f42/selenium-executionloop.js/buggy/code/javascript/core/scripts/selenium-executionloop.js | |
var msg = "Selenium failure. Please report to selenium-devel@lists.public.thoughtworks.org, with details from the logs at the base of the page."; | var msg = "Selenium failure. Please report to selenium-dev@openqa.org, with details from the logs at the base of the page."; | this.handleCommandError = function(e) { if (!e.isSeleniumError) { LOG.exception(e); var msg = "Selenium failure. Please report to selenium-devel@lists.public.thoughtworks.org, with details from the logs at the base of the page."; if (e.message) { msg += " The er... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/df3a5df3ebab25183e7f21b69bb10fc0e4d1dc08/selenium-executionloop.js/buggy/code/javascript/selenium-executionloop.js |
if (tinyMCE.isMSIE && !tinyMCE.isOpera) { | if (tinyMCE.isRealIE) { | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.removeTinyMCEFormElements(tinyMCE.isMSIE ? window.event.srcElement : e.target); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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 formObj = tinyMCE.isMSIE ? window.event.srcElement : e.target; | var formObj = tinyMCE.isIE ? window.event.srcElement : e.target; | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.selectedInstance = tinyMCE.instances[e.target.editorId]; | tinyMCE.instances[e.target.editorId].select(); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.selectedInstance = tinyMCE.instances[e.target.ownerDocument.editorId]; | tinyMCE.instances[e.target.ownerDocument.editorId].select(); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isGecko && tinyMCE.settings['force_p_newlines'] && e.keyCode == 13 && !e.shiftKey) { | if ((tinyMCE.isGecko || tinyMCE.isOpera || tinyMCE.isSafari) && tinyMCE.settings['force_p_newlines'] && e.keyCode == 13 && !e.shiftKey) { | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.cancelEvent(e); return false; | return tinyMCE.cancelEvent(e); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isGecko && tinyMCE.settings['force_p_newlines'] && (e.keyCode == 8 || e.keyCode == 46) && !e.shiftKey) { | if ((tinyMCE.isGecko && !tinyMCE.isSafari) && tinyMCE.settings['force_p_newlines'] && (e.keyCode == 8 || e.keyCode == 46) && !e.shiftKey) { | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.cancelEvent(e); return false; | return tinyMCE.cancelEvent(e); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isMSIE && tinyMCE.settings['force_br_newlines'] && e.keyCode == 13) { | if (tinyMCE.isIE && tinyMCE.settings['force_br_newlines'] && e.keyCode == 13) { | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.selectedInstance = tinyMCE.instances[e.target.editorId]; | tinyMCE.instances[e.target.editorId].select(); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.selectedInstance = tinyMCE.instances[e.target.editorId]; else return; | tinyMCE.instances[e.target.editorId].select(); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isMSIE && e.type == "keydown" && e.keyCode == 13) | if (tinyMCE.isIE && e.type == "keydown" && e.keyCode == 13) | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isMSIE && e.type == "keyup" && e.keyCode == 13) { | if (tinyMCE.isIE && e.type == "keyup" && e.keyCode == 13) { | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isMSIE && tinyMCE.settings['custom_undo_redo']) { | if (tinyMCE.isIE && tinyMCE.settings['custom_undo_redo']) { | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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 (!posKey && e.type == "keyup") tinyMCE.execCommand("mceStartTyping"); | if (tinyMCE.isGecko) { if (!posKey && e.type == "keyup" && !e.ctrlKey || (e.ctrlKey && (e.keyCode == 86 || e.keyCode == 88))) tinyMCE.execCommand("mceStartTyping"); } else { if (!posKey && e.type == "keyup") tinyMCE.execCommand("mceStartTyping"); } | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isMSIE && e.ctrlKey) | if (tinyMCE.isIE && e.ctrlKey) | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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 targetBody = tinyMCE.getParentElement(e.target, "body"); | var targetBody = tinyMCE.getParentElement(e.target, "html"); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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 (inst.getBody() == targetBody) { tinyMCE.selectedInstance = inst; | if (inst.getBody().parentNode == targetBody) { inst.select(); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.selectedInstance.undoRedo.undoLevels[0].bookmark) | if (!tinyMCE.selectedInstance.undoRedo.undoLevels[0].bookmark && (e.type == "mouseup" || e.type == "dblclick")) | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 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.isSafari) { tinyMCE.selectedInstance.lastSafariSelection = tinyMCE.selectedInstance.selection.getBookmark(); tinyMCE.selectedInstance.lastSafariSelectedElement = tinyMCE.selectedElement; var lnk = tinyMCE.getParentElement(tinyMCE.selectedElement, "a"); if (lnk && e.type == "mousedown") { lnk.setAttribut... | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js | |
tinyMCE.selectedInstance = tinyMCE.instances[e.target.editorId]; | tinyMCE.instances[e.target.editorId].select(); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance; // Remove odd, error if (typeof(tinyMCE) == "undefined") return true; //tinyMCE.debug(e.type + " " + e.target.nodeName + " " + (e.relatedTarget ? e.relatedTarget.nodeName : "")); if (tinyMCE.executeCallback(tinyMCE.selectedInstance, 'handle_event_... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.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 inst = tinyMCE.selectedInstance; | handleEvent : function(e) { var inst = tinyMCE.selectedInstance, self = TinyMCE_LayerPlugin; var w = inst.getWin(), le = inst._lastStyleElm, e; if (tinyMCE.isGecko) { e = self._getParentLayer(inst.getFocusElement()); if (e) { if (!inst._lastStyleElm) { e.style.overflow = 'auto'; inst._lastStyleElm = ... | 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 |
e = self._getParentLayer(inst.getFocusElement()); | e = this._getParentLayer(inst.getFocusElement()); | handleEvent : function(e) { var inst = tinyMCE.selectedInstance, self = TinyMCE_LayerPlugin; var w = inst.getWin(), le = inst._lastStyleElm, e; if (tinyMCE.isGecko) { e = self._getParentLayer(inst.getFocusElement()); if (e) { if (!inst._lastStyleElm) { e.style.overflow = 'auto'; inst._lastStyleElm = ... | 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 |
if (xmlHttpForCommandsAndResults.readyState == 4) { if (xmlHttpForCommandsAndResults.status == 200) { var command = extractCommand(xmlHttpForCommandsAndResults); | if (xmlHttp.readyState == 4) { if (xmlHttp.responseText.match(/^\s*$/) != null) { return; } if (xmlHttp.status == 200) { var command = extractCommand(xmlHttp); | function handleHttpResponse() { if (xmlHttpForCommandsAndResults.readyState == 4) { if (xmlHttpForCommandsAndResults.status == 200) { var command = extractCommand(xmlHttpForCommandsAndResults); testLoop.currentCommand = command; testLoop.beginNextTest(); } else { var s = 'xmlHttp returned... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/a45590122265044fcacdd946fda9f4d780897b18/selenium-seleneserunner.js/clean/code/javascript/core/scripts/selenium-seleneserunner.js |
var s = 'xmlHttp returned: ' + xmlHttpForCommandsAndResults.status + ": " + xmlHttpForCommandsAndResults.statusText; | var s = 'xmlHttp returned: ' + xmlHttp.status + ": " + xmlHttp.statusText; | function handleHttpResponse() { if (xmlHttpForCommandsAndResults.readyState == 4) { if (xmlHttpForCommandsAndResults.status == 200) { var command = extractCommand(xmlHttpForCommandsAndResults); testLoop.currentCommand = command; testLoop.beginNextTest(); } else { var s = 'xmlHttp returned... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/a45590122265044fcacdd946fda9f4d780897b18/selenium-seleneserunner.js/clean/code/javascript/core/scripts/selenium-seleneserunner.js |
if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; | if (document.all) { e = window.event; } var theCode = e.keyCode; if (e.charCode && e.charCode != 0) { theCode = e.charCode; } var altKey = e['altKey']; var ctrlKey = e['ctrlKey']; var shiftKey = e['shiftKey']; var metaKey = e['metaKey']; var keyInfo = " win=" + is.win + " x11=" + is.x11 + " mac=" + is.mac + ", ... | function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
if (e['shiftKey'] && e['ctrlKey'] && theCode == 83) { | if (shiftKey && ctrlKey && theCode == 83) { | function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
if (e['shiftKey'] && e['ctrlKey'] && theCode == 79) { | if (shiftKey && ctrlKey && theCode == 79) { | function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
if (theCode == 13 && (e['ctrlKey'] || e['altKey'] || e['shiftKey']) ) { if (e['ctrlKey'] && e['shiftKey']) { | if (theCode == 13) { if (ctrlKey && shiftKey) { | function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
} else if (e['altKey']) { | } else if (altKey) { | function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js | ||
if ( e['altKey'] && (theCode >= 49) && (theCode <= 57) ) { refreshBufferList(theCode - 49); return false; } if ( e['altKey'] && (theCode == 48) ) { refreshBufferList(9); | if (theCode >= 37 && theCode <= 40) { var x = 0; var y = 0; if (theCode == 37) { x = -1; } else if (theCode == 38) { y = 1; } else if (theCode == 39) { x = 1; } else { y = -1; } resizeBuffers(x, y); if (y != 0) { resizeFrameset(); } | function handleKey(e) { // handle both gecko and IE6 if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form_id); // treat ctrl-alt-s (83) and ctrl-alt-o (79) as save, load if (e['shiftKey'... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
var theForm = document.getElementById(g_cq_query_form); | var theForm = document.getElementById(g_cq_query_form_id); | function handleKey(e) { if (!e) e = window.event; var keyInfo = String.fromCharCode(e.keyCode) + '\n'; var theCode = e['keyCode']; var theForm = document.getElementById(g_cq_query_form); //alert("key=" + theCode + " shift=" + e['shiftKey'] + " alt=" + e['altKey'] + " ctrl=" + e['ctrlKey']); // tr... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/469474651c3f770b832f583fd47778d445b5bf5a/cq.js/buggy/cq.js |
var keyInfo = "win=" + gBrowserIs.win + " x11=" + gBrowserIs.x11 + " mac=" + gBrowserIs.mac + ", " + (metaKey ? "meta " : "") + (ctrlKey ? "ctrl " : "") + (shiftKey ? "shift " : "") + (altKey ? "alt " : "") + theCode; debug.print("handleKeyPress: " + keyInfo); | if (debug.isEnabled()) { var keyInfo = "win=" + gBrowserIs.win + " x11=" + gBrowserIs.x11 + " mac=" + gBrowserIs.mac + ", " + (metaKey ? "meta " : "") + (ctrlKey ? "ctrl " : "") + (shiftKey ? "shift " : "") + (altKey ? "alt " : "") + theCode; debug.print("handleKeyPress: " + keyInfo); } | function handleKeyPress(e) { var theCode = e.keyCode; // see http://www.mozilla.org/editor/key-event-spec.html // for weird gecko behavior // see also: http://www.brainjar.com/dhtml/events/default4.asp if (e.charCode && e.charCode != 0) { theCode = e.charCode; } var altKey = e['altKey']; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js |
var theForm = $(gQueryFormId); | function handleKeyPress(e) { var theCode = e.keyCode; // see http://www.mozilla.org/editor/key-event-spec.html // for weird gecko behavior // see also: http://www.brainjar.com/dhtml/events/default4.asp if (e.charCode && e.charCode != 0) { theCode = e.charCode; } var altKey = e['altKey']; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js | |
var theForm = $(gQueryFormId); | function handleKeyPress(e) { var theCode = e.keyCode; // see http://www.mozilla.org/editor/key-event-spec.html // for weird gecko behavior // see also: http://www.brainjar.com/dhtml/events/default4.asp if (e.charCode && e.charCode != 0) { theCode = e.charCode; } var altKey = e['altKey']; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d247a1b6dacb7417d1b16dd5d23f8786e47c143b/query.js/buggy/query.js | |
var theForm = $(gQueryFormId); | var theForm = $(kQueryFormId); | function handleKeyPress(e) { var theCode = e.keyCode; // see http://www.mozilla.org/editor/key-event-spec.html // for weird gecko behavior // see also: http://www.brainjar.com/dhtml/events/default4.asp if (e.charCode && e.charCode != 0) { theCode = e.charCode; } var altKey = e['altKey']; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/95f89c0957a3426915b61066d1c0793d3f8f49db/query.js/buggy/query.js |
debug("handleKeyPress: " + keyInfo); | debug.print("handleKeyPress: " + keyInfo); | function handleKeyPress(e) { // handle both gecko and IE6 event models if (document.all) { e = window.event; } var theCode = e.keyCode; // see http://www.mozilla.org/editor/key-event-spec.html // for weird gecko behavior // see also: http://www.brainjar.com/dhtml/events/default4.asp if (e... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
if (false) { var x = 0; var y = 0; if (theCode == 37) { x = -1; } else if (theCode == 38) { y = 1; } else if (theCode == 39) { x = 1; } else { y = -1; } resizeBuffers(x, y); if (y != 0) { resizeFrameset(); } return false; } | function handleKeyPress(e) { // handle both gecko and IE6 event models if (document.all) { e = window.event; } var theCode = e.keyCode; // see http://www.mozilla.org/editor/key-event-spec.html // for weird gecko behavior // see also: http://www.brainjar.com/dhtml/events/default4.asp if (e... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d78133c63c6016418ecccff62bb2c65ed609c867/cq.js/clean/cq.js | |
function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js | ||
var fileStream = getLineStream(targetFile); | var txt = getContents(targetUri.spec); | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js |
var lineStream = fileStream.QueryInterface(Components.interfaces.nsILineInputStream); | var lines = txt.match(/.+/g); var lnIdx = 0; | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js |
while (lineStream.readLine(result)) { if (result.value.indexOf(" | while (result = lines[lnIdx++]) { if (result.indexOf(" | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js |
while (lineStream.readLine(result)) { if (result.value.indexOf(" | while (result = lines[lnIdx++]) { if (result.indexOf(" | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js |
var match = result.value.match(/\/\/ \@(\S+)\s+([^\n]+)/); | var match = result.match(/\/\/ \@(\S+)\s+([^\n]+)/); | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js |
fileStream.close(); | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js | |
var result = {}; | result = {}; | function handleLoad() { GM_log("> ScriptDownloader.handleLoad"); closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); GM_log("* downloaded file not found, exiting"); return; } ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/scriptdownloader.js/buggy/src/content/scriptdownloader.js |
case "includes": case "excludes": script[match[1]].push(match[2]); | case "include": case "exclude": script[match[1]+"s"].push(match[2]); | function handleLoad() { closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); return; } // initialize a new script object var script = new Script(); script.id = targetFile.leafName; script.enabled ... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/f43e0e5ab0d6da87a43b50ac4d258a8a0bc90dc7/greasemonkey.js/buggy/src/content/greasemonkey.js |
closeDownloadManager(); | function handleLoad() { closeDownloadManager(); // validate that we downloaded ok if (!targetFile.exists() || targetFile.fileSize == 0) { alert("The file does not exist or was removed."); return; } // initialize a new script object var script = new Script(); script.filename = targetFile... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/e2ff2c9cbb759f91bf5a308f212528d3a046209f/greasemonkey.js/buggy/src/content/greasemonkey.js | |
tinyMCE.importPluginLanguagePack('advimage','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('advimage');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('advimage','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'htt... | 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/advimage/editor_plugin.js |
tinyMCE.importPluginLanguagePack('advhr','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_AdvancedHRPlugin={getInfo:function(){return{longname:'Advanced HR',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('advhr');var TinyMCE_AdvancedHRPlugin={getInfo:function(){return{longname:'Advanced HR',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('advhr','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_AdvancedHRPlugin={getInfo:function(){return{longname:'Advanced HR',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http:/... | 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/advhr/editor_plugin.js |
if (getAttrib(path[i], 'href') != "") { | if (path[i].nodeName == 'A' && getAttrib(path[i], 'href') != "") { | handleNodeChange : function(editor_id, node, undo_index, undo_levels, visual_aid, any_selection, setup_content) { function selectByValue(select_elm, value, first_index) { first_index = typeof(first_index) == "undefined" ? false : true; if (select_elm) { for (var i=0; i<select_elm.options.length; i++) { var... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_template_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js |
if (nodeName == "img" && tinyMCE.getAttrib(path[i], "class").indexOf('mceItemFlash') != -1) { nodeName = "flash"; nodeData = "src: " + path[i].getAttribute('title'); | className = tinyMCE.getAttrib(path[i], "class"); if ((nodeName == "img" || nodeName == "span") && className.indexOf('mceItem') != -1) { nodeName = className.replace(/mceItem([a-z]+)/gi, '$1').toLowerCase(); nodeData = path[i].getAttribute('title'); | handleNodeChange : function(editor_id, node, undo_index, undo_levels, visual_aid, any_selection, setup_content) { function selectByValue(select_elm, value, first_index) { first_index = typeof(first_index) == "undefined" ? false : true; if (select_elm) { for (var i=0; i<select_elm.options.length; i++) { var... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_template_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js |
if (getAttrib(node, 'name').indexOf('mce_') != 0) { | if (getAttrib(node, 'name').indexOf('mce_') != 0 && tinyMCE.getAttrib(node, 'class').indexOf('mceItem') == -1) { | handleNodeChange : function(editor_id, node, undo_index, undo_levels, visual_aid, any_selection, setup_content) { function selectByValue(select_elm, value, first_index) { first_index = typeof(first_index) == "undefined" ? false : true; if (select_elm) { for (var i=0; i<select_elm.options.length; i++) { var... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_template_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.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 |
tinyMCE.importPluginLanguagePack('save','en,tr,sv,zh_cn,cs,fa,fr_ca,fr,de,pl,pt_br,nl,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,da,es,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_SavePlugin={getInfo:function(){return{longname:'Save',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('save');var TinyMCE_SavePlugin={getInfo:function(){return{longname:'Save',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('save','en,tr,sv,zh_cn,cs,fa,fr_ca,fr,de,pl,pt_br,nl,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,da,es,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_SavePlugin={getInfo:function(){return{longname:'Save',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxie... | 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/save/editor_plugin.js |
tinyMCE.importPluginLanguagePack('flash','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,zh_tw,zh_tw_utf8,sk,pt_br');var TinyMCE_FlashPlugin={getInfo:function(){return{longname:'Flash',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('flash');var TinyMCE_FlashPlugin={getInfo:function(){return{longname:'Flash',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('flash','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,zh_tw,zh_tw_utf8,sk,pt_br');var TinyMCE_FlashPlugin={getInfo:function(){return{longname:'Flash',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce... | 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/flash/editor_plugin.js |
tinyMCE.importPluginLanguagePack('advlink','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedLinkPlugin={getInfo:function(){return{longname:'Advanced link',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('advlink');var TinyMCE_AdvancedLinkPlugin={getInfo:function(){return{longname:'Advanced link',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('advlink','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedLinkPlugin={getInfo:function(){return{longname:'Advanced link',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http:/... | 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/advlink/editor_plugin.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 |
tinyMCE.importPluginLanguagePack('table','en,tr,ar,cs,da,de,el,es,fi,fr_ca,hu,it,ja,ko,nl,nb,pl,pt,pt_br,sv,tw,zh_cn,fr,de,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_TablePlugin={getInfo:function(){return{longname:'Tables',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('table');var TinyMCE_TablePlugin={getInfo:function(){return{longname:'Tables',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('table','en,tr,ar,cs,da,de,el,es,fi,fr_ca,hu,it,ja,ko,nl,nb,pl,pt,pt_br,sv,tw,zh_cn,fr,de,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_TablePlugin={getInfo:function(){return{longname:'Tables',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',i... | 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/table/editor_plugin.js |
var colspan = "1", rowspan = "1"; | var colspan = "1", rowspan = "1", tdElm; | handleNodeChange : function(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { var colspan = "1", rowspan = "1"; var inst = tinyMCE.getInstanceById(editor_id); // Reset table controls tinyMCE.switchClass(editor_id + '_table', 'mceButtonNormal'); tinyMCE.switchClass(editor_id + '_row_props', 'm... | 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/table/editor_plugin_src.js |
tinyMCE.switchClass(editor_id + '_delete_table', 'mceButtonNormal'); | handleNodeChange : function(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { var colspan = "1", rowspan = "1"; var inst = tinyMCE.getInstanceById(editor_id); // Reset table controls tinyMCE.switchClass(editor_id + '_table', 'mceButtonNormal'); tinyMCE.switchClass(editor_id + '_row_props', 'm... | 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/table/editor_plugin_src.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 |
var inst = tinyMCE.getInstanceById(editor_id), self = TinyMCE_LayerPlugin; var le = self._getParentLayer(inst.getFocusElement()); | var inst = tinyMCE.getInstanceById(editor_id); var le = this._getParentLayer(inst.getFocusElement()); | handleNodeChange : function(editor_id, node, undo_index, undo_levels, visual_aid, any_selection) { var inst = tinyMCE.getInstanceById(editor_id), self = TinyMCE_LayerPlugin; var le = self._getParentLayer(inst.getFocusElement()); var p = tinyMCE.getParentElement(inst.getFocusElement(), 'div,p,img'); tinyMCE.switchC... | 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 |
html+='</td></tr></table>';return{delta_width:0,delta_height:20,html:html};},handleNodeChange:function(editor_id,node){tinyMCE.switchClass(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClass(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClass(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClass(edi... | var TinyMCE_SimpleTheme={_buttonMap:'bold,bullist,cleanup,italic,numlist,redo,strikethrough,underline,undo',getEditorTemplate:function(){var html='';html+='<table class="mceEditor" border="0" cellpadding="0" cellspacing="0" width="{$width}" height="{$height}">';html+='<tr><td align="center">';html+='<span id="{$editor_... | html+='</td></tr></table>';return{delta_width:0,delta_height:20,html:html};},handleNodeChange:function(editor_id,node){tinyMCE.switchClass(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClass(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClass(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClass(edi... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_template.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js |
tinyMCE.importPluginLanguagePack('directionality','en,tr,sv,fr_ca,zh_cn,cs,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_DirectionalityPlugin={getInfo:function(){return{longname:'Directionality',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('directionality');var TinyMCE_DirectionalityPlugin={getInfo:function(){return{longname:'Directionality',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('directionality','en,tr,sv,fr_ca,zh_cn,cs,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_DirectionalityPlugin={getInfo:function(){return{longname:'Directionality',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.m... | 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/directionality/editor_plugin.js |
d.setMonth(parseInt(bits[2], 10) - 1); | handler: function(bits) { var d = new Date(); d.setYear(parseInt(bits[1])); d.setDate(parseInt(bits[3], 10)); d.setMonth(parseInt(bits[2], 10) - 1); return d; } | 1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/726756bdd5dc0aaf8ece224a044d11e27b5083da/dateparse.js/clean/django/contrib/admin/media/js/dateparse.js | |
var handler = function ( http ) { http.eventName = evt; var res = success( http ); if( res ) { hop_event_handler_set( svc, evt, success, failure ); } return res; } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/0638bb3f5a49037d0b456d31e1b44cb6c1a50d86/hop.js/clean/share/hop.js | ||
hop_event_handler_set( svc, evt, success, failure ); | hop_event_handler_set( svc, evt, success, failure ); | var handler = function ( http ) { http.eventName = evt; var res = success( http ); if( res ) { hop_event_handler_set( svc, evt, success, failure ); } return res; } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/0638bb3f5a49037d0b456d31e1b44cb6c1a50d86/hop.js/clean/share/hop.js |
handleShortcut : function(e) { var i, s = this.shortcuts, o; for (i=0; i<s.length; i++) { o = s[i]; if (o.alt == e.altKey && o.ctrl == e.ctrlKey && (o.keyCode == e.keyCode || o.charCode == e.charCode)) { if (o.cmd && (e.type == "keydown" || (e.type == "keypress" && !tinyMCE.isOpera))) tinyMCE.execCommand(... | 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 | ||
document.getElementById(cid).innerHTML = xmlHttp.responseText; | var serverResponse = document.createElement("div"); serverResponse.innerHTML = xmlHttp.responseText; tempPageElements = serverResponse.getElementsByTagName("div"); document.getElementById(cid).innerHTML = tempPageElements[0].innerHTML; | function handleStateChange() { if(xmlHttp.readyState == 4) { if(xmlHttp.status == 200) { //alert("The server replied with: " + xmlHttp.responseText); //alert(document.getElementById('77')); document.getElementById(cid).innerHTML = xmlHttp.responseText; // clone the ... | 3685 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3685/cd2e6f77792e7ff2d616cce85a1172402d37d1e6/gridsphere.js/clean/webapps/gridsphere/javascript/gridsphere.js |
alert(cid); | handleSuccess:function(o) { var cid = o.argument[0]; alert(cid); if(o.responseText != undefined){ alert(o.responseText); // create a temporary div element to store the responseText... var serverResponse = document.createElement("div"); // ... and stor... | 3685 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3685/b21c3e30d5741e1ef22de8f7931a10f4163c12cc/gridsphere_ajax.js/clean/webapps/gridsphere/javascript/gridsphere_ajax.js | |
alert(o.responseText); | handleSuccess:function(o) { var cid = o.argument[0]; alert(cid); if(o.responseText != undefined){ alert(o.responseText); // create a temporary div element to store the responseText... var serverResponse = document.createElement("div"); // ... and stor... | 3685 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3685/b21c3e30d5741e1ef22de8f7931a10f4163c12cc/gridsphere_ajax.js/clean/webapps/gridsphere/javascript/gridsphere_ajax.js | |
el.className = 'mceItemAnchor'; | tinyMCE.addCSSClass(el, 'mceItemAnchor'); | handleVisualAid : function(el, deep, state, inst, skip_dispatch) { if (!el) return; if (!skip_dispatch) tinyMCE.dispatchCallback(inst, 'handle_visual_aid_callback', 'handleVisualAid', el, deep, state, inst); var tableElement = null; switch (el.nodeName) { case "TABLE": var oldW = el.style.width; var ol... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
tinyMCE.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 |
regEx = new RegExp("\\b" + arguments[i] + "\\b"); if(!regEx.test(element.className)) return false; | if((typeof arguments[i] == 'object') && (arguments[i].constructor == Array)) { for(var j = 0; j < arguments[i].length; j++) { regEx = new RegExp("(^|\\s)" + arguments[i][j] + "(\\s|$)"); if(!regEx.test(element.className)) return false; } } else { regEx = new RegExp("(^|\\s)" + arguments[i] + "(\\s|$)"); if(!regEx.test(... | has: function(element) { element = $(element); if(!element || !element.className) return false; var regEx; for(var i = 1; i < arguments.length; i++) { regEx = new RegExp("\\b" + arguments[i] + "\\b"); if(!regEx.test(element.className)) return false; } return true; }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/17ee2eeb94a69d5ca031c4cd390f21ae53afa009/util.js/buggy/src/util.js |
regEx = new RegExp("\\b" + arguments[i][j] + "\\b"); | regEx = new RegExp("(^|\\s)" + arguments[i][j] + "(\\s|$)"); | has_any: function(element) { element = $(element); if(!element || !element.className) return false; var regEx; for(var i = 1; i < arguments.length; i++) { if((typeof arguments[i] == 'object') && (arguments[i].constructor == Array)) { for(var j = 0; j < arguments[i].leng... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/17ee2eeb94a69d5ca031c4cd390f21ae53afa009/util.js/buggy/src/util.js |
regEx = new RegExp("\\b" + arguments[i] + "\\b"); | regEx = new RegExp("(^|\\s)" + arguments[i] + "(\\s|$)"); | has_any: function(element) { element = $(element); if(!element || !element.className) return false; var regEx; for(var i = 1; i < arguments.length; i++) { if((typeof arguments[i] == 'object') && (arguments[i].constructor == Array)) { for(var j = 0; j < arguments[i].leng... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/17ee2eeb94a69d5ca031c4cd390f21ae53afa009/util.js/buggy/src/util.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 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 |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 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 |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 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 |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 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 |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 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 |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 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 |
element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; | if (!(element = $(element))) return; return Element.classNames(element).include(className); | hasClassName: function(element, className) { element = $(element); if (!element) return; var a = element.className.split(' '); for (var i = 0; i < a.length; i++) { if (a[i] == className) return true; } return false; }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/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.