rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
return -1;
return false;
function decode_base64( what ){ var base64_decodetable = new Array ( 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 255, 255, 255, 63, 52, 5...
7371 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7371/a85d4102cd173c6e1d125f5ba34ee7bd4eab5dba/base64.js/buggy/caudium/trunk/server/unfinishedmodules/formauth-digest/base64.js
return -1;
return false;
function decode_base64( what ){ var base64_decodetable = new Array ( 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 255, 255, 255, 63, 52, 5...
7371 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7371/a85d4102cd173c6e1d125f5ba34ee7bd4eab5dba/base64.js/buggy/caudium/trunk/server/unfinishedmodules/formauth-digest/base64.js
return -1;
return false;
function decode_base64( what ){ var base64_decodetable = new Array ( 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 255, 255, 255, 63, 52, 5...
7371 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7371/a85d4102cd173c6e1d125f5ba34ee7bd4eab5dba/base64.js/buggy/caudium/trunk/server/unfinishedmodules/formauth-digest/base64.js
return -1;
return false;
function decode_base64( what ){ var base64_decodetable = new Array ( 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 62, 255, 255, 255, 63, 52, 5...
7371 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7371/a85d4102cd173c6e1d125f5ba34ee7bd4eab5dba/base64.js/buggy/caudium/trunk/server/unfinishedmodules/formauth-digest/base64.js
idx++; var type=s.charAt(idx++);
idx++; var type=s.charAt(idx++);
DecodeObject: function(string, emptyReturnsNull, sep) { var obj=new Object; if (!string) { if (emptyReturnsNull) { return null; } return obj; } if (!sep) { sep="&"; } var ss=string.split(sep); for(var i=0;i<ss.length;i++) { var s=ss[i]; var idx=s.indexOf('='); f_core.Assert(idx>0, "Bad form...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_core.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_core.js
if (data.length>0) { switch(type) { case 'S':
switch(type) { case 'S': if (data) {
DecodeObject: function(string, emptyReturnsNull, sep) { var obj=new Object; if (!string) { if (emptyReturnsNull) { return null; } return obj; } if (!sep) { sep="&"; } var ss=string.split(sep); for(var i=0;i<ss.length;i++) { var s=ss[i]; var idx=s.indexOf('='); f_core.Assert(idx>0, "Bad form...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_core.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_core.js
case 'L': data=null; break; case 'T': data=true; break; case 'F': data=false; break; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': if (!data) { data=parseFloat(type); break; }
} case '-': data=-parseFloat(data); break;
DecodeObject: function(string, emptyReturnsNull, sep) { var obj=new Object; if (!string) { if (emptyReturnsNull) { return null; } return obj; } if (!sep) { sep="&"; } var ss=string.split(sep); for(var i=0;i<ss.length;i++) { var s=ss[i]; var idx=s.indexOf('='); f_core.Assert(idx>0, "Bad form...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_core.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_core.js
case '-': data=parseFloat(type+data); break; default: f_core.Error(f_core, "Unknown type '"+type+"' !"); data=undefined; }
default: f_core.Error(f_core, "Unknown type '"+type+"' !"); data=undefined;
DecodeObject: function(string, emptyReturnsNull, sep) { var obj=new Object; if (!string) { if (emptyReturnsNull) { return null; } return obj; } if (!sep) { sep="&"; } var ss=string.split(sep); for(var i=0;i<ss.length;i++) { var s=ss[i]; var idx=s.indexOf('='); f_core.Assert(idx>0, "Bad form...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_core.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_core.js
f_core.Debug(f_core, "Deserialize attribute '"+name+"' = '"+data+"'");
DecodeObject: function(string, emptyReturnsNull, sep) { var obj=new Object; if (!string) { if (emptyReturnsNull) { return null; } return obj; } if (!sep) { sep="&"; } var ss=string.split(sep); for(var i=0;i<ss.length;i++) { var s=ss[i]; var idx=s.indexOf('='); f_core.Assert(idx>0, "Bad form...
4326 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4326/1f1850be471d4b8bfd2f3c50aa61bc39bf91259a/f_core.js/clean/org.rcfaces.renderkit.html/src/org/rcfaces/renderkit/html/internal/javascript/f_core.js
text = text.replace(/<br\s*\\?>/i, "\n");
text = text.replace(/<br\s*\/?>/gi, "\n");
function decodeText(text) { var escapeXml = options.escapeXmlEntities; var r; text = text.replace(/<br\s*\\?>/i, "\n"); if (escapeXml == 'always' || escapeXml == 'partial' || escapeXml == 'html') { text = text.replace(/&lt;/g, '<'); text = text.replace(/&gt;/g, '>'); } if (escapeXml == 'html') { text = text.replace(...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/f9e10fae39b92cc24106a3c51c969e4984378223/html.js/clean/src/content/formats/html.js
text = text.replace(/\xA0/g, " ");
function decodeText(text) { var escapeXml = options.escapeXmlEntities; var r; text = text.replace(/<br\s*\\?>/i, "\n"); if (escapeXml == 'always' || escapeXml == 'partial' || escapeXml == 'html') { text = text.replace(/&lt;/g, '<'); text = text.replace(/&gt;/g, '>'); } if (escapeXml == 'html') { text = text.replace(...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9c787c7e6c12c5505c234cea90865fbee0d58139/html.js/clean/src/content/formats/html.js
text = text.replace(/ +/g, " ");
function decodeText(text) { var escapeXml = options.escapeXmlEntities; var r; text = text.replace(/<br\s*\\?>/i, "\n"); if (escapeXml == 'always' || escapeXml == 'partial' || escapeXml == 'html') { text = text.replace(/&lt;/g, '<'); text = text.replace(/&gt;/g, '>'); } if (escapeXml == 'html') { text = text.replace(...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4bfa7692cc2103f89695fba65b7284a7b4aeb230/html.js/clean/src/content/formats/html.js
if (!Event.isLeftClick(evt)) return;
defaultClick: function (evt) { var notAfterDrag = !this.performedDrag; this.performedDrag = false; return notAfterDrag; },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
if (!Event.isLeftClick(evt)) return;
defaultClick: function (evt) { var notAfterDrag = !this.performedDrag; this.performedDrag = false; return notAfterDrag; },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.performedDrag = false;
defaultDblClick: function (evt) { this.switchModeTo("pan"); var newCenter = this.map.getLonLatFromViewPortPx( evt.xy ); this.map.setCenter(newCenter, this.map.zoom + 2); },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
this.zoomIn(); this.setCenter(newCenter);
this.setCenter(newCenter, this.zoom + 1);
defaultDblClick: function (evt) { var newCenter = this.getLatLonFromPixel( evt.xy ); this.zoomIn(); this.setCenter(newCenter); },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/ed9b57b6df737ed58b33843285251114e8507962/Map.js/buggy/lib/OpenLayers/Map.js
this.zoomIn(); this.setCenter(newCenter);
this.setCenter(newCenter, this.zoom + 1);
defaultDblClick: function (evt) { var newCenter = this.getLatLonFromPixel( evt.xy ); this.zoomIn(); this.setCenter(newCenter); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/ed9b57b6df737ed58b33843285251114e8507962/Map.js/buggy/lib/OpenLayers/Map.js
this.performedDrag = false;
defaultDblClick: function (evt) { this.switchModeTo("pan"); var newCenter = this.map.getLonLatFromViewPortPx( evt.xy ); this.map.setCenter(newCenter, this.map.zoom + 2); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
var offset = new OpenLayers.Pixel(-(size.w/2), -size.h);
var offset = function(size) { return OpenLayers.Pixel(-(size.w/2), -size.h); };
OpenLayers.Marker.defaultIcon = function() { var url = OpenLayers.Util.getImagesLocation() + "marker.png"; var size = new OpenLayers.Size(21, 25); var offset = new OpenLayers.Pixel(-(size.w/2), -size.h); return new OpenLayers.Icon(url, size, offset); };
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/51aaf18b5964acdfc0c35f2078c52aff5101e0f5/Marker.js/buggy/lib/OpenLayers/Marker.js
var offset = new OpenLayers.Pixel(-(size.w/2), -size.h);
var offset = function(size) { return OpenLayers.Pixel(-(size.w/2), -size.h); };
OpenLayers.Marker.defaultIcon = function() { var url = OpenLayers.Util.getImagesLocation() + "marker.png"; var size = new OpenLayers.Size(21, 25); var offset = new OpenLayers.Pixel(-(size.w/2), -size.h); return new OpenLayers.Icon(url, size, offset); };
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/51aaf18b5964acdfc0c35f2078c52aff5101e0f5/Marker.js/clean/lib/OpenLayers/Marker.js
var resolution = this.getResolution();
var slide = this.getResolution() * 50;
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( -(resolution * 50), 0);
newCenter.add( -slide, 0);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( (resolution * 50), 0);
newCenter.add( slide, 0);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( 0, (resolution * 50));
newCenter.add( 0, slide);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( 0, -(resolution * 50));
newCenter.add( 0, -slide);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
var resolution = this.getResolution();
var slide = this.getResolution() * 50;
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( -(resolution * 50), 0);
newCenter.add( -slide, 0);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( (resolution * 50), 0);
newCenter.add( slide, 0);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( 0, (resolution * 50));
newCenter.add( 0, slide);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
newCenter.add( 0, -(resolution * 50));
newCenter.add( 0, -slide);
defaultKeyDown: function (evt) { var resolution = this.getResolution(); var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -(resolution * 50), 0); break; case Ev...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/1cca9fcde73919ed0a828a6864b1774550e5b4d5/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
var slide = this.getResolution() * this.slideFactor; var center = this.getCenter();
var slide = this.map.getResolution() * this.slideFactor; var center = this.map.getCenter();
defaultKeyDown: function (evt) { var slide = this.getResolution() * this.slideFactor; var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -slide, 0); break; case ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/91e9c17c986e2c21b69e51218fa1604e1530a926/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
this.setCenter(newCenter);
this.map.setCenter(newCenter);
defaultKeyDown: function (evt) { var slide = this.getResolution() * this.slideFactor; var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -slide, 0); break; case ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/91e9c17c986e2c21b69e51218fa1604e1530a926/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
var slide = this.getResolution() * this.slideFactor; var center = this.getCenter();
var slide = this.map.getResolution() * this.slideFactor; var center = this.map.getCenter();
defaultKeyDown: function (evt) { var slide = this.getResolution() * this.slideFactor; var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -slide, 0); break; case ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/91e9c17c986e2c21b69e51218fa1604e1530a926/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
this.setCenter(newCenter);
this.map.setCenter(newCenter);
defaultKeyDown: function (evt) { var slide = this.getResolution() * this.slideFactor; var center = this.getCenter(); var newCenter = center.copyOf(); switch(evt.keyCode) { case Event.KEY_LEFT: newCenter.add( -slide, 0); break; case ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/91e9c17c986e2c21b69e51218fa1604e1530a926/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
} else { this.map.div.style.cursor = "move";
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox', this.mouseDragStart, ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/2f9c7dfbd35e927583a66644a059ccb84b7338bf/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.zoomBox.style.filter = "alpha(opacity=35)"; this.zoomBox.style.opacity = "0.35";
this.zoomBox.style.filter = "alpha(opacity=50)"; this.zoomBox.style.opacity = "0.50";
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox'); this.zoomBox.style.border = '2px solid red'; this.zoomBox.style.backgr...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.zoomBox.style.zIndex=1000;
this.zoomBox.style.zIndex = this.map.Z_INDEX_BASE["Popup"] - 1;
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox'); this.zoomBox.style.border = '2px solid red'; this.zoomBox.style.backgr...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
if (!Event.isLeftClick(evt)) return;
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); this.performedDrag = false; if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox', this....
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
if (evt.shiftKey) {
if (evt.shiftKey && this.mode !="zoombox") {
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.switchModeTo("zoombox"); } else if (evt.altKey) { this.switchModeTo("measure"); } switch (this.mode) { case "zoombox": this.map.div.st...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
} else if (evt.altKey) {
} else if (evt.altKey && this.mode !="measure") {
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.switchModeTo("zoombox"); } else if (evt.altKey) { this.switchModeTo("measure"); } switch (this.mode) { case "zoombox": this.map.div.st...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.switchModeTo("zoombox"); } else if (evt.altKey) { this.switchModeTo("measure"); } switch (this.mode) { case "zoombox": this.map.div.st...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
if (evt.shiftKey) {
if (evt.shiftKey && this.mode !="zoombox") {
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.switchModeTo("zoombox"); } else if (evt.altKey) { this.switchModeTo("measure"); } switch (this.mode) { case "zoombox": this.map.div.st...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
} else if (evt.altKey) {
} else if (evt.altKey && this.mode !="measure") {
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.switchModeTo("zoombox"); } else if (evt.altKey) { this.switchModeTo("measure"); } switch (this.mode) { case "zoombox": this.map.div.st...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.switchModeTo("zoombox"); } else if (evt.altKey) { this.switchModeTo("measure"); } switch (this.mode) { case "zoombox": this.map.div.st...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/5b8c48d8ede9910b42f905788f6974877e0ac77a/MouseToolbar.js/buggy/lib/OpenLayers/Control/MouseToolbar.js
} else { this.map.div.style.cursor = "move";
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox', this.mouseDragStart, ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/2f9c7dfbd35e927583a66644a059ccb84b7338bf/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.zoomBox.style.backgroundColor = "white"; this.zoomBox.style.filter = "alpha(opacity=35)"; this.zoomBox.style.opacity = "0.35";
this.zoomBox.style.backgroundColor = "white"; this.zoomBox.style.filter = "alpha(opacity=35)"; this.zoomBox.style.opacity = "0.35";
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox'); this.zoomBox.style.border = '2px solid red'; this.zoomBox.style.backgroundCol...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f5b1cc270cd2b207a595c89498395bf2ed1d5108/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.zoomBox.style.filter = "alpha(opacity=35)"; this.zoomBox.style.opacity = "0.35";
this.zoomBox.style.filter = "alpha(opacity=50)"; this.zoomBox.style.opacity = "0.50";
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox'); this.zoomBox.style.border = '2px solid red'; this.zoomBox.style.backgr...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.zoomBox.style.zIndex=1000;
this.zoomBox.style.zIndex = this.map.Z_INDEX_BASE["Popup"] - 1;
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox'); this.zoomBox.style.border = '2px solid red'; this.zoomBox.style.backgr...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.zoomBox.style.backgroundColor = "white"; this.zoomBox.style.filter = "alpha(opacity=35)"; this.zoomBox.style.opacity = "0.35";
this.zoomBox.style.backgroundColor = "white"; this.zoomBox.style.filter = "alpha(opacity=35)"; this.zoomBox.style.opacity = "0.35";
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox'); this.zoomBox.style.border = '2px solid red'; this.zoomBox.style.backgroundCol...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f5b1cc270cd2b207a595c89498395bf2ed1d5108/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
if (!Event.isLeftClick(evt)) return;
defaultMouseDown: function (evt) { this.mouseDragStart = evt.xy.copyOf(); this.performedDrag = false; if (evt.shiftKey) { this.map.div.style.cursor = "crosshair"; this.zoomBox = OpenLayers.Util.createDiv('zoomBox', this....
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.performedDrag = true;
defaultMouseMove: function (evt) { if (this.mouseDragStart != null) { if (this.zoomBox) { var deltaX = Math.abs(this.mouseDragStart.x - evt.xy.x); var deltaY = Math.abs(this.mouseDragStart.y - evt.xy.y); this.zoomBox.style.width = deltaX+"px"; ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/2f9c7dfbd35e927583a66644a059ccb84b7338bf/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.performedDrag = true;
defaultMouseMove: function (evt) { if (this.mouseDragStart != null) { switch (this.mode) { case "zoombox": var deltaX = Math.abs(this.mouseDragStart.x - evt.xy.x); var deltaY = Math.abs(this.mouseDragStart.y - evt.xy.y); this...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
this.mousePosition = evt.xy.clone();
defaultMouseMove: function (evt) { if (this.mouseDragStart != null) { if (this.zoomBox) { var deltaX = Math.abs(this.mouseDragStart.x - evt.xy.x); var deltaY = Math.abs(this.mouseDragStart.y - evt.xy.y); this.zoomBox.style.width = Math.max(1, deltaX) + ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/15c2ab578fabf2c24ed636bbb490243d82a68076/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.performedDrag = true;
defaultMouseMove: function (evt) { if (this.mouseDragStart != null) { if (this.zoomBox) { var deltaX = Math.abs(this.mouseDragStart.x - evt.xy.x); var deltaY = Math.abs(this.mouseDragStart.y - evt.xy.y); this.zoomBox.style.width = deltaX+"px"; ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/2f9c7dfbd35e927583a66644a059ccb84b7338bf/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.performedDrag = true;
defaultMouseMove: function (evt) { if (this.mouseDragStart != null) { switch (this.mode) { case "zoombox": var deltaX = Math.abs(this.mouseDragStart.x - evt.xy.x); var deltaY = Math.abs(this.mouseDragStart.y - evt.xy.y); this...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
this.mousePosition = evt.xy.clone();
defaultMouseMove: function (evt) { if (this.mouseDragStart != null) { if (this.zoomBox) { var deltaX = Math.abs(this.mouseDragStart.x - evt.xy.x); var deltaY = Math.abs(this.mouseDragStart.y - evt.xy.y); this.zoomBox.style.width = Math.max(1, deltaX) + ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/15c2ab578fabf2c24ed636bbb490243d82a68076/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.defaultMouseUp(evt);
if (this.zoomBox) { this.removeZoomBox(); } this.mouseDragStart = null;
defaultMouseOut: function (evt) { if (this.mouseDragStart != null && OpenLayers.Util.mouseLeft(evt, this.map.div)) { this.defaultMouseUp(evt); } },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c38874b3745030f20fadeecec3f517ed70e9b134/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.defaultMouseUp(evt);
if (this.zoomBox) { this.removeZoomBox(); } this.mouseDragStart = null;
defaultMouseOut: function (evt) { if (this.mouseDragStart != null && OpenLayers.Util.mouseLeft(evt, this.map.div)) { this.defaultMouseUp(evt); } },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c38874b3745030f20fadeecec3f517ed70e9b134/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
}
},
defaultMouseUp: function (evt) { if (this.zoomBox) { var start = this.map.getLonLatFromPixel( this.mouseDragStart ); var end = this.map.getLonLatFromPixel( evt.xy ); var top = Math.max(start.lat, end.lat); var bottom = Math.min(start.lat, end.lat); var ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.map.setCenter(this.map.center);
if (this.performedDrag) { this.map.setCenter(this.map.center); }
defaultMouseUp: function (evt) { if (!Event.isLeftClick(evt)) return; switch (this.mode) { case "zoombox": var start = this.map.getLonLatFromViewPortPx( this.mouseDragStart ); var end = this.map.getLonLatFromViewPortPx( evt.xy ); var top = Math....
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
if (!Event.isLeftClick(evt)) return;
defaultMouseUp: function (evt) { if (this.zoomBox) { var start = this.map.getLonLatFromViewPortPx( this.mouseDragStart ); var end = this.map.getLonLatFromViewPortPx( evt.xy ); var top = Math.max(start.lat, end.lat); var bottom = Math.min(start.lat, end.lat); ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
if (!Event.isLeftClick(evt)) return;
defaultMouseUp: function (evt) { switch (this.mode) { case "zoombox": var start = this.map.getLonLatFromViewPortPx( this.mouseDragStart ); var end = this.map.getLonLatFromViewPortPx( evt.xy ); var top = Math.max(start.lat, end.lat); var ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
if (!Event.isLeftClick(evt)) return;
defaultMouseUp: function (evt) { switch (this.mode) { case "zoombox": var start = this.map.getLonLatFromViewPortPx( this.mouseDragStart ); var end = this.map.getLonLatFromViewPortPx( evt.xy ); var top = Math.max(start.lat, end.lat); var ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
}
},
defaultMouseUp: function (evt) { if (this.zoomBox) { var start = this.map.getLonLatFromPixel( this.mouseDragStart ); var end = this.map.getLonLatFromPixel( evt.xy ); var top = Math.max(start.lat, end.lat); var bottom = Math.min(start.lat, end.lat); var ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
this.map.setCenter(this.map.center);
if (this.performedDrag) { this.map.setCenter(this.map.center); }
defaultMouseUp: function (evt) { if (!Event.isLeftClick(evt)) return; switch (this.mode) { case "zoombox": var start = this.map.getLonLatFromViewPortPx( this.mouseDragStart ); var end = this.map.getLonLatFromViewPortPx( evt.xy ); var top = Math....
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
if (!Event.isLeftClick(evt)) return;
defaultMouseUp: function (evt) { if (this.zoomBox) { var start = this.map.getLonLatFromViewPortPx( this.mouseDragStart ); var end = this.map.getLonLatFromViewPortPx( evt.xy ); var top = Math.max(start.lat, end.lat); var bottom = Math.min(start.lat, end.lat); ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
defaultWheelDown: function() { this.map.zoomOut();
defaultWheelDown: function(evt) { if (this.map.getZoom() > 0) { this.map.setCenter(this.map.getLonLatFromPixel(evt.xy), this.map.getZoom() - 1); }
defaultWheelDown: function() { this.map.zoomOut(); },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/15c2ab578fabf2c24ed636bbb490243d82a68076/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
defaultWheelDown: function() { this.map.zoomOut();
defaultWheelDown: function(evt) { if (this.map.getZoom() > 0) { this.map.setCenter(this.map.getLonLatFromPixel(evt.xy), this.map.getZoom() - 1); }
defaultWheelDown: function() { this.map.zoomOut(); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/15c2ab578fabf2c24ed636bbb490243d82a68076/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
defaultWheelUp: function() { this.map.zoomIn();
defaultWheelUp: function(evt) { if (this.map.getZoom() <= this.map.getNumZoomLevels()) { this.map.setCenter(this.map.getLonLatFromPixel(evt.xy), this.map.getZoom() + 1); }
defaultWheelUp: function() { this.map.zoomIn(); },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/15c2ab578fabf2c24ed636bbb490243d82a68076/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
defaultWheelUp: function() { this.map.zoomIn();
defaultWheelUp: function(evt) { if (this.map.getZoom() <= this.map.getNumZoomLevels()) { this.map.setCenter(this.map.getLonLatFromPixel(evt.xy), this.map.getZoom() + 1); }
defaultWheelUp: function() { this.map.zoomIn(); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/15c2ab578fabf2c24ed636bbb490243d82a68076/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.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
tinyMCE.importPluginLanguagePack('searchreplace','en,tr,sv,zh_cn,fa,fr_ca,fr,de,pl,pt_br,cs,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_SearchReplacePlugin={getInfo:function(){return{longname:'Search/Replace',author:'Moxiecode Systems',authorurl:'http:
tinyMCE.importPluginLanguagePack('searchreplace');var TinyMCE_SearchReplacePlugin={getInfo:function(){return{longname:'Search/Replace',author:'Moxiecode Systems AB',authorurl:'http:
tinyMCE.importPluginLanguagePack('searchreplace','en,tr,sv,zh_cn,fa,fr_ca,fr,de,pl,pt_br,cs,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_SearchReplacePlugin={getInfo:function(){return{longname:'Search/Replace',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',i...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/editor_plugin.js/buggy/mambots/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js
delete document.channelselector.channel.options[i];
document.channelselector.channel.options[i] = null;
function deleteChannelOptions(){ var j = document.channelselector.channel.options.length; for (var i = j - 1 ; i >= 0; i--) delete document.channelselector.channel.options[i];}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/5c8deda506d04de03cceee6b1c7487bf0b402406/zap.js/buggy/tuxbox/enigma/data/htdocs/zap.js
document.cookie = name + &#34;=&#34; + ((path) ? &#34;; path=&#34; + path : &#34;&#34;) + ((domain) ? &#34;; domain=&#34; + domain : &#34;&#34;) + &#34;; expires=Thu, 01-Jan-70 00:00:01 GMT&#34;;
document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
function deleteCookie(name, path, domain) { if (getCookie(name)) { document.cookie = name + &#34;=&#34; + ((path) ? &#34;; path=&#34; + path : &#34;&#34;) + ((domain) ? &#34;; domain=&#34; + domain : &#34;&#34;) + &#34;; expires=Thu, 01-Jan-70 00:00:01 GMT&#34;; }}
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/1922f8ac33d1c5c93a8206be4550d5567d13169b/cookies.js/clean/public/javascripts/cookies.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
function deleteMovie(xy)
function deleteMovie()
function deleteMovie(xy){ if (confirmAction('Do you really want to delete this movie?')) { document.location = "/cgi-bin/deleteMovie?ref="+xy; setTimeout("reload()", 3000); }}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/a1f52767a4b0d85e42c9cafb1409d6438278830c/index.js/clean/tuxbox/enigma/data/htdocs/index.js
document.location = "/cgi-bin/deleteMovie?ref="+xy;
var selChannel = document.channelselector.channel.selectedIndex; var channel = document.channelselector.channel.options[selChannel].value; document.location = "/cgi-bin/deleteMovie?ref="+channel;
function deleteMovie(xy){ if (confirmAction('Do you really want to delete this movie?')) { document.location = "/cgi-bin/deleteMovie?ref="+xy; setTimeout("reload()", 3000); }}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/a1f52767a4b0d85e42c9cafb1409d6438278830c/index.js/clean/tuxbox/enigma/data/htdocs/index.js
currentChannel = selChannel;
function deleteMovie(xy){ if (confirmAction('Do you really want to delete this movie?')) { if (window.screen.width < 800) { document.location = "cgi-bin/deleteMovie?ref="+xy; } else { var selChannel = document.channelselector.channel.selectedIndex; var channel = ""; if (selChannel >= 0) { channel = do...
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/3be406a5d64f3f80b4175dfe8914360e64ffb26a/index.js/buggy/tuxbox/enigma/data/htdocs/index.js
Element.remove(row);
if (null != row) { Element.remove(row); }
this.deleteSession = function(uri, context) { // delete the session debug.print("deleteSession: " + uri); if (confirm("Are you sure you want to delete this session?")) { // call session-delete var req = new Ajax.Request(deleteUrl, { method...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/69dedb9c0ffc0c9e18f6293f86204bb722b72414/session.js/buggy/session.js
function deleteTimerEvent()
function deleteTimerEvent(xy)
function deleteTimerEvent(){ win=window.open("/deleteTimerEvent", "switchStatus", "width=1, height=1, left=0, top=0"); win.focus(); parent.setTimeout("reload()", 500);}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/a4216a7cfcd97109f70472c3f7220360a60de85b/timer.js/buggy/tuxbox/enigma/data/htdocs/timer.js
win=window.open("/deleteTimerEvent", "switchStatus", "width=1, height=1, left=0, top=0");
win=window.open("/deleteTimerEvent?"+xy, "switchStatus", "width=1, height=1, left=0, top=0");
function deleteTimerEvent(){ win=window.open("/deleteTimerEvent", "switchStatus", "width=1, height=1, left=0, top=0"); win.focus(); parent.setTimeout("reload()", 500);}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/a4216a7cfcd97109f70472c3f7220360a60de85b/timer.js/buggy/tuxbox/enigma/data/htdocs/timer.js
document.location = "/deleteTimerEvent?"+xy; setTimeout("reload()", 500);
NewWindow('/deleteTimerEvent?'+xy, 'deleteTimer', '300', '150', 'no', '5000'); setTimeout("reload()", 2000);
function deleteTimerEvent(xy){ document.location = "/deleteTimerEvent?"+xy; setTimeout("reload()", 500);}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/cba8e38e78b1f5214fbfc1b26d6d6b390f6d6c7e/timer.js/buggy/tuxbox/enigma/data/htdocs/timer.js
NewWindow('/deleteTimerEvent?'+xy, 'deleteTimer', '300', '150', 'no', '5000'); setTimeout("reload()", 2000);
NewWindow('/deleteTimerEvent?'+xy, 'deleteTimer', '300', '150', 'no');
function deleteTimerEvent(xy){ NewWindow('/deleteTimerEvent?'+xy, 'deleteTimer', '300', '150', 'no', '5000'); setTimeout("reload()", 2000);}
6281 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6281/9949e8081e6952aa85cdb0d23691adf4aefd6f60/timer.js/clean/tuxbox/enigma/data/htdocs/timer.js
props.push(prop + " -> " + object[prop]);
try { props.push(prop + " -> " + object[prop]); } catch (e) { props.push(prop + " -> [htmlutils: ack! couldn't read this property! (Permission Denied?)]"); }
function describe(object, delimiter) { var props = new Array(); for (var prop in object) { props.push(prop + " -> " + object[prop]); } return props.join(delimiter || '\n');}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/476ccd842ee26de6c101e6581d2a0f5bb251d2f6/htmlutils.js/clean/code/javascript/core/scripts/htmlutils.js
function describe(object) {
function describe(object, delimiter) {
function describe(object) { var props = new Array(); for (var prop in object) { props.push(prop + " -> " + object[prop]); } return props.join('\n');}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/8204ef0e684c368119f602100144e47b160a21e4/htmlutils.js/clean/code/javascript/htmlutils.js
return props.join('\n');
return props.join(delimiter || '\n');
function describe(object) { var props = new Array(); for (var prop in object) { props.push(prop + " -> " + object[prop]); } return props.join('\n');}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/8204ef0e684c368119f602100144e47b160a21e4/htmlutils.js/clean/code/javascript/htmlutils.js
function describe(object) {
function describe(object, delimiter) {
function describe(object) { var props = new Array(); for (var prop in object) { props.push(prop + " -> " + object[prop]); } return props.join('\n');}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/39b01a6737325d783eaf2dbc5a138c33adb4c379/htmlutils.js/buggy/code/javascript/htmlutils.js
return props.join('\n');
return props.join(delimiter || '\n');
function describe(object) { var props = new Array(); for (var prop in object) { props.push(prop + " -> " + object[prop]); } return props.join('\n');}
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/39b01a6737325d783eaf2dbc5a138c33adb4c379/htmlutils.js/buggy/code/javascript/htmlutils.js
document.getElementById("description").innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
var span = document.createElement("span"); span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>'; var description = document.getElementById("description"); if (description.firstChild) descriptio...
function description(msg){ document.getElementById("description").innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';}
10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/b26e2ddf06cf750b6792e497588ade683773aa67/js-test-pre.js/buggy/third_party/WebKit/LayoutTests/fast/js/resources/js-test-pre.js
OpenLayers.Layer.prototype.destroy.apply(this, arguments);
OpenLayers.Layer.EventPane.prototype.destroy.apply(this, arguments);
destroy: function() { this.gmap = null; OpenLayers.Layer.prototype.destroy.apply(this, arguments); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/8f33a633aa6d5eb5b7fd38f5342b2d65e1bafc3f/Google.js/clean/lib/OpenLayers/Layer/Google.js
if ((this.img != null) && (this.img.parentNode == this.layer.div)) { this.layer.div.removeChild(this.img);
if ((this.imgDiv != null) && (this.imgDiv.parentNode == this.layer.div)) { this.layer.div.removeChild(this.imgDiv);
destroy: function() { if ((this.img != null) && (this.img.parentNode == this.layer.div)) { this.layer.div.removeChild(this.img); } this.img = null; OpenLayers.Tile.prototype.destroy.apply(this, arguments); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/836b47c192b0349467fb6eb380c1c7f3bc6ec87f/Image.js/buggy/lib/OpenLayers/Tile/Image.js
this.img = null;
this.imgDiv = null;
destroy: function() { if ((this.img != null) && (this.img.parentNode == this.layer.div)) { this.layer.div.removeChild(this.img); } this.img = null; OpenLayers.Tile.prototype.destroy.apply(this, arguments); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/836b47c192b0349467fb6eb380c1c7f3bc6ec87f/Image.js/buggy/lib/OpenLayers/Tile/Image.js
if (this.popup != null) { this.layer.map.removePopup(this.popup);
if ((this.layer != null) && (this.layer.map != null)) { if (this.popup != null) { this.layer.map.removePopup(this.popup); }
destroy: function() { //remove the popup from the map if (this.popup != null) { this.layer.map.removePopup(this.popup); } this.events = null; this.layer = null; this.id = null; this.lonlat = null; this.data = null; if (this.marker != null) { ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/fc366b73fe5923273e8fced6079c546fd780fc54/Feature.js/clean/lib/OpenLayers/Feature.js
this.marker = null,
this.marker = null;
destroy: function() { this.events = null; this.layer = null; this.id = null; this.lonlat = null; this.data = null; if (this.marker != null) { this.marker.destroy(); this.marker = null, } if (this.popup != null) { this.popup.des...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/280abf356cc63aab07551feefe349b35f7bfa2aa/Feature.js/buggy/lib/OpenLayers/Feature.js
/** * @returns A Marker Object created from the 'lonlat' and 'icon' properties * set in this.data. If no 'lonlat' is set, returns null. If no * 'icon' is set, OpenLayers.Marker() will load the default image * @type OpenLayers.Marker */ createMarker: function() { var marker = null; if (this.lonlat ...
destroy: function() { this.events = null; this.layer = null; this.id = null; this.lonlat = null; this.data = null; if (this.marker != null) { this.marker.destroy(); this.marker = null, } if (this.popup != null) { this.popup.des...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/280abf356cc63aab07551feefe349b35f7bfa2aa/Feature.js/buggy/lib/OpenLayers/Feature.js
Event.stopObserving(document, "mouseup", this.eventMouseUp); Event.stopObserving(document, "mousemove", this.eventMouseMove); Event.stopObserving(document, "keypress", this.eventKeypress);
this.unregisterEvents();
destroy: function() { Event.stopObserving(this.handle, "mousedown", this.eventMouseDown); Event.stopObserving(document, "mouseup", this.eventMouseUp); Event.stopObserving(document, "mousemove", this.eventMouseMove); Event.stopObserving(document, "keypress", this.eventKeypress); },
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js
OpenLayers.Layer.prototype.destroy.apply(this, arguments);
OpenLayers.Layer.EventPane.prototype.destroy.apply(this, arguments);
destroy: function() { this.gmap = null; OpenLayers.Layer.prototype.destroy.apply(this, arguments); },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/8f33a633aa6d5eb5b7fd38f5342b2d65e1bafc3f/Google.js/clean/lib/OpenLayers/Layer/Google.js
this.layer.div.removeChild(this.img);
if (this.img.parentNode == this.layer.div) { this.layer.div.removeChild(this.img); }
destroy: function() { this.layer.div.removeChild(this.img); this.img = null; },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/a4d0badaeb2a754163d24412a77855f019aa5bb1/Image.js/buggy/lib/OpenLayers/Tile/Image.js
this.layer.div.removeChild(this.img);
if (this.img.parentNode == this.layer.div) { this.layer.div.removeChild(this.img); }
destroy: function() { this.layer.div.removeChild(this.img); this.img = null; },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/a4d0badaeb2a754163d24412a77855f019aa5bb1/Image.js/clean/lib/OpenLayers/Tile/Image.js
for(var i=0; i< this.layers.length; i++) { this.layers[i].destroy(); } this.layers = null; for(var i=0; i< this.controls.length; i++) { this.controls[i].destroy(); } this.controls = null;
if (this.layers != null) { for(var i=0; i< this.layers.length; i++) { this.layers[i].destroy(); } this.layers = null; } if (this.controls != null) { for(var i=0; i< this.controls.length; i++) { this.controls[i].destroy(); } this.controls = null; }
destroy:function() { for(var i=0; i< this.layers.length; i++) { this.layers[i].destroy(); } this.layers = null; for(var i=0; i< this.controls.length; i++) { this.controls[i].destroy(); } this.controls = null; },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/cfb1b472a7f2f66b997a8ba55d05560047711099/Map.js/clean/lib/OpenLayers/Map.js