rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
function eob_as_hash () { var errors = this['errors']; var extra1 = this['extra']; | function eob_as_hash (extra2) { var errors = this.errors; var extra1 = this.extra; if (! extra2) extra2 = new Array(); | function eob_as_hash () { var errors = this['errors']; var extra1 = this['extra']; var suffix = eob_get_val('as_hash_suffix', extra2, extra1, '_error'); var joiner = eob_get_val('as_hash_join', extra2, extra1, '<br />'); /// now add to the hash var found = new A... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/36b6d6336f71148a2949342b6bf1af36a21992c1/validate.js/buggy/lib/CGI/Ex/validate.js |
if (ret[field]) ret[field] = new Array(); | if (! ret[field]) ret[field] = new Array(); | function eob_as_hash () { var errors = this['errors']; var extra1 = this['extra']; var suffix = eob_get_val('as_hash_suffix', extra2, extra1, '_error'); var joiner = eob_get_val('as_hash_join', extra2, extra1, '<br />'); /// now add to the hash var found = new A... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/36b6d6336f71148a2949342b6bf1af36a21992c1/validate.js/buggy/lib/CGI/Ex/validate.js |
field = field.replace(new RegExp('\\$(\\d+)','g'), function (N) { | field = field.replace(new RegExp('\\$(\\d+)','g'), function (all, N) { | function eob_as_hash (extra2) { var errors = this.errors; var extra1 = this.extra; if (! extra2) extra2 = new Array(); var suffix = eob_get_val('as_hash_suffix', extra2, extra1, '_error'); var joiner = eob_get_val('as_hash_join', extra2, extra1, '<br />'); /// n... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js |
function eob_as_hash (extra2) { var errors = this.errors; var extra1 = this.extra; if (! extra2) extra2 = new Array(); var suffix = eob_get_val('as_hash_suffix', extra2, extra1, '_error'); var joiner = eob_get_val('as_hash_join', extra2, extra1, '<br />'); /// n... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
function eob_as_hash (extra2) { var errors = this.errors; var extra1 = this.extra; if (! extra2) extra2 = new Array(); var suffix = eob_get_val('as_hash_suffix', extra2, extra1, '_error'); var joiner = eob_get_val('as_hash_join', extra2, extra1, '<br />'); /// n... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
var extra1 = this['extra']; | var extra1 = this.extra; | function eob_as_string (extra2) { var extra1 = this['extra']; if (! extra2) extra2 = new Array(); var joiner = eob_get_val('as_string_join', extra2, extra1, '\n'); var header = eob_get_val('as_string_header', extra2, extra1, ''); var footer = eob_get_val('as_string_footer', extra2, extra1, ''); return header + ... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/36b6d6336f71148a2949342b6bf1af36a21992c1/validate.js/buggy/lib/CGI/Ex/validate.js |
var extra = this['extra']; | var extra = this.extra; | function eob_get_error_text (err) { var extra = this['extra']; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for de... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/36b6d6336f71148a2949342b6bf1af36a21992c1/validate.js/buggy/lib/CGI/Ex/validate.js |
field = field.replace(new RegExp('\\$(\\d+)','g'), function (N) { | field = field.replace(new RegExp('\\$(\\d+)','g'), function (all, N) { | function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js |
name = name.replace(new RegExp('\\$(\\d+)','g'), function (N) { | name = name.replace(new RegExp('\\$(\\d+)','g'), function (all, N) { | function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js |
ret = ret.replace(new RegExp('\\$(\\d+)','g'), function (N) { | ret = ret.replace(new RegExp('\\$(\\d+)','g'), function (all, N) { | function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js |
name2 = name2.replace(new RegExp('\\$(\\d+)','g'), function (N) { | name2 = name2.replace(new RegExp('\\$(\\d+)','g'), function (all, N) { | function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/a2d9e78dd157a7d0b3ff5518a32d18df7aa38bbb/validate.js/clean/lib/CGI/Ex/validate.js |
function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
function eob_get_error_text (err) { var extra = this.extra; var field = err[0]; var type = err[1]; var field_val = err[2]; var ifs_match = err[3]; var m; var dig = (m = type.match('(_?\\d+)$')) ? m[1] : ''; var type_lc = type.toLowerCase(); /// allow for delegated field names - only used for defau... | 5443 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5443/5a8cf4dc4af49bd5e7bbfeb162f198028d1fb87f/validate.js/clean/lib/CGI/Ex/validate.js | ||
Assert.fail(args.comment + "Expected '" + args.expected + | Assert.fail(args.comment + "Expected '" + args.expected + | equals: function() { var args = new AssertionArguments(arguments); if (args.expected === args.actual) { return; } Assert.fail(args.comment + "Expected '" + args.expected + "' but was '" + args.actual + "'"); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/625ecfb8411e3161585be6394a2dc7e2f30a97c2/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js |
graphics_box_displayed=0; | function erase_graphic_box(){ draw_line(topline+graphics_box_displayed-edit_top);} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/676c958fcbc04ea3d31957391236869ceec1e90e/fseditor.js/clean/fseditor.js | |
this.log(message, "error"); | this.log("error", message); | error: function(message) { this.log(message, "error"); }, | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/2926652532e34f5b463decd00e6cb0836ad65b1d/selenium-logging.js/clean/code/javascript/core/scripts/selenium-logging.js |
errorCallback = function (pb) { window.location = window.location.href.split('op=')[0] +'op=error'; | var errorCallback = function (pb) { var div = document.createElement('p'); div.className = 'error'; div.innerHTML = 'An unrecoverable error has occured. You can find the error message below. It is advised to copy it to the clipboard for reference. Please continue to the <a href="update.php?op=error">update summary</a>'... | errorCallback = function (pb) { window.location = window.location.href.split('op=')[0] +'op=error'; } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/cb49e19e9ed2e90a4ece7a5479a4f6e3d342925f/update.js/clean/misc/update.js |
function escapebackslashes( str ){ return str.replace(/\\/g, '\\\\'); } | function escapebackslashes( str ){ return str.replace(/\\[^']/g, '\\\\'); } | function escapebackslashes( str ){ return str.replace(/\\/g, '\\\\'); } | 1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/bbb8a1ecfc7d82bad838f787fcaedaf0d9590e55/functions.js/clean/share/http/js/functions.js |
function escapebackslashes( str ){ return str.replace(/\\[^']/g, '\\\\'); } | function escapebackslashes( str ){ return str.replace(/\\/g, '\\\\'); } | function escapebackslashes( str ){ return str.replace(/\\[^']/g, '\\\\'); } | 1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/892f3cf9ce0972ff9868e9dfe498bc3d24c55a4e/functions.js/buggy/share/http/js/functions.js |
tmp = tmp.replace("&", "&"); tmp = tmp.replace("<", "<"); tmp = tmp.replace(">", ">"); tmp = tmp.replace(" ", " "); tmp = tmp.replace("\n", "<br />"); tmp = tmp.replace("\t", "  "); | tmp = tmp.replace(/&/g, "&"); tmp = tmp.replace(/</g, "<"); tmp = tmp.replace(/>/g, ">"); tmp = tmp.replace(/ /g, " "); tmp = tmp.replace(/\n/g, "<br />"); tmp = tmp.replace(/\t/g, "  "); | function escapeHTML(s) { var tmp = s; tmp = tmp.replace("&", "&"); tmp = tmp.replace("<", "<"); tmp = tmp.replace(">", ">"); tmp = tmp.replace(" ", " "); tmp = tmp.replace("\n", "<br />"); tmp = tmp.replace("\t", "  "); return tmp; } | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/0bc8f13bad18ef0f992ba2b90f387c220c907455/runtime.js/buggy/scheme2js/runtime/runtime.js |
function escondeBlock() { if (browserVersion == 1 || browserVersion == 3) { if (this.navObj.style.display == "none") return this.navObj.style.display = "none" } else { if (this.navObj.visibility == "hidden") return this.navObj.visibility = "hidden" } | function escondeBlock() { if (browserVersion == 1 || browserVersion == 3) { if (this.navObj.style.display == "none") return this.navObj.style.display = "none" } else { if (this.navObj.visibility == "hidden") return this.navObj.visibility = "hidden" } | function escondeBlock() { if (browserVersion == 1 || browserVersion == 3) { if (this.navObj.style.display == "none") return this.navObj.style.display = "none" } else { if (this.navObj.visibility == "hidden") return this.navObj.visibility = "hidden" } } | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js |
function escondeFolder() { | function escondeFolder() { | function escondeFolder() { this.escondeBlock() this.setState(0) } | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js |
this.setState(0) | this.setState(0) | function escondeFolder() { this.escondeBlock() this.setState(0) } | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js |
evalFunc : function(f, idx, a) { | evalFunc : function(f, idx, a, o) { | evalFunc : function(f, idx, a) { var s = '(', i; for (i=idx; i<a.length; i++) { s += 'a[' + i + ']'; if (i < a.length-1) s += ','; } s += ');'; return eval("f" + s); }, | 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 |
return eval("f" + s); | return o ? eval("o." + f + s) : eval("f" + s); | evalFunc : function(f, idx, a) { var s = '(', i; for (i=idx; i<a.length; i++) { s += 'a[' + i + ']'; if (i < a.length-1) s += ','; } s += ');'; return eval("f" + s); }, | 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 |
return eval(this.header('X-JSON')); | return eval('(' + this.header('X-JSON') + ')'); | evalJSON: function() { try { return eval(this.header('X-JSON')); } catch (e) {} }, | 2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js |
return eval(this.header('X-JSON')); | return eval('(' + this.header('X-JSON') + ')'); | evalJSON: function() { try { return eval(this.header('X-JSON')); } catch (e) {} }, | 2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js |
return this.extractScripts().map(eval); | return this.extractScripts().map(function(script) { return eval(script) }); | evalScripts: function() { return this.extractScripts().map(eval); }, | 2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js |
var scripts = this.transport.responseText.match(/<script[^>]*>([\s\S]*?)<\/script>/gi); | var scripts = this.response.text.match(/<script[^>]*>([\s\S]*?)<\/script>/gi); | evalScripts: function(){ var scripts = this.transport.responseText.match(/<script[^>]*>([\s\S]*?)<\/script>/gi); if (scripts) for (var i = 0; i < scripts.length; i++) eval(scripts[i]); } | 5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/ee45bcbdda9f41e1d047aeccacc4bf8768c2c67b/Ajax.js/buggy/Remote/Ajax.js |
var scripts = this.transport.responseText.match(/<script[^>]*>([\s\S]*?)<\/script>/gi); | var scripts = this.response.text.match(/<script[^>]*>([\s\S]*?)<\/script>/gi); | evalScripts: function(){ var scripts = this.transport.responseText.match(/<script[^>]*>([\s\S]*?)<\/script>/gi); if (scripts) for (var i = 0; i < scripts.length; i++) eval(scripts[i]); } | 6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/ee45bcbdda9f41e1d047aeccacc4bf8768c2c67b/Ajax.js/clean/Remote/Ajax.js |
return this.extractScripts().map(eval); | return this.extractScripts().map(function(script) { return eval(script) }); | evalScripts: function() { return this.extractScripts().map(eval); }, | 2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js |
} | }, | event: function(eventName) { if(this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this); if(this.options[eventName]) this.options[eventName](this); } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/497651aee5fda274d3814a3a2627d16782389136/effects.js/clean/src/effects.js |
function eventHideMenu() { document.onclick = null; if (activeMenu != null) { obj = document.getElementById(activeMenu) obj.style.visibility = "hidden" } } | function eventHideMenu() { document.onclick = null; if (activeMenu != null) { obj = document.getElementById(activeMenu); obj.style.visibility = "hidden"; } } | function eventHideMenu() //hides nav menus and pop ups { document.onclick = null; if (activeMenu != null) { obj = document.getElementById(activeMenu) obj.style.visibility = "hidden" } } | 791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/ebc78f352a92ad64ced940cdce53759233257fa2/menu.js/clean/src/webapp/lenya/resources/menu/menu.js |
this.getHrefXPathLocator, | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { callForWindow(new RegisterHandler(), contentWindow); } this.stopForAll... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4f08e58d98f8f98a7f1612587fa44323e01e45e9/eventManager.js/clean/src/content/eventManager.js | |
new RegisterHandler().handleWindow(contentWindow); | callForWindow(new RegisterHandler(), contentWindow); | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
handler.handleWindow(browsers[i].contentWindow); } } } | callForWindow(handler, browsers[i].contentWindow); } } } function callForWindow(handler, contentWindow) { var documents = getDocuments(contentWindow); for (var i = 0; i < documents.length; i++) { handler.handleDocument(documents[i], contentWindow); } } | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
RegisterHandler.prototype.handleWindow = function(window) { if (!window._Selenium_IDE_listeners) { log.debug("registering event listeners"); | RegisterHandler.prototype.handleDocument = function(document, window) { if (!document._Selenium_IDE_listeners) { log.debug("registering event listeners for " + document); function findClickableElement(e, window) { var tagName = e.tagName.toLowerCase(); var type = e.type; if (e.hasAttribute("onclick") || e.hasAttribute... | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
var tagName = event.target.tagName.toLowerCase(); var type = event.target.type; if (event.target.hasAttribute("onclick") || event.target.hasAttribute("href") || (tagName == "input" && (type == "submit" || type == "button" || type == "image" || type == "radio" || type == "checkbox"))) { self.listener.addCommand("click",... | var clickable = findClickableElement(event.target); if (clickable) { self.listener.addCommand("click", getLocator(window, clickable), '', window); } }, | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
window.addEventListener(name, listeners[name], false); | document.addEventListener(name, listeners[name], false); | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
window._Selenium_IDE_listeners = listeners; | document._Selenium_IDE_listeners = listeners; | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
DeregisterHandler.prototype.doHandleDocument = function(doc) { if (doc.registeredSeleniumIDE) { doc.registeredSeleniumIDE = false; return true; } else { return false; } }; DeregisterHandler.prototype.handleWindow = function(window) { | DeregisterHandler.prototype.handleDocument = function(document, window) { | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
if (window._Selenium_IDE_listeners) { | if (document._Selenium_IDE_listeners) { | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
var listeners = window._Selenium_IDE_listeners; | var listeners = document._Selenium_IDE_listeners; | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
window.removeEventListener(window, listeners[name], false); } delete window._Selenium_IDE_listeners; | document.removeEventListener(name, listeners[name], false); } delete document._Selenium_IDE_listeners; | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { new RegisterHandler().handleWindow(contentWindow); } this.stopForAllBr... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/c950ca6f6d08aee4c1c8dccebdc1a9012fdcdcc5/recorder-events.js/clean/src/content/recorder-events.js |
} catch (e) { log.warn("findElement error: " + e); | } catch (error) { log.warn("findElement error: " + error + ", node=" + e + ", locator=" + locator); | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { forEachInput(new RegisterHandler(), contentWindow); } this.stopForAllB... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/987072c9677dabfd007fab08d4c76099ebb26d9e/recorder-events.js/buggy/content/recorder-events.js |
for (i = 0; i < node.attributes.length; i++) { var att = node.attributes[i]; if (att.name == 'name' || att.name == 'value' || att.name == 'id' || att.name == 'style' || att.name == 'action' || att.name == 'onclick' || att.name == 'href') { conditions['@' + att.name] = att.value; | if (node.attributes) { for (i = 0; i < node.attributes.length; i++) { var att = node.attributes[i]; if (att.name == 'name' || att.name == 'value' || att.name == 'id' || att.name == 'style' || att.name == 'action' || att.name == 'onclick' || att.name == 'href') { conditions['@' + att.name] = att.value; } | function EventManager(listener) { this.listener = listener; var log = new Log("EventManager"); var self = this; this.startForAllBrowsers = function() { forEachBrowser(new RegisterHandler()); } this.startForContentWindow = function(contentWindow) { forEachInput(new RegisterHandler(), contentWindow); } this.stopForAllB... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/987072c9677dabfd007fab08d4c76099ebb26d9e/recorder-events.js/buggy/content/recorder-events.js |
function eventShowMenu(e) { if (activeMenu != null) eventHideMenu() activeMenu = "menu"+this.id.substring(3,this.id.length) obj = document.getElementById(activeMenu) if (obj) obj.style.visibility = "visible" if (document.all) document.onclick = eventHideMenu; event.cancelBubble=true } | function eventShowMenu(e) { if (activeMenu != null) eventHideMenu(); activeMenu = "menu"+this.id.substring(3,this.id.length) obj = document.getElementById(activeMenu); if (obj != null) obj.style.visibility = "visible"; if (document.all) document.onclick = eventHideMenu; if (window.event != null) window.event.cancelBubb... | function eventShowMenu(e) //turns on the display for nav menus { if (activeMenu != null) eventHideMenu() activeMenu = "menu"+this.id.substring(3,this.id.length) obj = document.getElementById(activeMenu) if (obj) obj.style.visibility = "visible" if (document.all) document... | 791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/ebc78f352a92ad64ced940cdce53759233257fa2/menu.js/clean/src/webapp/lenya/resources/menu/menu.js |
willExecuteStatement(sourceId, line); | updateFunctionStack(); jumpToLine(sourceId, line); | function exceptionWasRaised(sourceId, line){ pause(); willExecuteStatement(sourceId, line);} | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/b6240cae0d423a9cf7a0af3627a6daea070cb8e1/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.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 |
case "mceForeColor": var template = new Array(); var elm = tinyMCE.selectedInstance.getFocusElement(); var inputColor = tinyMCE.getAttrib(elm, "color"); if (inputColor == '') inputColor = elm.style.color; if (!inputColor) inputColor = "#000000"; template['file'] = 'color_picker.htm'; template['width'] = 220; templat... | case "forecolor": var fcp = new TinyMCE_Layer(editor_id + '_fcPreview', false), p, img, elm; TinyMCE_AdvancedTheme._hideMenus(editor_id); if (!fcp.exists()) { fcp.create('div', 'mceColorPreview', document.getElementById(editor_id + '_toolbar')); elm = fcp.getElement(); elm._editor_id = editor_id; elm._command = "fore... | execCommand : function(editor_id, element, command, user_interface, value) { switch (command) { case "mceLink": var inst = tinyMCE.getInstanceById(editor_id); var doc = inst.getDoc(); var selectedText = ""; if (tinyMCE.isMSIE) { var rng = doc.selection.createRange(); selectedText = rng.text; ... | 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 |
case "mceBackColor": var template = new Array(); var elm = tinyMCE.selectedInstance.getFocusElement(); var inputColor = elm.style.backgroundColor; if (!inputColor) inputColor = "#000000"; template['file'] = 'color_picker.htm'; template['width'] = 220; template['height'] = 190; template['width'] += tinyMCE.getLang('l... | case "HiliteColor": var bcp = new TinyMCE_Layer(editor_id + '_bcPreview', false), p, img; TinyMCE_AdvancedTheme._hideMenus(editor_id); if (!bcp.exists()) { bcp.create('div', 'mceColorPreview', document.getElementById(editor_id + '_toolbar')); elm = bcp.getElement(); elm._editor_id = editor_id; elm._command = "HiliteC... | execCommand : function(editor_id, element, command, user_interface, value) { switch (command) { case "mceLink": var inst = tinyMCE.getInstanceById(editor_id); var doc = inst.getDoc(); var selectedText = ""; if (tinyMCE.isMSIE) { var rng = doc.selection.createRange(); selectedText = rng.text; ... | 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 (tinyMCE.getParam('fullscreen_is_enabled')) { window.opener.tinyMCE.execInstanceCommand(tinyMCE.getParam('fullscreen_editor_id'), 'mceSetContent', false, tinyMCE.getContent(editor_id)); top.close(); } else { tinyMCE.setWindowArg('editor_id', editor_id); var win = window.open(tinyMCE.baseURL + "/plugins/fullscreen/... | this._toggleFullscreen(tinyMCE.getInstanceById(editor_id)); | execCommand : function(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mceFullScreen": if (tinyMCE.getParam('fullscreen_is_enabled')) { // In fullscreen mode window.opener.tinyMCE.execInstanceCommand(tinyMCE.getParam('fullscreen_editor_id'), 'mceSetConte... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_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('fullscreen','en,tr,sv,cs,fr_ca,zh_cn,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_FullScreenPlugin={getInfo:function(){return{longname:'Fullscreen',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('fullscreen');var TinyMCE_FullScreenPlugin={getInfo:function(){return{longname:'Fullscreen',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('fullscreen','en,tr,sv,cs,fr_ca,zh_cn,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_FullScreenPlugin={getInfo:function(){return{longname:'Fullscreen',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com... | 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/fullscreen/editor_plugin.js |
var TinyMCE_ZoomPlugin={getInfo:function(){return{longname:'Zoom',author:'Moxiecode Systems',authorurl:'http: | var TinyMCE_ZoomPlugin={getInfo:function(){return{longname:'Zoom',author:'Moxiecode Systems AB',authorurl:'http: | var TinyMCE_ZoomPlugin={getInfo:function(){return{longname:'Zoom',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_zoom.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},getControlHTML:function(control_name){if(!tinyMCE.isMSIE||ti... | 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/zoom/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 |
var html = TinyMCE_PastePlugin._clipboardHTML(); if (html && html.length > 0) TinyMCE_PastePlugin._insertWordContent(html); | TinyMCE_PastePlugin._insertWordContent(TinyMCE_PastePlugin._clipboardHTML()); | execCommand : function(editor_id, element, command, user_interface, value) { switch (command) { case "mcePasteText": if (user_interface) { if ((tinyMCE.isMSIE && !tinyMCE.isOpera) && !tinyMCE.getParam('paste_use_dialog', false)) TinyMCE_PastePlugin._insertText(clipboardData.getData("Text"), true); ... | 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/paste/editor_plugin_src.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 |
tinyMCE.importPluginLanguagePack('print','en,tr,sv,zh_cn,fa,fr_ca,fr,de,pl,pt_br,cs,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_PrintPlugin={getInfo:function(){return{longname:'Print',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('print');var TinyMCE_PrintPlugin={getInfo:function(){return{longname:'Print',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('print','en,tr,sv,zh_cn,fa,fr_ca,fr,de,pl,pt_br,cs,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_PrintPlugin={getInfo:function(){return{longname:'Print',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.mo... | 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/print/editor_plugin.js |
tinyMCE.importPluginLanguagePack('searchreplace','en,tr,sv,zh_cn,fa,fr_ca,fr,de,pl,pt_br,cs,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_SearchReplacePlugin={getInfo:function(){return{longname:'Search/Replace',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('searchreplace');var TinyMCE_SearchReplacePlugin={getInfo:function(){return{longname:'Search/Replace',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('searchreplace','en,tr,sv,zh_cn,fa,fr_ca,fr,de,pl,pt_br,cs,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_SearchReplacePlugin={getInfo:function(){return{longname:'Search/Replace',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/searchreplace/editor_plugin.js |
var html = ""; | var html = "", i; | execCommand : function(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mcePreview": var previewPage = tinyMCE.getParam("plugin_preview_pageurl", null); var previewWidth = tinyMCE.getParam("plugin_preview_width", "550"); var previewHeight = tinyMCE.getParam... | 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/preview/editor_plugin_src.js |
var pos = c.indexOf('<body'), pos2; | var pos = c.indexOf('<body'), pos2, css = tinyMCE.getParam("content_css").split(','); | execCommand : function(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mcePreview": var previewPage = tinyMCE.getParam("plugin_preview_pageurl", null); var previewWidth = tinyMCE.getParam("plugin_preview_width", "550"); var previewHeight = tinyMCE.getParam... | 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/preview/editor_plugin_src.js |
html += '<link href="' + tinyMCE.getParam("content_css") + '" rel="stylesheet" type="text/css" />'; | for (i=0; i<css.length; i++) html += '<link href="' + css[i] + '" rel="stylesheet" type="text/css" />'; html += '<script type="text/javascript">'; html += 'window.opener.TinyMCE_PreviewPlugin._setDoc(document);'; html += 'window.opener.TinyMCE_PreviewPlugin._setWin(window);'; html += 'writeFlash = window.opener.TinyM... | execCommand : function(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mcePreview": var previewPage = tinyMCE.getParam("plugin_preview_pageurl", null); var previewWidth = tinyMCE.getParam("plugin_preview_width", "550"); var previewHeight = tinyMCE.getParam... | 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/preview/editor_plugin_src.js |
html += '<body dir="' + tinyMCE.getParam("directionality") + '">'; | html += '<body dir="' + tinyMCE.getParam("directionality") + '" onload="window.opener.TinyMCE_PreviewPlugin._onLoad();">'; | execCommand : function(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mcePreview": var previewPage = tinyMCE.getParam("plugin_preview_pageurl", null); var previewWidth = tinyMCE.getParam("plugin_preview_width", "550"); var previewHeight = tinyMCE.getParam... | 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/preview/editor_plugin_src.js |
} | }, | execCommand : function(editor_id, element, command, user_interface, value) { // Handle commands switch (command) { case "mcePreview": var previewPage = tinyMCE.getParam("plugin_preview_pageurl", null); var previewWidth = tinyMCE.getParam("plugin_preview_width", "550"); var previewHeight = tinyMCE.getParam... | 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/preview/editor_plugin_src.js |
tinyMCE.importPluginLanguagePack('paste','en,tr,sv,cs,zh_cn,fr_ca,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('paste');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('paste','en,tr,sv,cs,zh_cn,fr_ca,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/t... | 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/paste/editor_plugin.js |
tinyMCE.importPluginLanguagePack('preview','en,tr,cs,de,el,fr_ca,it,ko,pt,sv,zh_cn,fa,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');var TinyMCE_PreviewPlugin={getInfo:function(){return{longname:'Preview',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('preview');var TinyMCE_PreviewPlugin={getInfo:function(){return{longname:'Preview',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('preview','en,tr,cs,de,el,fr_ca,it,ko,pt,sv,zh_cn,fa,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');var TinyMCE_PreviewPlugin={getInfo:function(){return{longname:'Preview',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'ht... | 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/preview/editor_plugin.js |
tinyMCE.importPluginLanguagePack('insertdatetime','en,tr,cs,el,fr_ca,it,ko,sv,zh_cn,fa,fr,de,pl,pt_br,nl,da,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl');var TinyMCE_InsertDateTimePlugin={getInfo:function(){return{longname:'Insert date/time',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('insertdatetime');var TinyMCE_InsertDateTimePlugin={getInfo:function(){return{longname:'Insert date/time',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('insertdatetime','en,tr,cs,el,fr_ca,it,ko,sv,zh_cn,fa,fr,de,pl,pt_br,nl,da,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl');var TinyMCE_InsertDateTimePlugin={getInfo:function(){return{longname:'Insert date/time',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js |
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 self = TinyMCE_LayerPlugin; | execCommand : function(editor_id, element, command, user_interface, value) { var self = TinyMCE_LayerPlugin; // Handle commands switch (command) { case "mceInsertLayer": self._insertLayer(); return true; case "mceMoveForward": self._move(1); return true; case "mceMoveBackward": self._move(-1); ... | 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 | |
self._insertLayer(); | this._insertLayer(); | execCommand : function(editor_id, element, command, user_interface, value) { var self = TinyMCE_LayerPlugin; // Handle commands switch (command) { case "mceInsertLayer": self._insertLayer(); return true; case "mceMoveForward": self._move(1); return true; case "mceMoveBackward": self._move(-1); ... | 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 |
self._move(1); | this._move(1); | execCommand : function(editor_id, element, command, user_interface, value) { var self = TinyMCE_LayerPlugin; // Handle commands switch (command) { case "mceInsertLayer": self._insertLayer(); return true; case "mceMoveForward": self._move(1); return true; case "mceMoveBackward": self._move(-1); ... | 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 |
self._move(-1); | this._move(-1); | execCommand : function(editor_id, element, command, user_interface, value) { var self = TinyMCE_LayerPlugin; // Handle commands switch (command) { case "mceInsertLayer": self._insertLayer(); return true; case "mceMoveForward": self._move(1); return true; case "mceMoveBackward": self._move(-1); ... | 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 |
self._toggleAbsolute(); | this._toggleAbsolute(); | execCommand : function(editor_id, element, command, user_interface, value) { var self = TinyMCE_LayerPlugin; // Handle commands switch (command) { case "mceInsertLayer": self._insertLayer(); return true; case "mceMoveForward": self._move(1); return true; case "mceMoveBackward": self._move(-1); ... | 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 |
case "mceForeColor": var template = new Array(); var elm = tinyMCE.selectedInstance.getFocusElement(); var inputColor = tinyMCE.getAttrib(elm, "color"); if (inputColor == '') inputColor = elm.style.color; if (!inputColor) inputColor = "#000000"; template['file'] = 'color_picker.htm'; template['width'] = 220; templat... | execCommand : function(editor_id, element, command, user_interface, value) { switch (command) { case "mceLink": var inst = tinyMCE.getInstanceById(editor_id); var doc = inst.getDoc(); var selectedText = ""; if (tinyMCE.isMSIE) { var rng = doc.selection.createRange(); ... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/99c4378ba78bef1f5ed4ec3e57a795da561a9024/editor_template.js/buggy/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/editor_template.js | |
tinyMCE.importPluginLanguagePack('emotions','en,tr,sv,zh_cn,cs,fa,fr_ca,fr,de,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');var TinyMCE_EmotionsPlugin={getInfo:function(){return{longname:'Emotions',author:'Moxiecode Systems',authorurl:'http: | tinyMCE.importPluginLanguagePack('emotions');var TinyMCE_EmotionsPlugin={getInfo:function(){return{longname:'Emotions',author:'Moxiecode Systems AB',authorurl:'http: | tinyMCE.importPluginLanguagePack('emotions','en,tr,sv,zh_cn,cs,fa,fr_ca,fr,de,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');var TinyMCE_EmotionsPlugin={getInfo:function(){return{longname:'Emotions',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tiny... | 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/emotions/editor_plugin.js |
/* Returns the date object in the specified format */ function getDateTime(date, format) { format = tinyMCE.regexpReplace(format, "%D", "%m/%d/%y"); format = tinyMCE.regexpReplace(format, "%r", "%I:%M:%S %p"); format = tinyMCE.regexpReplace(format, "%Y", "" + date.getFullYear()); format = tinyMCE.regexpReplace(format, ... | function getDateTime(d, fmt) { fmt = fmt.replace("%D", "%m/%d/%y"); fmt = fmt.replace("%r", "%I:%M:%S %p"); fmt = fmt.replace("%Y", "" + d.getFullYear()); fmt = fmt.replace("%y", "" + d.getYear()); fmt = fmt.replace("%m", addZeros(d.getMonth()+1, 2)); fmt = fmt.replace("%d", addZeros(d.getDate(), 2)); fmt = fmt.replace... | execCommand : function(editor_id, element, command, user_interface, value) { /* Adds zeros infront of value */ function addZeros(value, len) { value = "" + value; if (value.length < len) { for (var i=0; i<(len-value.length); i++) value = "0" + value; } return value; } /* Returns the date object in t... | 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/insertdatetime/editor_plugin_src.js |
return format; | return fmt; | execCommand : function(editor_id, element, command, user_interface, value) { /* Adds zeros infront of value */ function addZeros(value, len) { value = "" + value; if (value.length < len) { for (var i=0; i<(len-value.length); i++) value = "0" + value; } return value; } /* Returns the date object in t... | 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/insertdatetime/editor_plugin_src.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 |
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 |
execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); | execCommand : function (editor_id, element, command, user_interface, value) { var inst = tinyMCE.getInstanceById(editor_id), selectedText = inst.selection.getSelectedText(), rng; | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
instance.execCommand('mceInsertContent', false, str); | inst.execCommand('mceInsertContent', false, str); | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
value = new Array(); | value = []; | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js | ||
defValue("searchstring", ""); | defValue("searchstring", selectedText); | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js | ||
case "mceResetSearch": | case "mceResetSearch" : | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
case "mceSearch": | case "mceSearch" : | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js | ||
if (value['replacestring'] != null) { template['file'] = '../../plugins/searchreplace/replace.htm'; template['width'] = 320; template['height'] = 100 + (tinyMCE.isNS7 ? 20 : 0); template['width'] += tinyMCE.getLang('lang_searchreplace_replace_delta_width', 0); template['height'] += tinyMCE.getLang('lang_searchreplace_r... | template['file'] = '../../plugins/searchreplace/searchreplace.htm'; template['width'] = 380; template['height'] = 155 + (tinyMCE.isNS7 ? 20 : 0) + (tinyMCE.isMSIE ? 15 : 0); template['width'] += tinyMCE.getLang('lang_searchreplace_delta_width', 0); template['height'] += tinyMCE.getLang('lang_searchreplace_delta_height'... | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
instance.execCommand('SelectAll'); | inst.execCommand('SelectAll'); | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
var r = instance.selection.getRng(); | var r = inst.selection.getRng(); | execCommand : function(editor_id, element, command, user_interface, value) { var instance = tinyMCE.getInstanceById(editor_id); function defValue(key, default_value) { value[key] = typeof(value[key]) == "undefined" ? default_value : value[key]; } function replaceSel(search_str, str, back) { instance.execComman... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.