rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/actionpack/lib/action_view/helpers/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/clean/railties/html/javascripts/controls.js |
if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } | return this.element.innerHTML; | getText: function() { if (this.options.loadTextURL) { this.loadExternalText(); return this.options.loadingText; } else { return this.element.innerHTML; } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/controls.js/buggy/actionpack/lib/action_view/helpers/javascripts/controls.js |
if(element.textContent) | if(isFirefox) | function getText(element) { text = ""; if(element.textContent) { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if(element.innerText) { text = element.innerText; } text = normalizeNewlines(... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/2e116bdabb8431234b230eaf1a46e3ca7c75fb67/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js |
} else if(element.innerText) | } else if(element.textContent) { text = element.textContent; } else if(element.innerText) | function getText(element) { text = ""; if(element.textContent) { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if(element.innerText) { text = element.innerText; } text = normalizeNewlines(... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/2e116bdabb8431234b230eaf1a46e3ca7c75fb67/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js |
text = text.replace(/\240/g, " "); | function getText(element) { text = ""; if(element.textContent) { text = element.textContent; } else if(element.innerText) { text = element.innerText; } return text.trim();} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/1343bad515b94869b26017b6cd14781519ba68a0/htmlutils.js/buggy/code/javascript/htmlutils.js | |
text = text.replace(/\240/g, " "); | function getText(element) { text = ""; if(element.textContent) { text = element.textContent; } else if(element.innerText) { text = element.innerText; } return text.trim();} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/58026424cf44be8df64713b5aa867d3a0274b599/htmlutils.js/buggy/code/javascript/htmlutils.js | |
if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") | if (browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") | function getText(element) { var text = ""; if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if (browserVersion.isOpera) { var dumm... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/409c1704b4cf230ddff8734c8f4835b0c22da435/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js |
var dummyElement = element.cloneNode(true); | var dummyElement = element.cloneNode(true); | function getText(element) { var text = ""; if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if (browserVersion.isOpera) { var dumm... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/409c1704b4cf230ddff8734c8f4835b0c22da435/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js |
else if(element.textContent) | else if (element.textContent) | function getText(element) { var text = ""; if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if (browserVersion.isOpera) { var dumm... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/409c1704b4cf230ddff8734c8f4835b0c22da435/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js |
else if(element.innerText) | else if (element.innerText) | function getText(element) { var text = ""; if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if (browserVersion.isOpera) { var dumm... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/409c1704b4cf230ddff8734c8f4835b0c22da435/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js |
} else if (browserVersion.isOpera) { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.innerText; | function getText(element) { var text = ""; if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if(element.textContent) { tex... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/5a8720d27b78f43bc0804dedef6bc7cdabbcce34/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js | |
text = ""; | var text = ""; | function getText(element) { text = ""; if(browserVersion.isFirefox) { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if(element.textContent) { text = element.textContent; } else if(eleme... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/625ecfb8411e3161585be6394a2dc7e2f30a97c2/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js |
if(browserVersion.isFirefox) | if(browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") | function getText(element) { text = ""; if(browserVersion.isFirefox) { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if(element.textContent) { text = element.textContent; } else if(eleme... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/625ecfb8411e3161585be6394a2dc7e2f30a97c2/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js |
} else if (browserVersion.isKonqueror) { | } else if (browserVersion.isKonqueror || browserVersion.isSafari) { | function getText(element) { var text = ""; if (browserVersion.isFirefox && browserVersion.firefoxVersion >= "1.5") { var dummyElement = element.cloneNode(true); renderWhitespaceInTextContent(dummyElement); text = dummyElement.textContent; } else if (browserVersion.isKonqueror) { ... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/b69d877d29f6d9f09c4d4fb1daa72faa817ad3a2/htmlutils.js/buggy/code/javascript/core/scripts/htmlutils.js |
function getTextContent(element, preformatted) { if (element.nodeType == 3 /*Node.TEXT_NODE*/) { var text = element.data; if (!preformatted) { text = text.replace(/\n|\r|\t/g, " "); } return text; } if (element.nodeType == 1 /*Node.ELEMENT_NODE*/) { var childrenPre... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/bdf50299ec90235355e5c177afdd0f378929ba91/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js | ||
return '<select id="{$editor_id}_titleSelect" name="{$editor_id}_titleSelect" class="mceSelectList" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Title\',false,this.options[this.selectedIndex].value);wikiEditor.executedCommand(\'Title\');">\ <option value="0">{$lang_wiki_title_menu}</option>\ <option value="... | return '<select id="{$editor_id}_titleSelect" name="{$editor_id}_titleSelect" class="mceSelectList" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Title\',false,this.options[this.selectedIndex].value);wikiEditor.executedCommand(\'Title\');">' + '<option value="0">{$lang_wiki_title_menu}</option>' + '<option v... | WikiEditor.prototype.getTitleControl = function(button_name) { return '<select id="{$editor_id}_titleSelect" name="{$editor_id}_titleSelect" class="mceSelectList" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'Title\',false,this.options[this.selectedIndex].value);wikiEditor.executedCommand(\'Title\');">\ ... | 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 |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} | function() {return new ActiveXObject('Microsoft.XMLHTTP')} | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; }, | 2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/prototype.js/clean/web/scripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
getTransport: function(ajaxRequest) { var transport = Try.these( | getTransport: function() { return Try.these( | getTransport: function(ajaxRequest) { var transport = Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ); transport.ajaxRequest = ajaxRequest; return transport; } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js |
); transport.ajaxRequest = ajaxRequest; return transport; | ) || false; | getTransport: function(ajaxRequest) { var transport = Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ); transport.ajaxRequest = ajaxRequest; return transport; } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
getTransport: function(ajaxRequest) { var transport = Try.these( | getTransport: function() { return Try.these( | getTransport: function(ajaxRequest) { var transport = Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ); transport.ajaxRequest = ajaxRequest; return transport; } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/f01d8824678122f802fc7459f0b1da6d2fd95ec9/prototype.js/buggy/lib/prototype.js |
); transport.ajaxRequest = ajaxRequest; return transport; | ) || false; | getTransport: function(ajaxRequest) { var transport = Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ); transport.ajaxRequest = ajaxRequest; return transport; } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/f01d8824678122f802fc7459f0b1da6d2fd95ec9/prototype.js/buggy/lib/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
getTransport: function() { return Try.these( | getTransport: function(ajaxRequest) { var transport = Try.these( | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js |
) || false; | ); transport.ajaxRequest = ajaxRequest; return transport; | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js |
function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} | function() {return new ActiveXObject('Microsoft.XMLHTTP')} | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; }, | 2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js |
} | }, | getTransport: function() { return Try.these( function() {return new ActiveXObject('Msxml2.XMLHTTP')}, function() {return new ActiveXObject('Microsoft.XMLHTTP')}, function() {return new XMLHttpRequest()} ) || false; } | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js |
var zoom = this.map.getZoom(); | var mapRes = this.map.getResolution(); | getURL: function (bounds) { var zoom = this.map.getZoom(); var scale = this.map.getScale(); var cellSize = new OpenLayers.Size(mapRes*this.tileSize.w, mapRes*this.tileSize.h); var pX = Math.round(((bounds.left) / cellSize.w) * this.tileSize.w); var pY = -Math.round(((bound... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c932a87d3f98c2018fdc3fc8f3bba11898354f3e/KaMap.js/clean/lib/OpenLayers/Layer/KaMap.js |
tileSize.w = tileSize.w * 2; tileSize.h = tileSize.h * 2; | tileSize.w = tileSize.w * this.ratio; tileSize.h = tileSize.h * this.ratio; | getURL: function(bounds) { var tileSize = this.map.getSize(); tileSize.w = tileSize.w * 2; tileSize.h = tileSize.h * 2; return this.getFullRequestString( {'BBOX': bounds.toBBOX(), 'WIDTH': tileSize.w, ... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/7eb3f4bb9a744fa11b92e446a3e9cad249e7bb75/Untiled.js/clean/lib/OpenLayers/Layer/WMS/Untiled.js |
{ L: zoom, X: x, Y: y }); | { L: zoom, X: x, Y: y }); | getURL: function (bounds) { var deg = this.lzd/Math.pow(2,this.getZoom()); var x = Math.floor((bounds.left - extent.left)/deg); var y = Math.floor((bounds.bottom - extent.bottom)/deg); return this.getFullRequestString( { L: zoom, X: x, Y: y })... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/8ab6715f83bb17bfedee0825340a2618b6a478c7/WorldWind.js/buggy/lib/OpenLayers/Layer/WorldWind.js |
tileSize.w = tileSize.w * 2; tileSize.h = tileSize.h * 2; | tileSize.w = tileSize.w * this.ratio; tileSize.h = tileSize.h * this.ratio; | getURL: function(bounds) { var tileSize = this.map.getSize(); tileSize.w = tileSize.w * 2; tileSize.h = tileSize.h * 2; return this.getFullRequestString( {'BBOX': bounds.toBBOX(), 'WIDTH': tileSize.w, ... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/7eb3f4bb9a744fa11b92e446a3e9cad249e7bb75/Untiled.js/clean/lib/OpenLayers/Layer/WMS/Untiled.js |
{ L: zoom, X: x, Y: y }); | { L: zoom, X: x, Y: y }); | getURL: function (bounds) { var deg = this.lzd/Math.pow(2,this.getZoom()); var x = Math.floor((bounds.left - extent.left)/deg); var y = Math.floor((bounds.bottom - extent.bottom)/deg); return this.getFullRequestString( { L: zoom, X: x, Y: y })... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/8ab6715f83bb17bfedee0825340a2618b6a478c7/WorldWind.js/buggy/lib/OpenLayers/Layer/WorldWind.js |
var zoom = this.getZoom(); var extent = this.map.getMaxExtent(); | getURL: function (bounds) { var deg = this.lzd/Math.pow(2,this.getZoom()); var x = Math.floor((bounds.left - extent.left)/deg); var y = Math.floor((bounds.bottom - extent.bottom)/deg); return this.getFullRequestString( { L: zoom, X: x, Y: y ... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/42cb6b1fc346c7fff290eeba16ccef819093b98e/WorldWind.js/clean/lib/OpenLayers/Layer/WorldWind.js | |
var zoom = this.getZoom(); var extent = this.map.getMaxExtent(); | getURL: function (bounds) { var deg = this.lzd/Math.pow(2,this.getZoom()); var x = Math.floor((bounds.left - extent.left)/deg); var y = Math.floor((bounds.bottom - extent.bottom)/deg); return this.getFullRequestString( { L: zoom, X: x, Y: y ... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/42cb6b1fc346c7fff290eeba16ccef819093b98e/WorldWind.js/buggy/lib/OpenLayers/Layer/WorldWind.js | |
var zoom = this.map.getZoom(); | var mapRes = this.map.getResolution(); | getURL: function (bounds) { var zoom = this.map.getZoom(); var scale = this.map.getScale(); var cellSize = new OpenLayers.Size(mapRes*this.tileSize.w, mapRes*this.tileSize.h); var pX = Math.round(((bounds.left) / cellSize.w) * this.tileSize.w); var pY = -Math.round(((bound... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c932a87d3f98c2018fdc3fc8f3bba11898354f3e/KaMap.js/buggy/lib/OpenLayers/Layer/KaMap.js |
if (!path.match(/^file:/)) { | if (!path.match(/^(file|chrome):/)) { | getURLs: function(commaSeparatedPaths) { var urls = []; if (commaSeparatedPaths) { commaSeparatedPaths.split(/,/).forEach(function(path) { path = path.replace(/^\s*/, ''); path = path.replace(/\s*$/, ''); if (!path.match(/^file:/)) { path = FileUtils.fileURI(FileUtils.getFile(path)); } url... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/593d8b5a6ee9a382e8159e89ccba637185daef8a/tools.js/buggy/src/content/tools.js |
case 'input': if ((this.checked && ['checkbox', 'radio'].test(this.type)) || ['hidden', 'text', 'password'].test(this.type)) return this.value; break; | case 'input': if (!(this.checked && ['checkbox', 'radio'].test(this.type)) && !['hidden', 'text', 'password'].test(this.type)) break; | getValue: function(){ switch (this.getTag()){ case 'select': if (this.selectedIndex != -1) return this.options[this.selectedIndex].value; break; case 'input': if ((this.checked && ['checkbox', 'radio'].test(this.type)) || ['hidden', 'text', 'password'].test(this.type)) return this.value; break; case 'textar... | 5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/af66a6919b8d36f1a1d048c31276da23a227b278/Element.js/clean/Native/Element.js |
if (parameter) | if (parameter) | getValue: function(element) { var element = $(element); var method = element.tagName.toLowerCase(); var parameter = Form.Element.Serializers[method](element); if (parameter) return parameter[1]; } | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
case 'input': if ((this.checked && ['checkbox', 'radio'].test(this.type)) || ['hidden', 'text', 'password'].test(this.type)) return this.value; break; | case 'input': if (!(this.checked && ['checkbox', 'radio'].test(this.type)) && !['hidden', 'text', 'password'].test(this.type)) break; | getValue: function(){ switch (this.getTag()){ case 'select': if (this.selectedIndex != -1) return this.options[this.selectedIndex].value; break; case 'input': if ((this.checked && ['checkbox', 'radio'].test(this.type)) || ['hidden', 'text', 'password'].test(this.type)) return this.value; break; case 'textar... | 6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/af66a6919b8d36f1a1d048c31276da23a227b278/Element.js/clean/Native/Element.js |
zoom = olZoom + 1; | zoom = olZoom; | getVEZoomFromOLZoom: function(olZoom) { var zoom = null; if (olZoom != null) { zoom = olZoom + 1; } return zoom; }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/VirtualEarth.js/buggy/lib/OpenLayers/Layer/VirtualEarth.js |
zoom = olZoom + 1; | zoom = olZoom; | getVEZoomFromOLZoom: function(olZoom) { var zoom = null; if (olZoom != null) { zoom = olZoom + 1; } return zoom; }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/VirtualEarth.js/buggy/lib/OpenLayers/Layer/VirtualEarth.js |
left : self.pageXOffset || self.document.documentElement.scrollLeft || self.document.body.scrollLeft, top: self.pageYOffset || self.document.documentElement.scrollTop || self.document.body.scrollTop, | getViewPort : function() { return { width : document.documentElement.offsetWidth || document.body.offsetWidth, height : self.innerHeight || document.documentElement.clientHeight || document.body.clientHeight }; }, | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin_src.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js | |
if(!tinyMCE.settings['contextmenu_skip_plugin_css']){tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/css/contextmenu.css");}var TinyMCE_ContextMenuPlugin={_contextMenu:null,getInfo:function(){return{longname:'Context menus',author:'Moxiecode Systems',authorurl:'http: | if(!tinyMCE.settings['contextmenu_skip_plugin_css']){tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/css/contextmenu.css")}var TinyMCE_ContextMenuPlugin={_contextMenu:null,getInfo:function(){return{longname:'Context menus',author:'Moxiecode Systems AB',authorurl:'http: | if(!tinyMCE.settings['contextmenu_skip_plugin_css']){tinyMCE.loadCSS(tinyMCE.baseURL+"/plugins/contextmenu/css/contextmenu.css");}var TinyMCE_ContextMenuPlugin={_contextMenu:null,getInfo:function(){return{longname:'Context menus',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymc... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js |
return layerPx.add(parseInt(this.layerContainerDiv.style.left), parseInt(this.layerContainerDiv.style.top) ); | var viewPortPx = null; if (layerPx != null) { var dX = parseInt(this.layerContainerDiv.style.left); var dY = parseInt(this.layerContainerDiv.style.top); viewPortPx = layerPx.add(dX, dY); } return viewPortPx; | getViewPortPxFromLayerPx:function(layerPx) { return layerPx.add(parseInt(this.layerContainerDiv.style.left), parseInt(this.layerContainerDiv.style.top) ); }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/Map.js/buggy/lib/OpenLayers/Map.js |
return layerPx.add(parseInt(this.layerContainerDiv.style.left), parseInt(this.layerContainerDiv.style.top) ); | var viewPortPx = null; if (layerPx != null) { var dX = parseInt(this.layerContainerDiv.style.left); var dY = parseInt(this.layerContainerDiv.style.top); viewPortPx = layerPx.add(dX, dY); } return viewPortPx; | getViewPortPxFromLayerPx:function(layerPx) { return layerPx.add(parseInt(this.layerContainerDiv.style.left), parseInt(this.layerContainerDiv.style.top) ); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/Map.js/buggy/lib/OpenLayers/Map.js |
var gPoint = this.gmap.fromLatLngToDivPixel(gLatLng) | var gPoint = this.fromLatLngToContainerPixel(gLatLng); | getViewPortPxFromLonLat: function (lonlat) { var gLatLng = this.getGLatLngFromOLLonLat(lonlat); var gPoint = this.gmap.fromLatLngToDivPixel(gLatLng) return this.getOLPixelFromGPoint(gPoint); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/a02c0ea8b7f6923a2ec1ec7ab6d43137ed0889a8/Google.js/buggy/lib/OpenLayers/Layer/Google.js |
var gPoint = this.gmap.fromLatLngToDivPixel(gLatLng) | var gPoint = this.fromLatLngToContainerPixel(gLatLng); | getViewPortPxFromLonLat: function (lonlat) { var gLatLng = this.getGLatLngFromOLLonLat(lonlat); var gPoint = this.gmap.fromLatLngToDivPixel(gLatLng) return this.getOLPixelFromGPoint(gPoint); }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/a02c0ea8b7f6923a2ec1ec7ab6d43137ed0889a8/Google.js/buggy/lib/OpenLayers/Layer/Google.js |
var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); else value = ''; } else if (obj.currentStyle) { value = obj.currentS... | var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); else | function getVisib(obj){ var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { // Gecko, W3C if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); el... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/buggy/branches/BRANCH_0_8_6/cacti/include/jscalendar/calendar.js |
} return value; }; | } else if (obj.currentStyle) { value = obj.currentStyle.visibility; } else value = ''; } return value; }; | function getVisib(obj){ var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { // Gecko, W3C if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); el... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/buggy/branches/BRANCH_0_8_6/cacti/include/jscalendar/calendar.js |
var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); else value = ''; } else if (obj.currentStyle) { value = obj.currentS... | var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); else | function getVisib(obj){ var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { // Gecko, W3C if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); el... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/clean/trunk/cacti/include/js/jscalendar/calendar.js |
} return value; }; | } else if (obj.currentStyle) { value = obj.currentStyle.visibility; } else value = ''; } return value; }; | function getVisib(obj){ var value = obj.style.visibility; if (!value) { if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { // Gecko, W3C if (!Calendar.is_khtml) value = document.defaultView. getComputedStyle(obj, "").getPropertyValue("visibility"); el... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/clean/trunk/cacti/include/js/jscalendar/calendar.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The VE Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html += ... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/69b66e2100e18b5cc75bb6ab5085c45359e23a28/VirtualEarth.js/clean/lib/OpenLayers/Layer/VirtualEarth.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The MM Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html += ... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/69b66e2100e18b5cc75bb6ab5085c45359e23a28/MultiMap.js/clean/lib/OpenLayers/Layer/MultiMap.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The VE Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html += ... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/69b66e2100e18b5cc75bb6ab5085c45359e23a28/VirtualEarth.js/clean/lib/OpenLayers/Layer/VirtualEarth.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The Yahoo Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html ... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/69b66e2100e18b5cc75bb6ab5085c45359e23a28/Yahoo.js/buggy/lib/OpenLayers/Layer/Yahoo.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The Yahoo Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html ... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/69b66e2100e18b5cc75bb6ab5085c45359e23a28/Yahoo.js/buggy/lib/OpenLayers/Layer/Yahoo.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The Google Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/69b66e2100e18b5cc75bb6ab5085c45359e23a28/Google.js/buggy/lib/OpenLayers/Layer/Google.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The MM Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html += ... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/69b66e2100e18b5cc75bb6ab5085c45359e23a28/MultiMap.js/buggy/lib/OpenLayers/Layer/MultiMap.js |
html += "<a href='http: | html += "<a href='http: | getWarningHTML:function() { var html = ""; html += "The Google Layer was unable to load correctly.<br>"; html += "<br>"; html += "To get rid of this message, select a new BaseLayer " html += "in the layer switcher in the upper-right corner.<br>"; html += "<br>"; html... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/69b66e2100e18b5cc75bb6ab5085c45359e23a28/Google.js/buggy/lib/OpenLayers/Layer/Google.js |
zoom = zoom - Math.log(this.map.maxResolution / (this.lzd/512))/Math.log(2); | zoom = zoom - Math.log(this.maxResolution / (this.lzd/512))/Math.log(2); | getZoom: function () { var zoom = this.map.getZoom(); var extent = this.map.getMaxExtent(); zoom = zoom - Math.log(this.map.maxResolution / (this.lzd/512))/Math.log(2); return zoom; }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/42cb6b1fc346c7fff290eeba16ccef819093b98e/WorldWind.js/clean/lib/OpenLayers/Layer/WorldWind.js |
zoom = zoom - Math.log(this.map.maxResolution / (this.lzd/512))/Math.log(2); | zoom = zoom - Math.log(this.maxResolution / (this.lzd/512))/Math.log(2); | getZoom: function () { var zoom = this.map.getZoom(); var extent = this.map.getMaxExtent(); zoom = zoom - Math.log(this.map.maxResolution / (this.lzd/512))/Math.log(2); return zoom; }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/42cb6b1fc346c7fff290eeba16ccef819093b98e/WorldWind.js/buggy/lib/OpenLayers/Layer/WorldWind.js |
for(var i=1; i <= this.resolutions.length; i++) { if ( this.resolutions[i] < idealResolution) { break; } } return (i - 1); | return this.getZoomForResolution(idealResolution); | getZoomForExtent: function(extent) { var viewSize = this.map.getSize(); var idealResolution = Math.max( extent.getWidth() / viewSize.w, extent.getHeight() / viewSize.h ); for(var i=1; i <= this.resolutions.length; i++) { if ( this.resol... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/693eab5cc9cbe4c34ec11be99ba4f77e27190b76/Layer.js/buggy/lib/OpenLayers/Layer.js |
for(var i=1; i <= this.resolutions.length; i++) { if ( this.resolutions[i] < idealResolution) { break; } } return (i - 1); | return this.getZoomForResolution(idealResolution); | getZoomForExtent: function(extent) { var viewSize = this.map.getSize(); var idealResolution = Math.max( extent.getWidth() / viewSize.w, extent.getHeight() / viewSize.h ); for(var i=1; i <= this.resolutions.length; i++) { if ( this.resol... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/693eab5cc9cbe4c34ec11be99ba4f77e27190b76/Layer.js/buggy/lib/OpenLayers/Layer.js |
for(var i=1; i <= this.resolutions.length; i++) { | for(var i=1; i < this.resolutions.length; i++) { | getZoomForResolution: function(resolution) { for(var i=1; i <= this.resolutions.length; i++) { if ( this.resolutions[i] < resolution) { break; } } return (i - 1); }, | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/cf7920ea1112f35f90ac3e948a72c840afe2389c/Layer.js/buggy/lib/OpenLayers/Layer.js |
for(var i=1; i <= this.resolutions.length; i++) { | for(var i=1; i < this.resolutions.length; i++) { | getZoomForResolution: function(resolution) { for(var i=1; i <= this.resolutions.length; i++) { if ( this.resolutions[i] < resolution) { break; } } return (i - 1); }, | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/cf7920ea1112f35f90ac3e948a72c840afe2389c/Layer.js/buggy/lib/OpenLayers/Layer.js |
function gFld(description, hreference) { | function gFld(description, hreference) { | function gFld(description, hreference) { folder = new Folder(description, hreference); return folder;} | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js |
var parts = url.match(/^(search|summary|shortlog|log|commit|commitdiff|tree|tag)(\s(.*))?/); | var parts = url.match(/^(search|summary|shortlog|log|blob|commit|commitdiff|history|tree|tag)(\s(.*))?/); | function gitweb(base, project, url){ var parts = url.match(/^(search|summary|shortlog|log|commit|commitdiff|tree|tag)(\s(.*))?/); var query = '?p=' + project; if (parts) { query += ';a=' + parts[1]; /* If the extra arg is not for searching assume it is an ID. */ if (parts[1] == 'search' && parts[3]) query += ';s='... | 2130 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2130/1082c85bd080a56a15819755ccd60c09d98941ae/smartprefixes_common.js/clean/contrib/smjs/smartprefixes_common.js |
else if ((parts[1] == 'blob' || parts[1] == 'history' || parts[1] == 'tree') && parts[3]) query += ';f=' + escape(parts[3]); | function gitweb(base, project, url){ var parts = url.match(/^(search|summary|shortlog|log|commit|commitdiff|tree|tag)(\s(.*))?/); var query = '?p=' + project; if (parts) { query += ';a=' + parts[1]; /* If the extra arg is not for searching assume it is an ID. */ if (parts[1] == 'search' && parts[3]) query += ';s='... | 2130 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2130/1082c85bd080a56a15819755ccd60c09d98941ae/smartprefixes_common.js/clean/contrib/smjs/smartprefixes_common.js | |
var parts = url.match(/^(search|summary|shortlog|log|commit|commitdiff|tree|tag)(\s(.*))?/); | var parts = url.match(/^(search|summary|shortlog|log|blob|commit|commitdiff|history|tree|tag)(\s(.*))?/); | function gitweb(base, project, url){ var parts = url.match(/^(search|summary|shortlog|log|commit|commitdiff|tree|tag)(\s(.*))?/); var query = '?p=' + project; if (parts) { query += ';a=' + parts[1]; /* If the extra arg is not for searching assume it is an ID. */ if (parts[1] == 'search' && parts[3]) query += ';s='... | 2461 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2461/1082c85bd080a56a15819755ccd60c09d98941ae/smartprefixes_common.js/buggy/contrib/smjs/smartprefixes_common.js |
else if ((parts[1] == 'blob' || parts[1] == 'history' || parts[1] == 'tree') && parts[3]) query += ';f=' + escape(parts[3]); | function gitweb(base, project, url){ var parts = url.match(/^(search|summary|shortlog|log|commit|commitdiff|tree|tag)(\s(.*))?/); var query = '?p=' + project; if (parts) { query += ';a=' + parts[1]; /* If the extra arg is not for searching assume it is an ID. */ if (parts[1] == 'search' && parts[3]) query += ';s='... | 2461 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2461/1082c85bd080a56a15819755ccd60c09d98941ae/smartprefixes_common.js/buggy/contrib/smjs/smartprefixes_common.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.