rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
this.each(function(value, index) { results.push(iterator(value, index));
return this.template.gsub(this.pattern, function(match) { var before = match[1]; if (before == '\\') return match[2]; return before + (object[match[3]] || '').toString();
this.each(function(value, index) { results.push(iterator(value, index)); });
2019 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2019/cb20644c026e010b58d134c622b7dd70eddae16a/prototype.js/buggy/phpmyfaq/inc/js/prototype.js
if (iterator(value, index)) results.push(value);
if (iterator(value, index)) { result = value; throw $break; }
this.each(function(value, index) { if (iterator(value, index)) results.push(value); });
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
e.startOn += effect.finishOn; e.finishOn += effect.finishOn; });
this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/effects.js/clean/actionpack/lib/action_view/helpers/javascripts/effects.js
this.effects = this.effects.reject(function(e) { return e==effect });
this.effects.each( function(effect) { effect.render(1.0); effect.cancel(); effect.event('beforeFinish'); if(effect.finish) effect.finish(position); effect.event('afterFinish'); });
this.effects = this.effects.reject(function(e) { return e==effect });
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/cbfdecdaa602d7c2b7ff4f3e8c1ced36d4b5ffde/effects.js/buggy/src/effects.js
}
} else if (item._checked) { var selectedImageURL=item._selectedImageURL; if (selectedImageURL) { imageURL=selectedImageURL; } }
_a_updateItemStyle: function(item) { if (item._separator) { return; } var className=item._menuClassName; var imageURL=item._imageURL; var itemStyle=item.style; if (itemStyle) { if (item._visible===false) { if (itemStyle.display!="none") { itemStyle.display="none"; } } else { if (itemStyle...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/fa_menuCore.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/fa_menuCore.js
this.commandRows.each(function(row) {
for (var i = 0; i < this.commandRows.length; i++) { var row = this.commandRows[i];
_addBreakpointSupport: function() { this.commandRows.each(function(row) { row.addBreakpointSupport(); }); },
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
});
}
_addBreakpointSupport: function() { this.commandRows.each(function(row) { row.addBreakpointSupport(); }); },
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
var btn = OpenLayers.Util.createImage(
var btn = OpenLayers.Util.createAlphaImageDiv(
_addButton:function(id, img, xy, sz) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createImage( imgLocation, sz, xy, "absolute", "OpenLayers_Control_Pan...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/af4028879f3ae2a63a23ba1e49a6f57d15babc2c/PanZoom.js/buggy/lib/OpenLayers/Control/PanZoom.js
btn.events.register("click", this, this.buttonClick);
btn.events.register("mousedown", this, this.buttonClick); btn.events.register("mouseup", this, this.stopAction);
_addButton:function(id, img, activeImg, xy, sz) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlphaImageD...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
btn.events.register("mouseup", this, this.stopAction);
btn.events.register("mouseup", this, Event.stop);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
btn.events = new OpenLayers.Events(this, btn);
btn.events = new OpenLayers.Events(this, btn, null, true);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
btn.events.register("mouseup", this, Event.stop); btn.events.register("click", this, Event.stop);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
var btn = OpenLayers.Util.createImage(
var btn = OpenLayers.Util.createAlphaImageDiv(
_addButton:function(id, img, xy, sz) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createImage( imgLocation, sz, xy, "absolute", "OpenLayers_Control_Pan...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/af4028879f3ae2a63a23ba1e49a6f57d15babc2c/PanZoom.js/clean/lib/OpenLayers/Control/PanZoom.js
btn.events.register("mouseup", this, this.stopAction);
btn.events.register("mouseup", this, Event.stop);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
btn.events.register("click", this, this.buttonClick);
btn.events.register("mousedown", this, this.buttonClick); btn.events.register("mouseup", this, this.stopAction);
_addButton:function(id, img, activeImg, xy, sz) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlphaImageD...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
btn.events.register("mousedown", this, this.buttonClick); btn.events.register("dblclick", this, OpenLayers.Util.safeStopPropagation);
btn.events.register("mousedown", this, this.buttonDown); btn.events.register("mouseup", this, this.buttonUp); btn.events.register("dblclick", this, Event.stop);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/601a6c8376dce720ef7287d0df28bfe2196ff71e/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
btn.events.register("mousedown", this, this.buttonClick); btn.events.register("dblclick", this, OpenLayers.Util.safeStopPropagation);
btn.events.register("mousedown", this, this.buttonDown); btn.events.register("mouseup", this, this.buttonUp); btn.events.register("dblclick", this, Event.stop);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/601a6c8376dce720ef7287d0df28bfe2196ff71e/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
btn.events = new OpenLayers.Events(this, btn);
btn.events = new OpenLayers.Events(this, btn, null, true);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
btn.events.register("mouseup", this, Event.stop); btn.events.register("click", this, Event.stop);
_addButton:function(id, img, activeImg, xy, sz, title) { var imgLocation = OpenLayers.Util.getImagesLocation() + img; var activeImgLocation = OpenLayers.Util.getImagesLocation() + activeImg; // var btn = new ol.AlphaImage("_"+id, imgLocation, xy, sz); var btn = OpenLayers.Util.createAlph...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
if (tinyMCE.isMSIE) {
if (tinyMCE.isIE) {
_addUnloadEvents : function() { if (tinyMCE.isMSIE) { if (tinyMCE.settings['add_unload_trigger']) { tinyMCE.addEvent(window, "unload", TinyMCE_Engine.prototype.unloadHandler); tinyMCE.addEvent(window.document, "beforeunload", TinyMCE_Engine.prototype.unloadHandler); } } else { if (tinyMCE.settings['add_u...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
new OpenLayers.Pixel(20,9),
new OpenLayers.Size(20,9),
_addZoomBar:function(centered,sz) { var imgLocation = OpenLayers.Util.getImagesLocation(); var zoomStopSize = this.zoomStopHeight; var slider = OpenLayers.Util.createAlphaImageDiv(imgLocation+"slider.png", new OpenLayers.Pixel(20,9), centered...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/dccc884faaaf96a1711d52618660322e809ecb45/PanZoomBar.js/buggy/lib/OpenLayers/Control/PanZoomBar.js
this.sliderEvents = new OpenLayers.Events(this, slider);
this.sliderEvents = new OpenLayers.Events(this, slider, null, true);
_addZoomBar:function(centered) { var imgLocation = OpenLayers.Util.getImagesLocation(); var id = "OpenLayers_Control_PanZoomBar_Slider" + this.map.id; var zoomsToEnd = this.map.getNumZoomLevels() - 1 - this.map.getZoom(); var slider = OpenLayers.Util.createAlphaImageDiv(id, ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/PanZoomBar.js/clean/lib/OpenLayers/Control/PanZoomBar.js
this.divEvents = new OpenLayers.Events(this, div);
this.divEvents = new OpenLayers.Events(this, div, null, true);
_addZoomBar:function(centered) { var imgLocation = OpenLayers.Util.getImagesLocation(); var id = "OpenLayers_Control_PanZoomBar_Slider" + this.map.id; var zoomsToEnd = this.map.getNumZoomLevels() - 1 - this.map.getZoom(); var slider = OpenLayers.Util.createAlphaImageDiv(id, ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/PanZoomBar.js/clean/lib/OpenLayers/Control/PanZoomBar.js
this.sliderEvents = new OpenLayers.Events(this, slider);
this.sliderEvents = new OpenLayers.Events(this, slider, null, true);
_addZoomBar:function(centered) { var imgLocation = OpenLayers.Util.getImagesLocation(); var id = "OpenLayers_Control_PanZoomBar_Slider" + this.map.id; var zoomsToEnd = this.map.getNumZoomLevels() - 1 - this.map.getZoom(); var slider = OpenLayers.Util.createAlphaImageDiv(id, ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/PanZoomBar.js/clean/lib/OpenLayers/Control/PanZoomBar.js
this.divEvents = new OpenLayers.Events(this, div);
this.divEvents = new OpenLayers.Events(this, div, null, true);
_addZoomBar:function(centered) { var imgLocation = OpenLayers.Util.getImagesLocation(); var id = "OpenLayers_Control_PanZoomBar_Slider" + this.map.id; var zoomsToEnd = this.map.getNumZoomLevels() - 1 - this.map.getZoom(); var slider = OpenLayers.Util.createAlphaImageDiv(id, ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/88ff0bc9afe1f5e8246e96516ef7db34199d94bf/PanZoomBar.js/clean/lib/OpenLayers/Control/PanZoomBar.js
new OpenLayers.Pixel(20,9),
new OpenLayers.Size(20,9),
_addZoomBar:function(centered,sz) { var imgLocation = OpenLayers.Util.getImagesLocation(); var zoomStopSize = this.zoomStopHeight; var slider = OpenLayers.Util.createAlphaImageDiv(imgLocation+"slider.png", new OpenLayers.Pixel(20,9), centered...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/dccc884faaaf96a1711d52618660322e809ecb45/PanZoomBar.js/buggy/lib/OpenLayers/Control/PanZoomBar.js
var slider = OpenLayers.Util.createImage(imgLocation+"slider.png",
var slider = OpenLayers.Util.createAlphaImageDiv(imgLocation+"slider.png",
_addZoomBar:function(centered,sz) { var imgLocation = OpenLayers.Util.getImagesLocation(); var zoomStopSize = this.zoomStopHeight; var slider = OpenLayers.Util.createImage(imgLocation+"slider.png", new OpenLayers.Pixel(20,9), centered.add(-1,...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/af4028879f3ae2a63a23ba1e49a6f57d15babc2c/PanZoomBar.js/clean/lib/OpenLayers/Control/PanZoomBar.js
var slider = OpenLayers.Util.createImage(imgLocation+"slider.png",
var slider = OpenLayers.Util.createAlphaImageDiv(imgLocation+"slider.png",
_addZoomBar:function(centered,sz) { var imgLocation = OpenLayers.Util.getImagesLocation(); var zoomStopSize = this.zoomStopHeight; var slider = OpenLayers.Util.createImage(imgLocation+"slider.png", new OpenLayers.Pixel(20,9), centered.add(-1,...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/af4028879f3ae2a63a23ba1e49a6f57d15babc2c/PanZoomBar.js/buggy/lib/OpenLayers/Control/PanZoomBar.js
styleLink.href = window.location.pathname.replace(/[^\/]+$/, "selenium-test.css");
styleLink.href = window.location.pathname.replace(/[^\/\\]+$/, "selenium-test.css");
_attachStylesheet: function() { var d = this.getDocument(); var head = d.getElementsByTagName('head').item(0); var styleLink = d.createElement("link"); styleLink.rel = "stylesheet"; styleLink.type = "text/css"; styleLink.href = window.location.pathname.replace(/[^\/]+$/, "s...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/da58a09882bc7ce6eb7f18c4a4e4a434ef295cd4/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
styleLink.href = window.location.pathname.replace(/[^\/\\]+$/, "selenium-test.css");
if (browserVersion && browserVersion.isChrome) { var tempLink = window.document.createElement("link"); tempLink.href = "selenium-test.css"; styleLink.href = tempLink.href; } else { styleLink.href = window.location.pathname.replace(/[^\/\\]+$/, "selenium-test.css"); }
_attachStylesheet: function() { var d = this.getDocument(); var head = d.getElementsByTagName('head').item(0); var styleLink = d.createElement("link"); styleLink.rel = "stylesheet"; styleLink.type = "text/css"; styleLink.href = window.location.pathname.replace(/[^\/\\]+$/, ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/1ab60129fcc4fbcf622a70b6be8d572140c8fb34/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
styleLink.href = window.location.pathname.replace(/[^\/\\]+$/, "selenium-test.css");
var styleSheetPath = window.location.pathname.replace(/[^\/\\]+$/, "selenium-test.css"); if (browserVersion.isIE && window.location.protocol == "file:") { styleSheetPath = "file: } styleLink.href = styleSheetPath;
_attachStylesheet: function() { var d = this.getDocument(); var head = d.getElementsByTagName('head').item(0); var styleLink = d.createElement("link"); styleLink.rel = "stylesheet"; styleLink.type = "text/css"; if (browserVersion && browserVersion.isChrome) { // ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/7b95e385220faadfc8003799c8148e9c27a49ff4/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js
attrs.push((attribute=='className' ? 'class' : attribute) +
attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
_attributes: function(attributes) { var attrs = []; for(attribute in attributes) attrs.push((attribute=='className' ? 'class' : attribute) + '="' + attributes[attribute].toString().escapeHTML() + '"'); return attrs.join(" "); },
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/d71068044152421ee378de81604523f4ccf5cb43/builder.js/buggy/src/builder.js
tinyMCE.importPluginLanguagePack('autosave','en,tr,sv,cs,he,nb,hu,de,da,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,pl,pt_br');var TinyMCE_AutoSavePlugin={getInfo:function(){return{longname:'Auto save',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('autosave');var TinyMCE_AutoSavePlugin={getInfo:function(){return{longname:'Auto save',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('autosave','en,tr,sv,cs,he,nb,hu,de,da,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,pl,pt_br');var TinyMCE_AutoSavePlugin={getInfo:function(){return{longname:'Auto save',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js
onError(this, status, statusText);
onError.call(this, this, status, statusText);
_callError: function(status, statusText) { if (this._error) { // Error handler already called return; } this._error = true; // Call error handler var onError=this._listener.onError; if (typeof(onError)!="function") { return; } try { if (!this._noLog) { f_core.Info(f_httpRequest, "Call onError for...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_httpRequest.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_httpRequest.js
if (!window.calendar) {
var calendar = window._dynarch_popupCalendar; if (!calendar) {
Calendar._checkCalendar = function(ev) { if (!window.calendar) { return false; } var el = Calendar.is_ie ? Calendar.getElement(ev) : Calendar.getTargetElement(ev); for (; el != null && el != calendar.element; el = el.parentNode); if (el == null) { // calls closeHandler which should hide the calendar. window.calendar...
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
window.calendar.callCloseHandler();
window._dynarch_popupCalendar.callCloseHandler();
Calendar._checkCalendar = function(ev) { if (!window.calendar) { return false; } var el = Calendar.is_ie ? Calendar.getElement(ev) : Calendar.getTargetElement(ev); for (; el != null && el != calendar.element; el = el.parentNode); if (el == null) { // calls closeHandler which should hide the calendar. window.calendar...
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
if (!window.calendar) {
var calendar = window._dynarch_popupCalendar; if (!calendar) {
Calendar._checkCalendar = function(ev) { if (!window.calendar) { return false; } var el = Calendar.is_ie ? Calendar.getElement(ev) : Calendar.getTargetElement(ev); for (; el != null && el != calendar.element; el = el.parentNode); if (el == null) { // calls closeHandler which should hide the calendar. window.calendar...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/clean/trunk/cacti/include/js/jscalendar/calendar.js
window.calendar.callCloseHandler();
window._dynarch_popupCalendar.callCloseHandler();
Calendar._checkCalendar = function(ev) { if (!window.calendar) { return false; } var el = Calendar.is_ie ? Calendar.getElement(ev) : Calendar.getTargetElement(ev); for (; el != null && el != calendar.element; el = el.parentNode); if (el == null) { // calls closeHandler which should hide the calendar. window.calendar...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/8aafb027d457b746fd546c4a097b431e06b00849/calendar.js/clean/trunk/cacti/include/js/jscalendar/calendar.js
result.failed = false; result.passed = true;
var failureType = result.failed ? "failure" : "error"; if (failureType == this.expectedFailureType) { result.failed = false; result.passed = true; } else { result.failed = true; result.failureMessage = "Expected "+this.expectedFailureType+", but "+failureType+" occurred instead"; }
_checkExpectedFailure : function(result) { if (this.expectedFailure != null) { if (this.expectedFailureJustSet) { this.expectedFailureJustSet = false; return; } if (result.passed) { result.passed = false; result.fail...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/34f3afea81e85e36ad46c1cc1603be1f1ebb6368/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js
if (result.passed) {
if (!result.failed) {
_checkExpectedFailure : function(result) { if (this.expectedFailure != null) { if (this.expectedFailureJustSet) { this.expectedFailureJustSet = false; return; } if (result.passed) { result.passed = false; result.fail...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/6a42ba3258a1a0e6f69ede0237a670d7c1be9b14/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js
var failureType = result.failed ? "failure" : "error";
var failureType = result.error ? "error" : "failure";
_checkExpectedFailure : function(result) { if (this.expectedFailure != null) { if (this.expectedFailureJustSet) { this.expectedFailureJustSet = false; return; } if (result.passed) { result.passed = false; result.fail...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/6a42ba3258a1a0e6f69ede0237a670d7c1be9b14/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js
tinyMCE.importPluginLanguagePack('paste','en,tr,sv,cs,zh_cn,fr_ca,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('paste');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('paste','en,tr,sv,cs,zh_cn,fr_ca,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/t...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js
f_popup.UnregisterWindowClick(menu);
f_popup.UnregisterWindowClick(menu);
_ClosePopup: function(menu, jsEvt) { if (!menu._popupOpened || !menu._menuPopup) { return; } menu._popupOpened=undefined; f_popup.UnregisterWindowClick(menu); var old=menu._selectedMenuItem; if (old) { menu._selectedMenuItem=undefined; old._closePopup(old); old._over=undefined; menu._a_updateIte...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_menu.js/buggy/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_menu.js
tables.each(function (table) { $A(table.rows).each(function(candidateRow) {
for (var i = 0; i < tables.length; i++) { var table = tables[i]; var tableRows = $A(table.rows); for (var j = 0; j < tableRows.length; j++) { var candidateRow = tableRows[j];
_collectCommandRows: function () { var commandRows = []; var tables = $A(this.testDocument.getElementsByTagName("table")); var self = this; tables.each(function (table) { $A(table.rows).each(function(candidateRow) { if (self.isCommandRow(candidateRow)) { ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
}.bind(this)); });
} }
_collectCommandRows: function () { var commandRows = []; var tables = $A(this.testDocument.getElementsByTagName("table")); var self = this; tables.each(function (table) { $A(table.rows).each(function(candidateRow) { if (self.isCommandRow(candidateRow)) { ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
for (rowNum = 1; rowNum < this.getTestTable().rows.length; rowNum++) { var rowElement = this.getTestTable().rows[rowNum];
var tables = $A(this.suiteDocument.getElementsByTagName("table")); var testTable = tables[0]; for (rowNum = 1; rowNum < testTable.rows.length; rowNum++) { var rowElement = testTable.rows[rowNum];
_collectSuiteRows: function () { var result = []; for (rowNum = 1; rowNum < this.getTestTable().rows.length; rowNum++) { var rowElement = this.getTestTable().rows[rowNum]; result.push(new HtmlTestSuiteRow(rowElement, testFrame, this)); } return result; },
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/5d32068cf0753d8bc81840f71780a2a1d5dd0666/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
} for (var tableNum = 1; tableNum < $A(this.suiteDocument.getElementsByTagName("table")).length; tableNum++) { testTable = tables[tableNum]; for (rowNum = 1; rowNum < testTable.rows.length; rowNum++) { var rowElement = testTable.rows[rowNum]; new HtmlTestSuiteRow(rowElement, testFrame, this); }
_collectSuiteRows: function () { var result = []; for (rowNum = 1; rowNum < this.getTestTable().rows.length; rowNum++) { var rowElement = this.getTestTable().rows[rowNum]; result.push(new HtmlTestSuiteRow(rowElement, testFrame, this)); } return result; },
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/5d32068cf0753d8bc81840f71780a2a1d5dd0666/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.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
str += "<li>" + this.trimString(r[3]) + "<\/li>\r\n";
str += "<li>" + this.trimString(r[3]) + "<\/li>\r\n"; alert("r[0]: " + r[0] + "===== r[3]:" + r[3]);
WikiEditor.prototype._convertGenericListExternal = function(regexp, content, tagname, classname) { var str = "<" + tagname + " class=\"" + classname + "\">\r\n"; var r; var _content = content; RegExp.lastIndex = 0; while( (r = regexp.exec(_content)) && r["index"] == 0) { str += "<li>" + this.trimString(r[3]) + "<\/li>...
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(attributes && attributes["wikieditorlisttype"] && attributes["wikieditorlistdepth"]) {
if(attributes && attributes["wikieditorlisttype"] && attributes["wikieditorlistdepth"]) {
WikiEditor.prototype._convertListInternal = function(content) { var list_regexp = /<\s*li\s*([^>]*)>(.*?)<\/\s*li\s*>/gi; var result; var str = ""; while( (result = list_regexp.exec(content)) ) { var attributes = this.readAttributes(result[1]); RegExp.lastIndex = result["index"]; // Reset position so it will find th...
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
tinyMCE.importPluginLanguagePack('paste','en,tr,sv,cs,zh_cn,fr_ca,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('paste');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('paste','en,tr,sv,cs,zh_cn,fr_ca,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,pl,nl,fr,pt_br');var TinyMCE_PastePlugin={getInfo:function(){return{longname:'Paste text/word',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/t...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js
aw = aw < 0 ? 300 : aw;
aw = (isNaN(aw) || aw < 0) ? 300 : aw;
_createIFrame : function(replace_element, doc, win) { var iframe, id = replace_element.getAttribute("id"); var aw, ah; if (typeof(doc) == "undefined") doc = document; if (typeof(win) == "undefined") win = window; iframe = doc.createElement("iframe"); aw = "" + tinyMCE.settings['area_width']; ah = "" + tinyM...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
ah = ah < 0 ? 240 : ah;
ah = (isNaN(ah) || ah < 0) ? 240 : ah;
_createIFrame : function(replace_element, doc, win) { var iframe, id = replace_element.getAttribute("id"); var aw, ah; if (typeof(doc) == "undefined") doc = document; if (typeof(win) == "undefined") win = window; iframe = doc.createElement("iframe"); aw = "" + tinyMCE.settings['area_width']; ah = "" + tinyM...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (tinyMCE.isMSIE && !tinyMCE.isOpera)
if (tinyMCE.isRealIE)
_createIFrame : function(replace_element, doc, win) { var iframe, id = replace_element.getAttribute("id"); var aw, ah; if (typeof(doc) == "undefined") doc = document; if (typeof(win) == "undefined") win = window; iframe = doc.createElement("iframe"); aw = "" + tinyMCE.settings['area_width']; ah = "" + tinyM...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (tinyMCE.isMSIE && !tinyMCE.isOpera)
if (tinyMCE.isRealIE)
_createIFrame : function(replace_element, doc, win) { var iframe, id = replace_element.getAttribute("id"); var aw, ah; if (typeof(doc) == "undefined") doc = document; if (typeof(win) == "undefined") win = window; iframe = doc.createElement("iframe"); aw = "" + tinyMCE.settings['area_width']; ah = "" + tinyM...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (tinyMCE.isMSIE && !tinyMCE.isOpera)
if (tinyMCE.isRealIE)
_createIFrame : function(replace_element, doc, win) { var iframe, id = replace_element.getAttribute("id"); var aw, ah; if (typeof(doc) == "undefined") doc = document; if (typeof(win) == "undefined") win = window; iframe = doc.createElement("iframe"); aw = "" + tinyMCE.settings['area_width']; ah = "" + tinyM...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
po = tinyMCE.themes[tinyMCE.settings['theme']]; if (po && po.cleanup) content = po.cleanup(type, content, inst);
_customCleanup : function(inst, type, content) { var pl, po, i; // Call custom cleanup var customCleanup = tinyMCE.settings['cleanup_callback']; if (customCleanup != "" && eval("typeof(" + customCleanup + ")") != "undefined") content = eval(customCleanup + "(type, content, inst);"); // Trigger plugin cleanups ...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
v = t ? v.replace(/\s+/g,"") : v;
v = t ? v.replace(/\s+/g, "") : v;
_def : function(key, def_val, t) { var v = tinyMCE.getParam(key, def_val); v = t ? v.replace(/\s+/g,"") : v; this.settings[key] = v; },
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
tinyMCE.importPluginLanguagePack('table','en,tr,ar,cs,da,de,el,es,fi,fr_ca,hu,it,ja,ko,nl,nb,pl,pt,pt_br,sv,tw,zh_cn,fr,de,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_TablePlugin={getInfo:function(){return{longname:'Tables',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('table');var TinyMCE_TablePlugin={getInfo:function(){return{longname:'Tables',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('table','en,tr,ar,cs,da,de,el,es,fi,fr_ca,hu,it,ja,ko,nl,nb,pl,pt,pt_br,sv,tw,zh_cn,fr,de,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_TablePlugin={getInfo:function(){return{longname:'Tables',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',i...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
for (var i = 0; i < this.length; i++) iterator(this[i]);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
for (var i = 0; i < this.length; i++) iterator(this[i]);
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
_each: function(iterator) { for (var i = 0; i < this.length; i++) iterator(this[i]); },
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
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
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value));
this.element.className.split(/\s+/).select(function(name) { return name.length > 0; })._each(iterator);
_each: function(iterator) { var value = this.start; do { iterator(value); value = value.succ(); } while (this.include(value)); },
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var result = handler.execute(selenium, command); LOG.debug("Command complete"); this.commandComplete(result);
this.result = handler.execute(selenium, command);
_executeCurrentCommand : function() { /** * Execute the current command. * * @return a function which will be used to determine when * execution can continue, or null if we can continue immediately */ var command = this.currentCommand; LOG.info("Executing...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/afa54887f887b5863f6af88f1b5293c9af5683a3/selenium-executionloop.js/clean/code/javascript/core/scripts/selenium-executionloop.js
this.waitForCondition = result.terminationCondition;
this.waitForCondition = this.result.terminationCondition;
_executeCurrentCommand : function() { /** * Execute the current command. * * @return a function which will be used to determine when * execution can continue, or null if we can continue immediately */ var command = this.currentCommand; LOG.info("Executing...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/afa54887f887b5863f6af88f1b5293c9af5683a3/selenium-executionloop.js/clean/code/javascript/core/scripts/selenium-executionloop.js
if (this.isMSIE && n == "http-equiv")
if (this.isIE && n == "http-equiv")
_getAttrib : function(e, n, d) { if (typeof(d) == "undefined") d = ""; if (!e || e.nodeType != 1) return d; var v = e.getAttribute(n, 0); if (n == "class" && !v) v = e.className; if (this.isMSIE && n == "http-equiv") v = e.httpEquiv; if (this.isMSIE && e.nodeName == "FORM" && n == "enctype" && v == "appl...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (this.isMSIE && e.nodeName == "FORM" && n == "enctype" && v == "application/x-www-form-urlencoded")
if (this.isIE && e.nodeName == "FORM" && n == "enctype" && v == "application/x-www-form-urlencoded")
_getAttrib : function(e, n, d) { if (typeof(d) == "undefined") d = ""; if (!e || e.nodeType != 1) return d; var v = e.getAttribute(n, 0); if (n == "class" && !v) v = e.className; if (this.isMSIE && n == "http-equiv") v = e.httpEquiv; if (this.isMSIE && e.nodeName == "FORM" && n == "enctype" && v == "appl...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (this.isMSIE && e.nodeName == "INPUT" && n == "size" && v == "20")
if (this.isIE && e.nodeName == "INPUT" && n == "size" && v == "20")
_getAttrib : function(e, n, d) { if (typeof(d) == "undefined") d = ""; if (!e || e.nodeType != 1) return d; var v = e.getAttribute(n, 0); if (n == "class" && !v) v = e.className; if (this.isMSIE && n == "http-equiv") v = e.httpEquiv; if (this.isMSIE && e.nodeName == "FORM" && n == "enctype" && v == "appl...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (this.isMSIE && e.nodeName == "INPUT" && n == "maxlength" && v == "2147483647")
if (this.isIE && e.nodeName == "INPUT" && n == "maxlength" && v == "2147483647")
_getAttrib : function(e, n, d) { if (typeof(d) == "undefined") d = ""; if (!e || e.nodeType != 1) return d; var v = e.getAttribute(n, 0); if (n == "class" && !v) v = e.className; if (this.isMSIE && n == "http-equiv") v = e.httpEquiv; if (this.isMSIE && e.nodeName == "FORM" && n == "enctype" && v == "appl...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_AdvancedTheme={_autoImportCSSClasses:true,_resizer:{},_buttons:[['bold','{$lang_bold_img}','lang_bold_desc','Bold'],['italic','{$lang_italic_img}','lang_italic_desc','Italic'],['underline','{$lang_underline_img}','lang_underline_desc','Underline'],['strikethrough'...
tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_AdvancedTheme={_defColors:"000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,008000,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99...
tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_AdvancedTheme={_autoImportCSSClasses:true,_resizer:{},_buttons:[['bold','{$lang_bold_img}','lang_bold_desc','Bold'],['italic','{$lang_italic_img}','lang_italic_desc','Italic'],['underline','{$lang_underline_img}','lang_underline_desc','Underline'],['strikethrough'...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_template.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js
tinyMCE.importPluginLanguagePack('advimage','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('advimage');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('advimage','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'htt...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js
tinyMCE.importPluginLanguagePack('layer','en');var TinyMCE_LayerPlugin={getInfo:function(){return{longname:'Layer',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('layer');var TinyMCE_LayerPlugin={getInfo:function(){return{longname:'Layer',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('layer','en');var TinyMCE_LayerPlugin={getInfo:function(){return{longname:'Layer',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_layer.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},initInstan...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js
if (sn && sn.nextSibling && sn.nextSibling.nodeName == "BR") {
if (sn && sn.nextSibling && sn.nextSibling.nodeName == "BR" && sn.parentNode.nodeName != "BODY") {
_handleBackSpace : function(inst) { var r = inst.getRng(), sn = r.startContainer, nv, s = false; if (sn && sn.nextSibling && sn.nextSibling.nodeName == "BR") { nv = sn.nodeValue; // Handle if a backspace is pressed after a space character #bug 1466054 if (nv != null && nv.length >= r.startOffset && nv.charAt(r...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (nv != null && nv.length >= r.startOffset && nv.charAt(r.startOffset - 1) == ' ') s = true;
/*if (nv != null && nv.length >= r.startOffset && nv.charAt(r.startOffset - 1) == ' ') s = true;*/
_handleBackSpace : function(inst) { var r = inst.getRng(), sn = r.startContainer, nv, s = false; if (sn && sn.nextSibling && sn.nextSibling.nodeName == "BR") { nv = sn.nodeValue; // Handle if a backspace is pressed after a space character #bug 1466054 if (nv != null && nv.length >= r.startOffset && nv.charAt(r...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
if (inst.settings.auto_resize) inst.resizeToContent();
_handleBackSpace : function(inst) { var r = inst.getRng(), sn = r.startContainer, nv, s = false; if (sn && sn.nextSibling && sn.nextSibling.nodeName == "BR") { nv = sn.nodeValue; // Handle if a backspace is pressed after a space character #bug 1466054 if (nv != null && nv.length >= r.startOffset && nv.charAt(r...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js
this.commandError(msg);
return this.commandError(msg);
_handleCommandError : function(e) { if (!e.isSeleniumError) { LOG.exception(e); var msg = "Selenium failure. Please report to selenium-dev@openqa.org, with error details from the log window."; if (e.message) { msg += " The error message is: " + e.message; ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/afa54887f887b5863f6af88f1b5293c9af5683a3/selenium-executionloop.js/clean/code/javascript/core/scripts/selenium-executionloop.js
this.commandError(e.message);
return this.commandError(e.message);
_handleCommandError : function(e) { if (!e.isSeleniumError) { LOG.exception(e); var msg = "Selenium failure. Please report to selenium-dev@openqa.org, with error details from the log window."; if (e.message) { msg += " The error message is: " + e.message; ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/afa54887f887b5863f6af88f1b5293c9af5683a3/selenium-executionloop.js/clean/code/javascript/core/scripts/selenium-executionloop.js
setTimeout(this.continueTestAtCurrentCommand.bind(this), 2000);
setTimeout(fnBind(this.continueTestAtCurrentCommand, this), 2000);
_HandleHttpResponse : function() { if (this.xmlHttpForCommandsAndResults.readyState == 4) { if (this.xmlHttpForCommandsAndResults.status == 200) { var command = this._extractCommand(this.xmlHttpForCommandsAndResults); this.currentCommand = command; this...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-seleneserunner.js/buggy/code/javascript/core/scripts/selenium-seleneserunner.js