rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
null, this.position, this.size, this.url);
null, this.position, this.size, this.url);
draw:function() { OpenLayers.Tile.prototype.draw.apply(this, arguments); if (this.imgDiv == null) { this.initImgDiv(); } this.imgDiv.style.display = "none"; if (this.layer.alpha) { OpenLayers.Util.modifyAlphaImageDiv(this.imgDiv, null, this.position...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/512465037ba17400724b9c51ab7fd8155be53645/Image.js/clean/lib/OpenLayers/Tile/Image.js
null, this.position, this.size) ;
null, this.position, this.size) ;
draw:function() { OpenLayers.Tile.prototype.draw.apply(this, arguments); if (this.imgDiv == null) { this.initImgDiv(); } this.imgDiv.style.display = "none"; if (this.layer.alpha) { OpenLayers.Util.modifyAlphaImageDiv(this.imgDiv, null, this.position...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/512465037ba17400724b9c51ab7fd8155be53645/Image.js/clean/lib/OpenLayers/Tile/Image.js
"none");
"hidden");
draw: function(px) { OpenLayers.Popup.Anchored.prototype.draw.apply(this, arguments); // make the content Div var contentSize = this.size.copyOf(); contentSize.h -= (2 * OpenLayers.Popup.AnchoredBubble.CORNER_SIZE); var id = this.div.id + "-contentDiv"; this.content...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/AnchoredBubble.js/buggy/lib/OpenLayers/Popup/AnchoredBubble.js
this.defaultKeyDown.bind(this.map));
this.defaultKeyDown.bind(this));
draw: function() { Event.observe(document, 'keypress', this.defaultKeyDown.bind(this.map)); },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/91e9c17c986e2c21b69e51218fa1604e1530a926/KeyboardDefaults.js/buggy/lib/OpenLayers/Control/KeyboardDefaults.js
this.map.events.register( "click", this, this.defaultClick );
draw: function() { this.map.events.register( "dblclick", this, this.defaultDblClick ); this.map.events.register( "mousedown", this, this.defaultMouseDown ); this.map.events.register( "mouseup", this, this.defaultMouseUp ); this.map.events.register( "mousemove", this, this.defaultMouseMov...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/2f9c7dfbd35e927583a66644a059ccb84b7338bf/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.defaultKeyDown.bind(this.map));
this.defaultKeyDown.bind(this));
draw: function() { Event.observe(document, 'keypress', this.defaultKeyDown.bind(this.map)); },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/91e9c17c986e2c21b69e51218fa1604e1530a926/KeyboardDefaults.js/clean/lib/OpenLayers/Control/KeyboardDefaults.js
OpenLayers.Control.prototype.draw.apply(this, arguments);
draw: function() { OpenLayers.Control.MouseDefaults.prototype.draw.apply(this, arguments); this.buttons = new Object(); var sz = new OpenLayers.Size(28,28); var centered = this.position; this._addButton("zoombox", "drag-rectangle-off.png", "drag-rectangle-on.png", centered, sz, "S...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/83f26a9336e398f1c53a4073fdb101a76bb72f93/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
p = this.options.snap(p[0],p[1]);
p = this.options.snap(p[0],p[1],this);
draw: function(point) { var pos = Position.cumulativeOffset(this.element); var d = this.currentDelta(); pos[0] -= d[0]; pos[1] -= d[1]; if(this.options.scroll && (this.options.scroll != window)) { pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft; pos[1] -= this.options.scroll...
2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/dragdrop.js/clean/web/scripts/dragdrop.js
OpenLayers.Event.observe(window, "DOMMouseScroll", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.Event.observe(window, "mousewheel", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.Event.observe(document, "mousewheel", this.onWheelEvent.bindAsEventListener(this));
this.registerWheelEvents();
draw: function() { this.map.events.register( "click", this, this.defaultClick ); this.map.events.register( "dblclick", this, this.defaultDblClick ); this.map.events.register( "mousedown", this, this.defaultMouseDown ); this.map.events.register( "mouseup", this, this.defaultMouseUp ); ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/4cac0a24ea34e62ec5a5e9f9a66c18996f457dc0/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.div.style.zIndex = this.map.Z_INDEX_BASE['Control'] + this.map.controls.length;
draw: function () { if (this.div == null) { this.div = OpenLayers.Util.createDiv(); } return this.div; },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/6c83a735197589956a69fda786203b440f7daa12/Control.js/buggy/lib/OpenLayers/Control.js
"none");
"hidden");
draw: function(px) { OpenLayers.Popup.Anchored.prototype.draw.apply(this, arguments); // make the content Div var contentSize = this.size.copyOf(); contentSize.h -= (2 * OpenLayers.Popup.AnchoredBubble.CORNER_SIZE); var id = this.div.id + "-contentDiv"; this.content...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/AnchoredBubble.js/buggy/lib/OpenLayers/Popup/AnchoredBubble.js
this.map.events.register( "mouseout", this, this.defaultMouseOut );
draw: function() { this.map.events.register( "dblclick", this, this.defaultDblClick ); this.map.events.register( "mousedown", this, this.defaultMouseDown ); this.map.events.register( "mouseup", this, this.defaultMouseUp ); this.map.events.register( "mousemove", this, this.defaultMouseMov...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/7683e0853a92900836d3fc75169ddf6d5bf0b478/MouseDefaults.js/clean/lib/OpenLayers/Control/MouseDefaults.js
OpenLayers.Event.observe(window, "DOMMouseScroll", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.Event.observe(window, "mousewheel", this.onWheelEvent.bindAsEventListener(this)); OpenLayers.Event.observe(document, "mousewheel", this.onWheelEvent.bindAsEventListener(this));
draw: function() { this.map.events.register( "click", this, this.defaultClick ); this.map.events.register( "dblclick", this, this.defaultDblClick ); this.map.events.register( "mousedown", this, this.defaultMouseDown ); this.map.events.register( "mouseup", this, this.defaultMouseUp ); ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/9c6817f5d6e4b39058416183c6aaa041a68dcace/MouseDefaults.js/buggy/lib/OpenLayers/Control/MouseDefaults.js
this.img = OpenLayers.Util.createImage(null, this.position, this.size, this.url, "absolute"); this.layer.div.appendChild(this.img);
this.imgDiv = OpenLayers.Util.createAlphaImageDiv(null, this.position, this.size, this.url, "absolute"); this.layer.div.appendChild(this.imgDiv);
draw:function() { this.img = OpenLayers.Util.createImage(null, this.position, this.size, this.url, "absolute"); this.l...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/836b47c192b0349467fb6eb380c1c7f3bc6ec87f/Image.js/clean/lib/OpenLayers/Tile/Image.js
return this.image;
return this.imageDiv;
draw: function(px) { this.moveTo(px); return this.image; },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/51aaf18b5964acdfc0c35f2078c52aff5101e0f5/Icon.js/clean/lib/OpenLayers/Icon.js
this._addButton("zoomout", "zoom-minus-mini.png", centered.add(0, sz.h*4+5), sz);
this._addButton("zoomworld", "zoom-world-mini.png", centered.add(0, sz.h*4+5), sz); this._addButton("zoomout", "zoom-minus-mini.png", centered.add(0, sz.h*5+5), sz);
draw: function(px) { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this, arguments); px = this.position; // place the controls this.buttons = new Array(); var sz = new OpenLayers.Size(18,18); var centered = new OpenLayers.Pixel(px.x+sz.w/2, p...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/cdd26c1df23791ffc4e172c84fd58753580904b5/PanZoom.js/clean/lib/OpenLayers/Control/PanZoom.js
return this.image;
return this.imageDiv;
draw: function(px) { this.moveTo(px); return this.image; },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/51aaf18b5964acdfc0c35f2078c52aff5101e0f5/Icon.js/clean/lib/OpenLayers/Icon.js
if(this.initialized && this.options.onSlide) this.options.onSlide(this.values.length>1 ? this.values : this.value, this);
if(this.initialized && this.options.onSlide) this.options.onSlide(this.values.length>1 ? this.values : this.value, this);
draw: function(event) { var pointer = [Event.pointerX(event), Event.pointerY(event)]; var offsets = Position.cumulativeOffset(this.track); pointer[0] -= this.offsetX + offsets[0]; pointer[1] -= this.offsetY + offsets[1]; this.event = event; this.setValue(this.translateToValue( this.isVertical() ? po...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/923b13d042bd57cfc6f6670878fea898e2f79680/slider.js/buggy/src/slider.js
draw: function() { OpenLayers.Control.prototype.draw.apply(this, arguments); OpenLayers.Control.MouseDefaults.prototype.draw.apply(this, arguments); this.buttons = new Object(); var sz = new OpenLayers.Size(28,28); var centered = this.position; this._addButton("zoombox", "...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/4cac0a24ea34e62ec5a5e9f9a66c18996f457dc0/MouseToolbar.js/clean/lib/OpenLayers/Control/MouseToolbar.js
centered = centered.addY(sz.h); this._addButton("zoomLevel"+i, "zoom-world-mini.png", centered, sz);
centered = centered.addY(sz.h); this._addButton("zoomLevel"+i, "zoom-world-mini.png", centered, sz);
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); // place the controls this.buttons = new Array(); var sz = new OpenLayers.Size(18,18); var xy = new OpenLayers.Pixel(4,4); var centered = new OpenLayers.Pixel(xy.x+sz.w/2...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/89d7a7d852501bcd834a2b02a6dc989710848a58/PanZoom.js/buggy/lib/OpenLayers/Control/PanZoom.js
if(this.options.ghosting) { Position.prepare(); var r = Position.realOffset(this.element); window.status = r.inspect(); pos[0] += r[0] - Position.deltaX; pos[1] += r[1] - Position.deltaY; }
draw: function(point) { var pos = Position.cumulativeOffset(this.element); var d = this.currentDelta(); pos[0] -= d[0]; pos[1] -= d[1]; if(this.options.scroll && (this.options.scroll != window && this._isScrollChild)) { pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft; pos[1]...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/69bb151c2a06c1e73caf36aef593b7d11cf16e38/dragdrop.js/clean/src/dragdrop.js
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/LayerSwitcher.js/buggy/lib/OpenLayers/Control/LayerSwitcher.js
this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; this.div.style.color = "white"; this.div.style.fontWeight = "bold"; this.div.style.marginTop = "3px"; this.div.style.marginLeft = "3px"; this.div.style.mar...
this.loadContents();
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/LayerSwitcher.js/buggy/lib/OpenLayers/Control/LayerSwitcher.js
this.map.events.register("addlayer", this, this.redraw); this.map.events.register("removelayer", this, this.redraw); this.map.events.register("changelayer", this, this.redraw); return this.redraw();
this.minimizeControl(); this.redraw(); return this.div;
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; ...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/LayerSwitcher.js/buggy/lib/OpenLayers/Control/LayerSwitcher.js
this.setBackgroundColor(); this.setOpacity();
this.setBackgroundColor(); this.setOpacity();
draw: function(px) { OpenLayers.Popup.Anchored.prototype.draw.apply(this, arguments); // make the content Div var contentSize = this.size.copyOf(); contentSize.h -= (2 * OpenLayers.Popup.AnchoredBubble.CORNER_SIZE); var id = this.div.id + "-contentDiv"; this.content...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/08b8a7af76902fcb836b51c593917f4730bfe456/AnchoredBubble.js/buggy/lib/OpenLayers/Popup/AnchoredBubble.js
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js
this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; this.div.style.color = "white"; this.div.style.fontWeight = "bold"; this.div.style.marginTop = "3px"; this.div.style.marginLeft = "3px"; this.div.style.mar...
this.loadContents();
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js
this.map.events.register("addlayer", this, this.redraw); this.map.events.register("removelayer", this, this.redraw); this.map.events.register("changelayer", this, this.redraw); return this.redraw();
this.minimizeControl(); this.redraw(); return this.div;
draw: function() { // initialize our internal div OpenLayers.Control.prototype.draw.apply(this); this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; ...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/LayerSwitcher.js/clean/lib/OpenLayers/Control/LayerSwitcher.js
this.div.style.zIndex = this.map.Z_INDEX_BASE['Control'] + this.map.controls.length;
draw: function () { if (this.div == null) { this.div = OpenLayers.Util.createDiv(); } return this.div; },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/6c83a735197589956a69fda786203b440f7daa12/Control.js/clean/lib/OpenLayers/Control.js
gotoxy(1,colour_box_displayed);
console.gotoxy(1,colour_box_displayed);
function draw_colour_box(){ /* * Try to draw at the top unless the cursor is too close... then do it at * the bottom. */ if(ypos-topline<3) colour_box_displayed=edit_bottom-2; else colour_box_displayed=edit_top; gotoxy(1,colour_box_displayed); console.attributes=7; console.write("Foreground:"); console.putmsg("\x0...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/5bbd26873bac50b867a7bdedbf80af30b26797c9/fseditor.js/buggy/fseditor.js
console.attributes=(curattr&0xf8)|WHITE;
console.attributes=(curattr&0xf8)|LIGHTGRAY;
function draw_colour_box(){ /* * Try to draw at the top unless the cursor is too close... then do it at * the bottom. */ if(ypos-topline<3) colour_box_displayed=edit_bottom-2; else colour_box_displayed=edit_top; console.gotoxy(1,colour_box_displayed); console.attributes=7; console.write("Foreground:"); console.put...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/130bc38511d723e741ce9d6ea68f7007fb6f72ce/fseditor.js/clean/fseditor.js
console.attributes=(curattr&0x8f)|(WHITE<<4);
console.attributes=(curattr&0x8f)|(LIGHTGRAY<<4);
function draw_colour_box(){ /* * Try to draw at the top unless the cursor is too close... then do it at * the bottom. */ if(ypos-topline<3) colour_box_displayed=edit_bottom-2; else colour_box_displayed=edit_top; console.gotoxy(1,colour_box_displayed); console.attributes=7; console.write("Foreground:"); console.put...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/130bc38511d723e741ce9d6ea68f7007fb6f72ce/fseditor.js/clean/fseditor.js
gotoxy(1,colour_box_displayed);
function draw_colour_box(){ /* * Try to draw at the top unless the cursor is too close... then do it at * the bottom. */ if(ypos-topline<3) colour_box_displayed=edit_bottom-2; else colour_box_displayed=edit_top; console.attributes=7; console.write("Foreground:"); console.putmsg("\x01N \x01H\x01WK:"); console.attri...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a44d21884c45e46ad4e16c18d6388e2ed561154a/fseditor.js/buggy/fseditor.js
/* Disable CTRL keys that we "know" how to handle. */ console.ctrlkey_passthru|=3246080;
function draw_main(topline){ /* * Called to re-display the main menu. * topline is false when the top line doesn't need redrawing. */ if(topline) cleararea(1,1,console.screen_columns,console.screen_rows,true); else cleararea(1,2,console.screen_columns,console.screen_rows,true);}
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/34f6c69cd3ce42ea1878ef314f794dabc773eb90/lbshell.js/clean/lbshell.js
console.gotoxy(x+1,yp);
console.gotoxy(1,yp);
function draw_quote_line(l){ var yp; var x; if(l==undefined || isNaN(l)) return; yp=l-quote_topline+quote_top; /* Does this line even exist? */ if(quote_line[l]==undefined) { console.attributes=7; console.gotoxy(x+1,yp); console.cleartoeol(); } else { /* Is line on the current screen? */ if(yp<quote_top) return...
4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/3864100606499b9966ddf055bedfc6df2f257e25/fseditor.js/clean/fseditor.js
this.drawCurrent = function() {
drawCurrent: function() {
this.drawCurrent = function() { CalendarNamespace.draw(this.currentMonth, this.currentYear, this.div_id, this.callback); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
}
},
this.drawCurrent = function() { CalendarNamespace.draw(this.currentMonth, this.currentYear, this.div_id, this.callback); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
this.drawDate = function(month, year) {
drawDate: function(month, year) {
this.drawDate = function(month, year) { this.currentMonth = month; this.currentYear = year; this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
}
},
this.drawDate = function(month, year) { this.currentMonth = month; this.currentYear = year; this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
function drawFolder(insertAtObj) {
function drawFolder(insertAtObj) {
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>"
if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>"
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (this.level>0) if (this.isLastNode)
if (this.level>0) if (this.isLastNode)
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
else
else
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (browserVersion == 2) { if (!doc.yPos) doc.yPos=20 }
if (browserVersion == 2) { if (!doc.yPos) doc.yPos=20 }
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
docW = docW + this.linkHTML(false)
docW = docW + this.linkHTML(false)
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (USETEXTLINKS) { docW = docW + this.linkHTML(true)
if (USETEXTLINKS) { docW = docW + this.linkHTML(true)
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
} else
} else
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (browserVersion == 2) { this.navObj = doc.layers["folder"+this.id]
if (browserVersion == 2) { this.navObj = doc.layers["folder"+this.id]
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
this.iconImg = this.navObj.document.images["folderIcon"+this.id] this.nodeImg = this.navObj.document.images["nodeIcon"+this.id] doc.yPos=doc.yPos+this.navObj.clip.height }
this.iconImg = this.navObj.document.images["folderIcon"+this.id] this.nodeImg = this.navObj.document.images["nodeIcon"+this.id] doc.yPos=doc.yPos+this.navObj.clip.height }
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
{
{
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
this.iconImg = getElById("folderIcon"+this.id)
this.iconImg = getElById("folderIcon"+this.id)
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
}
}
function drawFolder(insertAtObj) { var nodeName = "" var auxEv = "" var docW = "" var leftSide = leftSideHTML(this.leftSideCoded) if (browserVersion > 0) auxEv = "<a href='javascript:clickOnNode(\""+this.getID()+"\")'>" else auxEv = "<a>" nodeName = this.nodeImageSrc() if (this.level>0) if (this...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
function drawItem(insertAtObj) {
function drawItem(insertAtObj) {
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (this.level>0) if (this.isLastNode) {
if (this.level>0) if (this.isLastNode) {
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
} else {
} else {
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
}
}
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (USETEXTLINKS)
if (USETEXTLINKS)
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
else
else
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (browserVersion == 2) { this.navObj = doc.layers["item"+this.id]
if (browserVersion == 2) { this.navObj = doc.layers["item"+this.id]
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
this.iconImg = this.navObj.document.images["itemIcon"+this.id] doc.yPos=doc.yPos+this.navObj.clip.height } else if (browserVersion != 0) {
this.iconImg = this.navObj.document.images["itemIcon"+this.id] doc.yPos=doc.yPos+this.navObj.clip.height } else if (browserVersion != 0) {
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
}
}
function drawItem(insertAtObj) { var leftSide = leftSideHTML(this.leftSideCoded) var docW = "" var fullLink = "href=\""+this.link+"\" target=\""+this.target+"\" onClick=\"clickOnLink('"+this.getID()+"\', '"+this.link+"','"+this.target+"');return false;\""; this.isRendered = 1 if (this.level>0) if (this.isLast...
5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js
if (px != null) {
if (px == null) { marker.display(false); } else {
drawMarker: function(marker) { var px = this.map.getLayerPxFromLonLat(marker.lonlat); if (px != null) { var markerImg = marker.draw(px); if (!marker.drawn) { this.div.appendChild(markerImg); marker.drawn = true; } } },
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/f3a072b151fd0fb48097965647921f2ea0396651/Markers.js/clean/lib/OpenLayers/Layer/Markers.js
if (px != null) {
if (px == null) { marker.display(false); } else {
drawMarker: function(marker) { var px = this.map.getLayerPxFromLonLat(marker.lonlat); if (px != null) { var markerImg = marker.draw(px); if (!marker.drawn) { this.div.appendChild(markerImg); marker.drawn = true; } } },
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/f3a072b151fd0fb48097965647921f2ea0396651/Markers.js/buggy/lib/OpenLayers/Layer/Markers.js
botright.x - topleft.x, botright.y - topleft.y);
Math.max(1, botright.x - topleft.x), Math.max(1, botright.y - topleft.y));
drawMarker: function(marker) { var bounds = marker.bounds; var topleft = this.map.getLayerPxFromLonLat( new OpenLayers.LonLat(bounds.left, bounds.top)); var botright = this.map.getLayerPxFromLonLat( new OpenLayers.LonLat(bounds.right, b...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/5852fb835eed4c0382360b46cfb75e6aa245c238/Boxes.js/buggy/lib/OpenLayers/Layer/Boxes.js
botright.x - topleft.x, botright.y - topleft.y);
Math.max(1, botright.x - topleft.x), Math.max(1, botright.y - topleft.y));
drawMarker: function(marker) { var bounds = marker.bounds; var topleft = this.map.getLayerPxFromLonLat( new OpenLayers.LonLat(bounds.left, bounds.top)); var botright = this.map.getLayerPxFromLonLat( new OpenLayers.LonLat(bounds.right, b...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/5852fb835eed4c0382360b46cfb75e6aa245c238/Boxes.js/clean/lib/OpenLayers/Layer/Boxes.js
this.drawNextMonth = function() {
drawNextMonth: function() {
this.drawNextMonth = function() { if (this.currentMonth == 12) { this.currentMonth = 1; this.currentYear++; } else { this.currentMonth++; } this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
}
},
this.drawNextMonth = function() { if (this.currentMonth == 12) { this.currentMonth = 1; this.currentYear++; } else { this.currentMonth++; } this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
this.drawNextYear = function() {
drawNextYear: function() {
this.drawNextYear = function() { this.currentYear++; this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
this.drawPreviousMonth = function() {
drawPreviousMonth: function() {
this.drawPreviousMonth = function() { if (this.currentMonth == 1) { this.currentMonth = 12; this.currentYear--; } else { this.currentMonth--; } this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
}
},
this.drawPreviousMonth = function() { if (this.currentMonth == 1) { this.currentMonth = 12; this.currentYear--; } else { this.currentMonth--; } this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
this.drawPreviousYear = function() {
drawPreviousYear: function() {
this.drawPreviousYear = function() { this.currentYear--; this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
}
},
this.drawPreviousYear = function() { this.currentYear--; this.drawCurrent(); }
1086 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1086/3daf7bde2e150c623b80a3a0518196121bd4ea36/calendar.js/clean/django/contrib/admin/media/js/calendar.js
this.setSpan(this.options.startSpan, $R(0, this.getRange(0).min()));
this.setSpan(this.options.startSpan, $R(0, this.values.length>1 ? this.getRange(0).min() : this.value ));
drawSpans: function() { var slider = this; if(this.spans) $R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) }); if(this.options.startSpan) this.setSpan(this.options.startSpan, $R(0, this.getRange(0).min())); if(this.options.endSpan) this.setSp...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/49f60304393b86db5d39c41cf680dddd26905d16/slider.js/clean/src/slider.js
this.setSpan(this.options.endSpan, $R(this.getRange(this.spans.length-1).max(), this.maximum));
this.setSpan(this.options.endSpan, $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum));
drawSpans: function() { var slider = this; if(this.spans) $R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) }); if(this.options.startSpan) this.setSpan(this.options.startSpan, $R(0, this.getRange(0).min())); if(this.options.endSpan) this.setSp...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/49f60304393b86db5d39c41cf680dddd26905d16/slider.js/clean/src/slider.js
new Effect.Parallel(
element = $(element); var oldTop = element.style.top; var oldLeft = element.style.left; var oldOpacity = Element.getInlineOpacity(element); return new Effect.Parallel(
Effect.DropOut = function(element) { new Effect.Parallel( [ new Effect.MoveBy(element, 100, 0, { sync: true }), new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0 } ) ], { duration: 0.5, afterFinish: function(effect) { Element.hide(effect.effects[0].element); } });}
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/effects.js/buggy/public/javascripts/effects.js
new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0 } ) ], { duration: 0.5, afterFinish: function(effect) { Element.hide(effect.effects[0].element); } });
new Effect.Opacity(element, { sync: true, to: 0.0 }) ], Object.extend( { duration: 0.5, beforeSetup: function(effect) { Element.makePositioned(effect.effects[0].element); }, afterFinishInternal: function(effect) { Element.hide(effect.effects[0].element); Element.undoPositioned(effect.effects[0].element); effect.effects...
Effect.DropOut = function(element) { new Effect.Parallel( [ new Effect.MoveBy(element, 100, 0, { sync: true }), new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0 } ) ], { duration: 0.5, afterFinish: function(effect) { Element.hide(effect.effects[0].element); } });}
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/effects.js/buggy/public/javascripts/effects.js
function DummyLogger() { };
var DummyLogger = function() {};
function DummyLogger() {};
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/e01d248d8df03fcb4a3cb00a56e4edfbdea33c4b/selenium-logging.js/clean/code/javascript/selenium-logging.js
function DummyLogger() { };
var DummyLogger = function() {};
function DummyLogger() {};
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/1f99ba804c9e389705e0ca0e6929150dcd01c23b/selenium-logging.js/buggy/code/javascript/selenium-logging.js
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}r...
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}r...
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}r...
3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/5ec06d3ee492bb9dc216e1bbbc4b31714ef15f2a/jquery.js/clean/misc/jquery.js
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}r...
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}r...
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}r...
3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/0d57baef27b07c22653310ec4ebb610e084bb671/jquery.js/buggy/misc/jquery.js
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
if (e != _break) throw e;
if (e != $break) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
if (e != _continue) throw e;
if (e != $continue) throw e;
each: function(iterator) { var index = 0; try { this._each(function(value) { try { iterator(value, index++); } catch (e) { if (e != _continue) throw e; } }); } catch (e) { if (e != _break) throw e; } },
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