rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
h += '<tr><td><a href="javascript:void(0);" onmousedown="' + tinyMCE.xmlEncode(m[i].js) + ';return false;"><span' + c +'>' + t + '</span></a>'; | h += '<tr><td><a href="#" onclick="return tinyMCE.cancelEvent(event);" onmousedown="return tinyMCE.cancelEvent(event);" onmouseup="' + tinyMCE.xmlEncode(m[i].js) + ';return tinyMCE.cancelEvent(event);"><span' + c +'>' + t + '</span></a>'; | update : function() { var e = this.getElement(), h = '', i, t, m = this.items, s = this.settings; if (this.settings.drop_menu) h += '<span class="mceMenuLine"></span>'; h += '<table border="0" cellpadding="0" cellspacing="0">'; for (i=0; i<m.length; i++) { t = tinyMCE.xmlEncode(m[i].text); c = m[i].class_nam... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } if(this.options.ghosting) { this._clone = this.element.cloneNode(true); Position.absolutize(... | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart', this); if(this.options.starteffec... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js |
update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart', this); if(this.options.starteffec... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js | ||
update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart', this); if(this.options.starteffec... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js | ||
update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart', this); if(this.options.starteffec... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/dragdrop.js/clean/public/javascripts/dragdrop.js | ||
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
if(!this.dragging) { this.dragging = true; if(this.activeHandle.style.position=="") style.position = "relative"; } | if(!this.dragging) this.dragging = true; | update: function(event) { if(this.active) { if(!this.dragging) { this.dragging = true; if(this.activeHandle.style.position=="") style.position = "relative"; } this.draw(event); // fix AppleWebKit rendering if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0);... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/3ed87f22d21ec76d73f0def750af115212098e0d/slider.js/buggy/src/slider.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
Draggables.notify('onStart'); | Draggables.notify('onStart', this); | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; Draggables.notify('onStart'); if(this.options.starteffect) thi... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/cadcd9e7144394ecc9df01961191d20e5e219a37/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/clean/railties/html/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/railties/html/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
depth.times(function(){ div = div.childNodes[0] }); | depth.times(function(){ div = div.firstChild }); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a88bd086d7457c74579ba63d8ab7a51122253237/prototype.js/clean/lib/prototype.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/clean/railties/html/javascripts/dragdrop.js |
if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; | if(Element.getStyle(this.element,'position')=='') style.position = "relative"; if(this.options.zindex) { this.options.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); style.zIndex = this.options.zindex; } | update: function(event) { if(this.active) { if(!this.dragging) { var style = this.element.style; this.dragging = true; if(style.position=="") style.position = "relative"; style.zIndex = this.options.zindex; if(this.options.ghosting) { this._clone = this.element.clone... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js |
html = typeof html == 'undefined' ? '' : html.toString(); | Element.Methods.update = function(element, html) { element = $(element); var tagName = element.tagName.toUpperCase(); if (['THEAD','TBODY','TR','TD'].indexOf(tagName) > -1) { var div = document.createElement('div'); switch (tagName) { case 'THEAD': case 'TBODY': div.innerHTML... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/fe39ac7e56c5efaa3995353cdabb432a23229633/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js | |
notshown = GXml.value(x.getElementsByTagName('notshown')[0]) | var notshown = GXml.value(x.getElementsByTagName('notshown')[0]) | function update_place_list() { var bounds = map.getBoundsLatLng(); var r = GXmlHttp.create(); url = "/cgi-bin/list.fcg?type=xml;topleft_lat=" + bounds.maxY + ";topleft_long="+ bounds.minX + ";bottomright_lat=" + bounds.minY + ";bottomright_long=" + bounds.maxX r.open("GET", url, true); r.onreadystatechan... | 4679 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4679/830a1659a99b1dceb654a1e8ea613d7135173c19/pop.js/clean/docs/js/pop.js |
url = "/cgi-bin/list.cgi?type=xml;topleft_lat=" + bounds.maxY + ";topleft_long="+ bounds.minX + ";bottomright_lat=" + bounds.minY + ";bottomright_long=" + bounds.maxX | url = "/cgi-bin/list.fcg?type=xml;topleft_lat=" + bounds.maxY + ";topleft_long="+ bounds.minX + ";bottomright_lat=" + bounds.minY + ";bottomright_long=" + bounds.maxX | function update_place_list() { var bounds = map.getBoundsLatLng(); var r = GXmlHttp.create(); url = "/cgi-bin/list.cgi?type=xml;topleft_lat=" + bounds.maxY + ";topleft_long="+ bounds.minX + ";bottomright_lat=" + bounds.minY + ";bottomright_long=" + bounds.maxX r.open("GET", url, true); r.onreadystatechan... | 4679 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4679/d662c3c39007ad3274e1fd51ffc7bcacf3d2064d/pop.js/buggy/docs/js/pop.js |
lat = markers[m].getAttribute('lat') lng = markers[m].getAttribute('lng') zoom = markers[m].getAttribute('zoom') marker[m] = window.createPin(new GPoint(lng, lat), zoom, "Foo") | lat = parseFloat(markers[m].getAttribute('lat')) lng = parseFloat(markers[m].getAttribute('lng')) zoom = parseInt(markers[m].getAttribute('zoom'), 10) bubble = GXml.value(markers[m]) marker[m] = window.createPin(new GPoint(lng, lat), zoom, bubble) | function update_place_list() { var bounds = map.getBoundsLatLng(); var r = GXmlHttp.create(); url = "/cgi-bin/list.cgi?type=xml;topleft_lat=" + bounds.maxY + ";topleft_long="+ bounds.minX + ";bottomright_lat=" + bounds.minY + ";bottomright_long=" + bounds.maxX r.open("GET", url, true); r.onreadystatechan... | 4679 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4679/071bfe827e73b27a5ad4cb5faa8c4f48c34e3db7/pop.js/buggy/docs/js/pop.js |
cmd.value += " input " + value( 'vlm_broadcast_input' ); | cmd.value += " input " + sanitize_input( value( 'vlm_broadcast_input' ) ); | function update_vlm_add_broadcast(){ var cmd = document.getElementById( 'vlm_command' ); if( value( 'vlm_broadcast_name' ) ) { cmd.value = "new " + addunderscores( value( 'vlm_broadcast_name' ) ) + " broadcast"; if( checked( 'vlm_broadcast_enabled' ) ) { cmd.v... | 1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/1069842422c60a1496592abe8e6a37e8482831e9/vlm.js/buggy/share/http/js/vlm.js |
cmd.value += " input " + value( 'vlm_vod_input' ); | cmd.value += " input " + sanitize_input( value( 'vlm_vod_input' ) ); | function update_vlm_add_vod(){ var cmd = document.getElementById( 'vlm_command' ); if( value( 'vlm_vod_name' ) ) { cmd.value = "new " + addunderscores( value( 'vlm_vod_name' ) ) + " vod"; if( checked( 'vlm_vod_enabled' ) ) { cmd.value += " enabled"; } ... | 1058 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1058/1069842422c60a1496592abe8e6a37e8482831e9/vlm.js/buggy/share/http/js/vlm.js |
var label = editor.query(' var dropdown = editor.query(' | var label = editor.query('. var dropdown = editor.query('. | function updateBreakpointTypeOnLine(line){ var breakpoint = files[currentFile].breakpoints[line]; var editor = breakpoint.editor; var label = editor.query('//label[@class="conditionLabel"]'); var dropdown = editor.query('//select[@class="editorDropdown"]'); breakpoint.type = dropdown.selectedIndex; sw... | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/f3853fed8fa994cfa6fd50d5433ca2d638f7955e/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js |
updateCallback = function (progress, status, pb) { | var updateCallback = function (progress, status, pb) { | updateCallback = function (progress, status, pb) { if (progress == 100) { pb.stopMonitoring(); window.location = window.location.href.split('op=')[0] +'op=finished'; } } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/cb49e19e9ed2e90a4ece7a5479a4f6e3d342925f/update.js/clean/misc/update.js |
updateChoices: function(choices) { if(!this.changed && this.hasFocus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entryCount = th... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/d47b517c9648e2af5fd32581ffb3d0e90aa62652/controls.js/buggy/src/controls.js | ||
this.render(); | if(this.entryCount==1 && this.options.autoSelect) { this.selectEntry(); this.hide(); } else { this.render(); } | updateChoices: function(choices) { if(!this.changed && this.hasFocus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entryCount = th... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/d47b517c9648e2af5fd32581ffb3d0e90aa62652/controls.js/buggy/src/controls.js |
if(!this.changed && this.has_focus) { | if(!this.changed && this.hasFocus) { | updateChoices: function(choices) { if(!this.changed && this.has_focus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entry_count = ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
this.entry_count = | this.entryCount = | updateChoices: function(choices) { if(!this.changed && this.has_focus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entry_count = ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
for (var i = 0; i < this.entry_count; i++) { entry = this.get_entry(i); | for (var i = 0; i < this.entryCount; i++) { var entry = this.getEntry(i); | updateChoices: function(choices) { if(!this.changed && this.has_focus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entry_count = ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
this.entry_count = 0; | this.entryCount = 0; | updateChoices: function(choices) { if(!this.changed && this.has_focus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entry_count = ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
updateChoices: function(choices) { if(!this.changed && this.has_focus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entry_count = ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js | ||
updateChoices: function(choices) { if(!this.changed && this.has_focus) { this.update.innerHTML = choices; Element.cleanWhitespace(this.update); Element.cleanWhitespace(this.update.firstChild); if(this.update.firstChild && this.update.firstChild.childNodes) { this.entry_count = ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js | ||
this.decay = (request.responseText == this.lastText ? | this.decay = (request.responseText == this.lastText ? | updateComplete: function(request) { if (this.options.decay) { this.decay = (request.responseText == this.lastText ? this.decay * this.options.decay : 1); this.lastText = request.responseText; } this.timer = setTimeout(this.onTimerEvent.bind(this), this.decay * this.frequency * 1000); ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
this.timer = setTimeout(this.onTimerEvent.bind(this), | this.timer = setTimeout(this.onTimerEvent.bind(this), | updateComplete: function(request) { if (this.options.decay) { this.decay = (request.responseText == this.lastText ? this.decay * this.options.decay : 1); this.lastText = request.responseText; } this.timer = setTimeout(this.onTimerEvent.bind(this), this.decay * this.frequency * 1000); ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.onComplete) this.onComplete(this.request); | if (!this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this.onComplete) { setTimeout((function() {this.onComplete(this.request)}).bind(this), 10); } | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.onComplete) this.onComplete(this.request); } | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/ce59719a389fe9057004f655640d3cfff0df7ab8/prototype.js/buggy/public/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
if (!tinyMCE.isMSIE) | if (!tinyMCE.isIE) | updateContent : function(form_element_name) { // Find MCE instance linked to given form element and copy it's value var formElement = document.getElementById(form_element_name); for (var n in tinyMCE.instances) { var inst = tinyMCE.instances[n]; if (!tinyMCE.isInstance(inst)) continue; inst.switchSettings(... | 10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/tiny_mce_src.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/tiny_mce_src.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
setTimeout(this.onComplete.bind(this), 10); | setTimeout((function() {this.onComplete( this.transport)}).bind(this), 10); | updateContent: function() { var receiver = this.responseIsSuccess() ? this.containers.success : this.containers.failure; var match = new RegExp(Ajax.Updater.ScriptFragment, 'img'); var response = this.transport.responseText.replace(match, ''); var scripts = this.transport.responseText.match(match... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js |
setTimeout((function() {this.onComplete( this.transport)}).bind(this), 10); | setTimeout(this.onComplete.bind(this), 10); | updateContent: function() { var receiver = this.responseIsSuccess() ? this.containers.success : this.containers.failure; var match = new RegExp(Ajax.Updater.ScriptFragment, 'img'); var response = this.transport.responseText.replace(match, ''); var scripts = this.transport.responseText.match(match... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js |
setTimeout((function() {this.onComplete( this.transport)}).bind(this), 10); | setTimeout(this.onComplete.bind(this), 10); | updateContent: function() { var receiver = this.responseIsSuccess() ? this.containers.success : this.containers.failure; var match = new RegExp(Ajax.Updater.ScriptFragment, 'img'); var response = this.transport.responseText.replace(match, ''); var scripts = this.transport.responseText.match(match... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { | if (!this.options.insertion) { | updateContent: function() { this.container.innerHTML = this.request.transport.responseText; if (this.options.insertion) { this.container.innerHTML = this.request.transport.responseText; } else { new this.options.insertion(this.container, this.request.transport.responseText); } if (this... | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/f7b89667ac4157d64697aa2f51bcea8a26c0fd8f/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js |
p[0] += (window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0); p[1] += (window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0); | updateDrag: function(event, pointer) { if(!this.dragging) this.startDrag(event); Position.prepare(); Droppables.show(pointer, this.element); Draggables.notify('onDrag', this, event); this.draw(pointer); if(this.options.change) this.options.change(this); if(this.options.scroll) { this.sto... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/b5f2050ddbdf5051d93033f7ad3a1dc07225c45e/dragdrop.js/buggy/src/dragdrop.js | |
updateDrag: function(event, pointer) { if(!this.dragging) this.startDrag(event); Position.prepare(); Droppables.show(pointer, this.element); Draggables.notify('onDrag', this, event); this.draw(pointer); if(this.options.change) this.options.change(this); if(this.options.scroll) { this.sto... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/e321fea35b6ecd3ecdf4ed7662ff8917ab1af51f/dragdrop.js/clean/src/dragdrop.js | ||
updateElement: function(value) { var last_token_pos = this.findLastToken(); if (last_token_pos != -1) { var new_value = this.element.value.substr(0, last_token_pos + 1); var whitespace = this.element.value.substr(last_token_pos + 1).match(/^\s+/); | updateElement: function(selectedElement) { if (this.options.updateElement) { this.options.updateElement(selectedElement); return; } var value = Element.collectTextNodesIgnoreClass(selectedElement, 'informal'); var lastTokenPos = this.findLastToken(); if (lastTokenPos != -1) { var newValue = this.element.value.substr(0... | updateElement: function(value) { var last_token_pos = this.findLastToken(); if (last_token_pos != -1) { var new_value = this.element.value.substr(0, last_token_pos + 1); var whitespace = this.element.value.substr(last_token_pos + 1).match(/^\s+/); if (whitespace) new_value += whitespace[0]... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.