rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
collapse_link.setAttribute('href', 'javascript:CollapsedFieldsets.display(' + i + ');'); collapse_link.appendChild(document.createTextNode('Show ' + verbose_name)); div.appendChild(collapse_link); fs.appendChild(div); | collapse_link.className = 'collapse-toggle'; collapse_link.id = 'fieldsetcollapser' + i; collapse_link.onclick = new Function('CollapsedFieldsets.show('+i+'); return false;'); collapse_link.href = '#'; collapse_link.innerHTML = 'Show'; var h2 = fs.getElementsByTagName('h2')[0]; h2.appendChild(document.createTextNode(' ... | init: function() { var fieldsets = document.getElementsByTagName('fieldset'); var collapsed_seen = false; for (var i=0; i<fieldsets.length; i++) { var fs = fieldsets[i]; // Collapse this fieldset if it has the correct class, and if it // doesn't have any errors. (Collapsing shouldn't apply in the case // of... | 1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/623863d0a4e0c850196a863c646a2fe3ef178791/CollapsedFieldsets.js/clean/django/conf/admin_media/js/admin/CollapsedFieldsets.js |
this.runner.eval = function(str) { return eval(str); } | this.init = function() { if (this.runner != null) { // already initialized return; } this.log.debug("init"); this.paused = false; this.runner = new Object(); this.runner.editor = this.editor; this.editor.testCaseListeners.push(function(testCase) { self.runner.testCase = testCase; }); this.runner.testCase... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9371877d02d7f62a78dc3fea91bf0c7c05395f87/debugger.js/buggy/src/content/debugger.js | |
if (previous) previous.syncModel(true); | function init() { if (!this.recorderInitialized) { log.info("initializing"); this.recorderInitialized = true; this.setOptions(optionsManager.load()); //this.options.load(); this.eventManager = new EventManager(this); this.treeView = new TreeView(this, document, document.getElementById("commands")); this.sourceVi... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/8559b7c3e1067cd32f5489bd7a35360a222901a0/selenium-ide.js/clean/src/content/selenium-ide.js | |
resize(150,50); setFont(new Font("TimesRoman",Font.BOLD,36)); s = getParameter("text"); | this.resize(150,50); this.setFont(new Font("TimesRoman",Font.BOLD,36)); s = this.getParameter("text"); | function init() { resize(150,50); setFont(new Font("TimesRoman",Font.BOLD,36)); s = getParameter("text"); if (s == null) { s = "Rhino"; } separated = s.split('');} | 9191 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/9191/394383a65dd802c3dde5b8a2f99b406cd7527b4f/NervousText.js/clean/examples/NervousText.js |
if (document.getElementById("singleimage")) single(); /*else if (document.getElementById("pictures")) list();*/ | if (document.getElementById("singleimage")) single(); /*else if (document.getElementById("pictures")) list();*/ | function init() { if (document.getElementById("singleimage")) single(); /*else if (document.getElementById("pictures")) list();*/} | 7185 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7185/80c9c938b752c166333756d458413e4d0fbbea10/jstemplate.js/clean/preset/Image Gallery/jstemplate.js |
} else if (href.search(/file:(\/\/\/\/\/)(.*?)/gi) > -1) { mcTabs.displayTab('file_tab','file_panel'); document.forms[0].filepath.value = href.replace(/file:(\/\/\/\/\/)/gi, ""); } else if (href.search(/file:(\/\/)(.*?)/gi) > -1) { mcTabs.displayTab('file_tab','file_panel'); alert(href.replace(/file:(\/\/)/gi, "")); do... | function init() { var text = tinyMCE.getWindowArg('text').toString(); var href = tinyMCE.getWindowArg('href').toString(); document.forms[0].wiki_text.value = text; document.forms[0].web_text.value = text; document.forms[0].attach_text.value = text; document.forms[0].email_text.value = text; if ((hr... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/7ca439438dc0f36f25d560b21bd1017c41053651/link.js/buggy/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/link.js | |
var cols = 2, rows = 2, border = 0, cellpadding = "", cellspacing = ""; | var cols = 2, rows = 2, border = tinyMCE.getParam('table_default_border', '0'), cellpadding = tinyMCE.getParam('table_default_cellpadding', ''), cellspacing = tinyMCE.getParam('table_default_cellspacing', ''); | function init() { tinyMCEPopup.resizeToInnerSize(); document.getElementById('backgroundimagebrowsercontainer').innerHTML = getBrowserHTML('backgroundimagebrowser','backgroundimage','image','table'); document.getElementById('backgroundimagebrowsercontainer').innerHTML = getBrowserHTML('backgroundimagebrowser','backgroun... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/table.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js |
alert(href.replace(/file:(\/\/)/gi, "")); | function init() { var text = tinyMCE.getWindowArg('text').toString(); var href = tinyMCE.getWindowArg('href').toString(); document.forms[0].wiki_text.value = text; document.forms[0].web_text.value = text; document.forms[0].file_text.value = text; document.forms[0].attach_text.value = text; document... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/f7074e4a3c7f8d598e9ff94e444bc246a94b0df1/link.js/clean/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/link.js | |
document.forms[0].attach.value = href.replace(/wikiattachment:-:/gi, "").replace(/%20/gi, " "); | document.forms[0].attach_file.value = href.replace(/wikiattachment:-:/gi, "").replace(/%20/gi, " "); | function init() { var text = tinyMCE.getWindowArg('text').toString(); var href = tinyMCE.getWindowArg('href').toString(); document.forms[0].wiki_text.value = text; document.forms[0].web_text.value = text; document.forms[0].file_text.value = text; document.forms[0].attach_text.value = text; document... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/dd352e85541f4f0c03f7f567916b9a31621e2ad2/link.js/clean/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/link.js |
document.forms[0].filepath.value = href.replace(/file:(\/\/\/\/\/)/gi, ""); | function init() { var text = tinyMCE.getWindowArg('text').toString(); var href = tinyMCE.getWindowArg('href').toString(); document.forms[0].wiki_text.value = text; document.forms[0].web_text.value = text; document.forms[0].file_text.value = text; document.forms[0].attach_text.value = text; document... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/dd352e85541f4f0c03f7f567916b9a31621e2ad2/link.js/clean/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/link.js | |
document.forms[0].filepath.value = href.replace(/file:(\/\/)/gi, ""); | function init() { var text = tinyMCE.getWindowArg('text').toString(); var href = tinyMCE.getWindowArg('href').toString(); document.forms[0].wiki_text.value = text; document.forms[0].web_text.value = text; document.forms[0].file_text.value = text; document.forms[0].attach_text.value = text; document... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/dd352e85541f4f0c03f7f567916b9a31621e2ad2/link.js/clean/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/link.js | |
document.forms[0].attach.value = href.replace(/wikiattachment:-:/gi, ""); | document.forms[0].attach.value = href.replace(/wikiattachment:-:/gi, "").replace(/%20/gi, " "); | function init() { var text = tinyMCE.getWindowArg('text').toString(); var href = tinyMCE.getWindowArg('href').toString(); document.forms[0].wiki_text.value = text; document.forms[0].web_text.value = text; document.forms[0].attach_text.value = text; document.forms[0].email_text.value = text; if ((hr... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/baa0ff49e632f866bc8a0a1f4a567e8416b94608/link.js/clean/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/link.js |
tinyMCEPopup.resizeToInnerSize(); | function init() { var formObj = document.forms[0]; formObj.width.value = tinyMCE.getWindowArg('width'); formObj.size.value = tinyMCE.getWindowArg('size'); formObj.insert.value = tinyMCE.getLang('lang_' + tinyMCE.getWindowArg('mceDo'),'Insert',true); if (tinyMCE.getWindowArg('noshade')) { formObj.noshade.checked = t... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/rule.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/advhr/jscripts/rule.js | |
var ce = document.getElementById('container'); | var ce = document.getElementById('container'), h; | function init() { var ce = document.getElementById('container'); ce.style.cssText = tinyMCEPopup.getWindowArg('style_text'); tinyMCEPopup.resizeToInnerSize(); document.getElementById('text_color_pickcontainer').innerHTML = getColorPickerHTML('text_color_pick','text_color'); document.getElementById('background_color_pic... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/props.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js |
h = getBrowserHTML('background_image_browser','background_image','image','advimage'); document.getElementById("background_image_browser").innerHTML = h; | function init() { var ce = document.getElementById('container'); ce.style.cssText = tinyMCEPopup.getWindowArg('style_text'); tinyMCEPopup.resizeToInnerSize(); document.getElementById('text_color_pickcontainer').innerHTML = getColorPickerHTML('text_color_pick','text_color'); document.getElementById('background_color_pic... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/props.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js | |
document.forms[0].href.value = tinyMCE.getWindowArg('src');; | var href = tinyMCE.getWindowArg('src') document.forms[0].href.value = href.replace(/%20/gi, " "); | function init() { editor_id = tinyMCE.getWindowArg('editor_id'); document.forms[0].href.value = tinyMCE.getWindowArg('src');; document.forms[0].width.value = tinyMCE.getWindowArg('width'); document.forms[0].height.value = tinyMCE.getWindowArg('height'); for (var i=0; i<document.forms[0].align.options.length... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/baa0ff49e632f866bc8a0a1f4a567e8416b94608/image.js/buggy/xwiki-platform-web/standard/src/main/webapp/tiny_mce_2/themes/wikieditor/jscripts/image.js |
this.addExternalProcessor((/{\s*attach\s*:\s*(.*?)(\|(.*?))?}/i), 'convertAttachmentExternal'); | this.addExternalProcessorBefore("convertTableExternal", (/{\s*attach\s*:\s*(.*?)(\|(.*?))?}/i), 'convertAttachmentExternal'); | WikiEditor.prototype.initAttachmentsPlugin = function() { if(!this.isPluginLoaded('core')) { alert("Attachment Plugin: You must load the core syntax plugin before!"); return; } this.addExternalProcessorBefore("convertTableExternal", (/{\s*image\s*:\s*(.*?)(\|(.*?))?(\|(.*?))?(\|(.*?))?}/i), 'convertImageExternal'); ... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/1e540478186618f6b999863aedec34c80810164b/attachments.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/attachments.js |
this.addExternalProcessor((/^\s*((\*+)|#)\s+([^\r\n]+)$/im), 'convertListExternal'); | this.addInternalProcessor((/<p[^>]*> <\/p>/gi), ""); this.addExternalProcessor((/^\s*((\*+)|#)\s+([^\r\n]+)$/im), 'convertListExternal'); | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addExternalProcessor((/^\s*((\*+)|#)\s+([^... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/99c4378ba78bef1f5ed4ec3e57a795da561a9024/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js |
"?||||||" + | "||||||" + | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addInternalProcessor((/<p[^>]*> <\... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/70a70b7f03b726caafdb9c443af79e49bb8ebd94/core.js/clean/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js |
"?||||?||" + | "||||||" + | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addInternalProcessor((/<p[^>]*> <\... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/70a70b7f03b726caafdb9c443af79e49bb8ebd94/core.js/clean/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js |
this.addExternalProcessor((/\{style:\s*(.*?)\}([\s\S]+?)\{style\}/i), 'convertStyleExternal'); this.addInternalProcessor((/<(font|span|div)\s*(.*?)>([\s\S]+?)<\/(font|span|div)>/i), 'convertStyleInternal'); | this.addExternalProcessorBefore('convertTableExternal', (/\{style:\s*(.*?)\}([\s\S]+?)\{style\}/i), 'convertStyleExternal'); this.addInternalProcessorBefore('convertTableInternal', (/<(font|span|div)\s*(.*?)>([\s\S]+?)<\/(font|span|div)>/i), 'convertStyleInternal'); | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addInternalProcessor((/<p[^>]*> <\... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/3b81b86ea7162be330903a80ef7d9ba510c15046/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js |
this.addInternalProcessor((/ (?!\|)/gi), ""); | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addExternalProcessor((/^\s*((\*+)|#)\s+([^... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/baa0ff49e632f866bc8a0a1f4a567e8416b94608/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js | |
"?||||||" + | "||||||" + | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addExternalProcessor((/^\s*((\*+)|#)\s+([^... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/70a70b7f03b726caafdb9c443af79e49bb8ebd94/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor/plugins/core.js |
"?||||?||" + | "||||||" + | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addExternalProcessor((/^\s*((\*+)|#)\s+([^... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/70a70b7f03b726caafdb9c443af79e49bb8ebd94/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor/plugins/core.js |
this.addExternalProcessor((/\{style:\s*(.*?)\}([\s\S]+?)\{style\}/i), 'convertStyleExternal'); this.addInternalProcessor((/<(font|span|div)\s*(.*?)>([\s\S]+?)<\/(font|span|div)>/i), 'convertStyleInternal'); | WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addInternalProcessor((/<p[^>]*> <\... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/f29deeb74124823188a469c79e8bffa00b36f465/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js | |
WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addInternalProcessor((/<p[^>]*> <\... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/f29deeb74124823188a469c79e8bffa00b36f465/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js | ||
WikiEditor.prototype.initCorePlugin = function() { // External/Internal conversion setup this.addExternalProcessor((/^\s*(1(\.1)*)\s+([^\r\n]*)$/im), 'convertHeadingExternal'); this.addInternalProcessor((/\s*<h3\s*([^>]*)>([\s\S]+?)<\/h3>/i), 'convertHeadingInternal'); this.addInternalProcessor((/<p[^>]*> <\... | 6184 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6184/f29deeb74124823188a469c79e8bffa00b36f465/core.js/buggy/xwiki-platform-web/standard/src/main/webapp/wiki_editor_2/plugins/core.js | ||
if(Draggable._revertCache[this.element]) { Draggable._revertCache[this.element].cancel(); Draggable._revertCache[this.element] = null; } | initDrag: function(event) { if(typeof Draggable._dragging[this.element] != 'undefined' && Draggable._dragging[this.element]) return; if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src = Event.element(event); if(src.tagName && ( src.tagName=='IN... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/4d928369043aea712d094cb4d97db2674c85c8ac/dragdrop.js/buggy/src/dragdrop.js | |
if(this.element._revert) { this.element._revert.cancel(); this.element._revert = null; | if(Draggable._revertCache[this.element]) { Draggable._revertCache[this.element].cancel(); Draggable._revertCache[this.element] = null; | initDrag: function(event) { if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src = Event.element(event); if(src.tagName && ( src.tagName=='INPUT' || src.tagName=='SELECT' || src.tagName=='OPTION' || src.tagName=='BUTTON' || sr... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/bd1ac4786a539a5d509de64f60a003cc15cce8c9/dragdrop.js/clean/src/dragdrop.js |
if(typeof Draggable._dragging[this.element] != undefined && Draggable._dragging[this.element]) return; | initDrag: function(event) { if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src = Event.element(event); if(src.tagName && ( src.tagName=='INPUT' || src.tagName=='SELECT' || src.tagName=='OPTION' || src.tagName=='BUTTON' || sr... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/c31fdc38f767373d22b3dd5a5072aa4962ca5b65/dragdrop.js/clean/src/dragdrop.js | |
if(this.element._revert) { this.element._revert.cancel(); this.element._revert = null; } | initDrag: function(event) { if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src = Event.element(event); if(src.tagName && ( src.tagName=='INPUT' || src.tagName=='SELECT' || src.tagName=='BUTTON' || src.tagName=='TEXTAREA')) return; ... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/08ca862091194b85b405f2c8d24c8c00908204ef/dragdrop.js/buggy/src/dragdrop.js | |
if(typeof Draggable._dragging[this.element] != undefined && | if(typeof Draggable._dragging[this.element] != 'undefined' && | initDrag: function(event) { if(typeof Draggable._dragging[this.element] != undefined && Draggable._dragging[this.element]) return; if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src = Event.element(event); if(src.tagName && ( src.tagName=='INPU... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/4d67eb3655b3a4b840f279da33e69e2e7ef1c818/dragdrop.js/clean/src/dragdrop.js |
src.tagName=='OPTION' || | initDrag: function(event) { if(Event.isLeftClick(event)) { // abort on form elements, fixes a Firefox issue var src = Event.element(event); if(src.tagName && ( src.tagName=='INPUT' || src.tagName=='SELECT' || src.tagName=='BUTTON' || src.tagName=='TEXTAREA')) return; ... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/5635b6fd49d757b46bbd96217ec3d73e21d0ddc8/dragdrop.js/buggy/src/dragdrop.js | |
if (!base) { base = "gm_script"; } | this.initFilename = function(script) { var index = {}; var base = script.name.replace(/[^A-Z0-9_]/gi, "").toLowerCase(); // 24 is a totally arbitrary max length if (base.length > 24) { base = base.substring(0, 24); } for (var i = 0; i < this.scripts.length; i++) { index[this.scripts[i]... | 2115 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2115/19f3148325aee62fc8ed969890b86473177554ae/config.js/clean/src/content/config.js | |
testLoop.waitingForNext = function() { document.getElementById('continueTest').disabled = false; }; | function initialiseTestLoop() { testLoop = new TestLoop(commandFactory); testLoop.getCommandInterval = function() { return runInterval; }; testLoop.firstCommand = nextCommand; testLoop.nextCommand = nextCommand; testLoop.commandStarted = commandStarted; testLoop.commandComplete = commandComplete; t... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/2fcc52b4c36971bc80c8c53c7e2a4289ca8af0c0/selenium-fitrunner.js/clean/code/javascript/selenium-fitrunner.js | |
testLoop.waitingForNext = function() { document.getElementById('continueTest').disabled = false; }; | function initialiseTestLoop() { testLoop = new TestLoop(commandFactory); testLoop.getCommandInterval = function() { return runInterval; }; testLoop.firstCommand = nextCommand; testLoop.nextCommand = nextCommand; testLoop.commandStarted = commandStarted; testLoop.commandComplete = commandComplete; t... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/ed2c8a04823b08b4112b9e08d6cbf9962ca6c66f/selenium-fitrunner.js/buggy/code/javascript/selenium-fitrunner.js | |
OpenLayers.Layer.prototype.initialize.apply(this, arguments); | OpenLayers.Layer.EventPane.prototype.initialize.apply(this, arguments); | initialize: function(name, options) { OpenLayers.Layer.prototype.initialize.apply(this, arguments); if (this.maxExtent == null) { this.maxExtent = new OpenLayers.Bounds(-180, -90, 180, 90); } }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/8f33a633aa6d5eb5b7fd38f5342b2d65e1bafc3f/Google.js/clean/lib/OpenLayers/Layer/Google.js |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/railties/html/javascripts/controls.js |
if (this.maxResolution == null || this.resolution == "auto") { | if (this.maxResolution == null || this.maxResolution == "auto") { | initialize: function (div, options) { Object.extend(this, options); this.div = div = $(div); // the viewPortDiv is the outermost div we modify var id = div.id + "_OpenLayers_ViewPort"; this.viewPortDiv = OpenLayers.Util.createDiv(id, null, null, null, ... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/351ebb0d520b31f7f4047796e8df79ca45f48eff/Map.js/buggy/lib/OpenLayers/Map.js |
this.name = name; if (this.div == null) { this.div = OpenLayers.Util.createDiv(); this.div.style.width = "100%"; this.div.style.height = "100%"; | if (arguments.length > 0) { this.name = name; if (this.div == null) { this.div = OpenLayers.Util.createDiv(); this.div.style.width = "100%"; this.div.style.height = "100%"; } | initialize: function(name) { this.name = name; if (this.div == null) { this.div = OpenLayers.Util.createDiv(); this.div.style.width = "100%"; this.div.style.height = "100%"; } }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c59e66f1671af9ba4b8ddad52f80e52f5dfe6ac8/Layer.js/clean/lib/OpenLayers/Layer.js |
this.controlDiv = OpenLayers.Util.createDiv( div.id + "_OpenLayers_Control" ); this.controlDiv.style.width="100%"; this.controlDiv.style.height="100%"; this.controlDiv.style.zIndex = this.Z_INDEX_BASE["Control"]; this.viewPortDiv.appendChild(this.controlDiv); | initialize: function (div, options) { Object.extend(this, options); this.div = div = $(div); // the viewPortDiv is the outermost div we modify this.viewPortDiv = OpenLayers.Util.createDiv( div.id + "_OpenLayers_ViewPort" ); this.viewPortDiv.style.wid... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/6c83a735197589956a69fda786203b440f7daa12/Map.js/clean/lib/OpenLayers/Map.js | |
initialize: function(element, frequency, callback) { this.frequency = frequency; this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); this.registerCallback(); | initialize: function(element) { this.element = $(element); this.start = 153; this.finish = 255; this.current = this.start; this.fade(); | initialize: function(element, frequency, callback) { this.frequency = frequency; this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); this.registerCallback(); }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/ce59719a389fe9057004f655640d3cfff0df7ab8/prototype.js/buggy/public/javascripts/prototype.js |
markers = new Array(); | this.markers = new Array(); | initialize: function(name) { OpenLayers.Layer.prototype.initialize.apply(this, arguments); markers = new Array(); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/a360238d813c48d5d19e13f37fb40e645dc987d0/Marker.js/buggy/lib/OpenLayers/Layer/Marker.js |
this.obj = {}; for (var property in obj) { this.obj[property] = obj[property]; this.length++; } | this.extend(obj); | initialize: function(obj) { this.obj = {}; for (var property in obj) { this.obj[property] = obj[property]; this.length++; } }, | 6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/2f00bcee8e2a9577e18cd8c5c5c7c594651a3811/Hash.js/clean/Addons/Hash.js |
initialize: function(element, callback) { this.element = $(element); this.callback = callback; | initialize: function() { this.element = $(arguments[0]); this.callback = arguments[1]; this.trigger = arguments[2]; | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/clean/railties/html/javascripts/prototype.js |
this.registerCallback(this.element); | this.registerCallback(this.element, this.trigger); | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/clean/railties/html/javascripts/prototype.js |
Event.observe(document, "click", this.onBlur.bindAsEventListener(this)); | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/cadcd9e7144394ecc9df01961191d20e5e219a37/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js | |
this.featureClass = featureClass; | if (featureClass != null) this.featureClass = featureClass; | initialize: function(name, url, params, featureClass) { this.featureClass = featureClass; var newArguments = new Array(); if (arguments.length > 0) { //uppercase params params = OpenLayers.Util.upperCaseObject(params); newArguments.push(name, url, params... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/WFS.js/buggy/lib/OpenLayers/Layer/WFS.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js | |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
OpenLayers.Event.observe(window, "DOMMouseScroll", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.Event.observe(window, "mousewheel", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.Event.observe(document, "mousewheel", this.onWheelEvent.bindAsEventListener(this)); | initialize: function() { OpenLayers.Control.prototype.initialize.apply(this, arguments); //register mousewheel events specifically on the window and document OpenLayers.Event.observe(window, "DOMMouseScroll", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/9c6817f5d6e4b39058416183c6aaa041a68dcace/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js | |
Object.extend(this.params, this.DEFAULT_PARAMS); | OpenLayers.Util.applyDefaults( this.params, this.DEFAULT_PARAMS ); | initialize: function(name, url, params) { OpenLayers.Layer.Grid.prototype.initialize.apply(this, arguments); Object.extend(this.params, this.DEFAULT_PARAMS); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/4d0179df503768763ea059f8b12bb532227dfd89/WMS.js/buggy/lib/OpenLayers/Layer/WMS.js |
this.handle.addEvent('mousedown', this.start.bindWithEvent(this)); | this.bound = {'start': this.start.bindWithEvent(this)}; this.handle.addEvent('mousedown', this.bound.start); | initialize: function(el, options){ this.setOptions(this.getOptions(), options); this.element = $(el); this.handle = $(this.options.handle) || this.element; this.mouse = {'start': {}, 'now': {}, 'pos': {}}; this.value = {'start': {}, 'now': {}}; this.handle.addEvent('mousedown', this.start.bindWithEvent(this)); ... | 5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/8ac103886cf6d33ed267fc2e146d71159138c0d8/Drag.Base.js/clean/Drag/Drag.Base.js |
initialize: function (object, element, eventTypes) { | initialize: function (object, element, eventTypes, fallThrough) { | initialize: function (object, element, eventTypes) { this.object = object; this.element = element; this.eventTypes = eventTypes; this.listeners = new Object(); // if eventTypes is specified, create a listeners list for each // custom application event. if (t... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/Events.js/buggy/lib/OpenLayers/Events.js |
this.fallThrough = fallThrough; | initialize: function (object, element, eventTypes) { this.object = object; this.element = element; this.eventTypes = eventTypes; this.listeners = new Object(); // if eventTypes is specified, create a listeners list for each // custom application event. if (t... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/Events.js/buggy/lib/OpenLayers/Events.js | |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/buggy/railties/html/javascripts/prototype.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js | |
initialize: function(element, callback) { this.element = $(element); this.callback = callback; | initialize: function() { this.element = $(arguments[0]); this.callback = arguments[1]; this.trigger = arguments[2]; | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/buggy/railties/html/javascripts/prototype.js |
this.registerCallback(this.element); | this.registerCallback(this.element, this.trigger); | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/buggy/railties/html/javascripts/prototype.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js | |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js | |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/0ffcceffac52cc4ed373eb9db27d6c776b5d96b7/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js | |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
Event.observe(document, "click", this.onBlur.bindAsEventListener(this)); | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/cadcd9e7144394ecc9df01961191d20e5e219a37/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js | |
OpenLayers.Tile.prototype.initialize.apply(this, arguments); | OpenLayers.Tile.prototype.initialize.apply(this, newArguments); | initialize: function(layer, position, bounds, urls, size) { var newArguments = [layer, position, bounds, null, size]; OpenLayers.Tile.prototype.initialize.apply(this, arguments); this.urls = urls; this.features = new Array(); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/a046bb2b3198111d4f10d490b054d5cece535ac1/WFS.js/buggy/lib/OpenLayers/Tile/WFS.js |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/clean/railties/html/javascripts/prototype.js |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/buggy/railties/html/javascripts/prototype.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js | |
initialize: function (object, element, eventTypes) { | initialize: function (object, element, eventTypes, fallThrough) { | initialize: function (object, element, eventTypes) { this.object = object; this.element = element; this.eventTypes = eventTypes; this.listeners = new Object(); // if eventTypes is specified, create a listeners list for each // custom application event. if (t... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/Events.js/clean/lib/OpenLayers/Events.js |
this.fallThrough = fallThrough; | initialize: function (object, element, eventTypes) { this.object = object; this.element = element; this.eventTypes = eventTypes; this.listeners = new Object(); // if eventTypes is specified, create a listeners list for each // custom application event. if (t... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/Events.js/clean/lib/OpenLayers/Events.js | |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js | |
this.expectedFailure = null; this.expectedFailureType = null; | initialize: function(htmlTestCase, metrics, seleniumCommandFactory) { this.commandFactory = new HtmlRunnerCommandFactory(seleniumCommandFactory, this); this.metrics = metrics; this.htmlTestCase = htmlTestCase; se = selenium; global.se = selenium; this.currentRow = null; ... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/afa54887f887b5863f6af88f1b5293c9af5683a3/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js | |
Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/0ffcceffac52cc4ed373eb9db27d6c776b5d96b7/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js | |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
this.bound = {'start': []}; | initialize: function(list, options){ this.setOptions(this.getOptions(), options); this.list = $(list); this.elements = this.list.getChildren(); this.handles = $$(this.options.handles) || this.elements; this.elements.each(function(el, i){ this.handles[i].addEvent('mousedown', this.start.bindWithEvent(this, el)... | 5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/8ac103886cf6d33ed267fc2e146d71159138c0d8/Sortables.js/clean/Plugins/Sortables.js | |
this.bound.start[i] = this.start.bindWithEvent(this, el); | initialize: function(list, options){ this.setOptions(this.getOptions(), options); this.list = $(list); this.elements = this.list.getChildren(); this.handles = $$(this.options.handles) || this.elements; this.elements.each(function(el, i){ this.handles[i].addEvent('mousedown', this.start.bindWithEvent(this, el)... | 5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/8ac103886cf6d33ed267fc2e146d71159138c0d8/Sortables.js/clean/Plugins/Sortables.js | |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
this.events = new OpenLayers.Events(this, this.icon.image, null); | this.events = new OpenLayers.Events(this, this.icon.imageDiv, null); | initialize: function(lonlat, icon) { this.lonlat = lonlat; this.icon = (icon) ? icon : OpenLayers.Marker.defaultIcon(); this.events = new OpenLayers.Events(this, this.icon.image, null); }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/51aaf18b5964acdfc0c35f2078c52aff5101e0f5/Marker.js/buggy/lib/OpenLayers/Marker.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js | |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/buggy/railties/html/javascripts/controls.js |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js | |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/ce69ee676a665c2710e7b2f1edf9376c3a2ca806/controls.js/clean/src/controls.js | |
initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions(options); this.options.asynchronous = true... | initialize: function(element, update, array, options) { this.base_initialize(element, update, options); this.options.array = array; | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/16669774903dd7bfaaf1bf8f0c72e49ebaeffeeb/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/0ffcceffac52cc4ed373eb9db27d6c776b5d96b7/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js | |
loadingClassName: 'inplaceeditor-loading', | initialize: function(element, url, options) { this.url = url; this.element = $(element); this.options = Object.extend({ okText: "ok", cancelText: "cancel", savingText: "Saving...", clickToEditText: "Click to edit", okText: "ok", rows: 1, onComplete: function(transport, elem... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js | |
Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); | initialize: function(element, update, url, options) { this.element = $(element); this.update = $(update); this.has_focus = false; this.changed = false; this.active = false; this.index = 0; this.entry_count = 0; this.url = url; this.setOptions... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/0ffcceffac52cc4ed373eb9db27d6c776b5d96b7/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js | |
initialize: function() { | initialize: function(direction) { | initialize: function() { OpenLayers.Control.prototype.initialize.apply(this, arguments); this.mode = null; }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js |
this.mode = null; | if (direction) { this.direction = direction; } | initialize: function() { OpenLayers.Control.prototype.initialize.apply(this, arguments); this.mode = null; }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js |
new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); | new Effect.Scale(this.element, 1, { complete: this.hide.bind(this) } ); | initialize: function(element) { this.element = $(element); new Effect.Scale(element, 1, { complete: this.hide.bind(this) } ); }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/c73a414a9abdb9943f18f6a60ed9f805e97e2ea1/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.controlDiv = OpenLayers.Util.createDiv( div.id + "_OpenLayers_Control" ); this.controlDiv.style.width="100%"; this.controlDiv.style.height="100%"; this.controlDiv.style.zIndex = this.Z_INDEX_BASE["Control"]; this.viewPortDiv.appendChild(this.controlDiv); | initialize: function (div, options) { Object.extend(this, options); this.div = div = $(div); // the viewPortDiv is the outermost div we modify this.viewPortDiv = OpenLayers.Util.createDiv( div.id + "_OpenLayers_ViewPort" ); this.viewPortDiv.style.wid... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/6c83a735197589956a69fda786203b440f7daa12/Map.js/buggy/lib/OpenLayers/Map.js | |
initialize: function(element, callback) { this.element = $(element); this.callback = callback; | initialize: function() { this.element = $(arguments[0]); this.callback = arguments[1]; this.trigger = arguments[2]; | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/buggy/railties/html/javascripts/prototype.js |
this.registerCallback(this.element); | this.registerCallback(this.element, this.trigger); | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/buggy/railties/html/javascripts/prototype.js |
initialize: function(element, callback) { this.element = $(element); this.callback = callback; | initialize: function() { this.element = $(arguments[0]); this.callback = arguments[1]; this.trigger = arguments[2]; | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/clean/railties/html/javascripts/prototype.js |
this.registerCallback(this.element); | this.registerCallback(this.element, this.trigger); | initialize: function(element, callback) { this.element = $(element); this.callback = callback; this.lastValue = this.getValue(); if (this.element.tagName.toLowerCase() == 'form') this.registerFormCallbacks(); else this.registerCallback(this.element); }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/e3bfd08cbcbffddf53de4f0f6030a794402cf532/prototype.js/clean/railties/html/javascripts/prototype.js |
this.handle.addEvent('mousedown', this.start.bindWithEvent(this)); | this.bound = {'start': this.start.bindWithEvent(this)}; this.handle.addEvent('mousedown', this.bound.start); | initialize: function(el, options){ this.setOptions(this.getOptions(), options); this.element = $(el); this.handle = $(this.options.handle) || this.element; this.mouse = {'start': {}, 'now': {}, 'pos': {}}; this.value = {'start': {}, 'now': {}}; this.handle.addEvent('mousedown', this.start.bindWithEvent(this)); ... | 6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/8ac103886cf6d33ed267fc2e146d71159138c0d8/Drag.Base.js/clean/Drag/Drag.Base.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.