rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 13 136k | meta stringlengths 132 347 |
|---|---|---|---|
expression.suffix = "_ok"; | function statement(expression) { return expression.toString() + ";";} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/fe1372a65edb0f9de4e2c39835ef3104503a1322/perl-rc.js/buggy/src/content/formats/perl-rc.js | |
console.gotoxy(1,1); if(insert) console.write("Insert Mode"); else console.write("Overwrite Mode"); console.cleartoeol(); console.gotoxy(xpos,ypos); | if(insert != lastinsert) { lastinsert=insert; console.gotoxy(1,1); if(insert) console.write("Insert Mode"); else console.write("Overwrite Mode"); console.cleartoeol(); set_cursor(); } | function status_line(){ console.gotoxy(1,1); if(insert) console.write("Insert Mode"); else console.write("Overwrite Mode"); console.cleartoeol(); console.gotoxy(xpos,ypos);} | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/01df868790e712324b0ea222651723cca8476031/fseditor.js/buggy/fseditor.js |
Drupal.collapseScrollIntoView(fieldset); } | Drupal.collapseScrollIntoView(this.parentNode); } | step: function() { Drupal.collapseScrollIntoView(fieldset); } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/57eecc45f6dee8d0df453937cdbd5765e4174d44/collapse.js/buggy/misc/collapse.js |
pauseOnNextStatement = false; steppingOut = false; steppingOver = false; steppingStack = 0; | function stepInto(){ DebuggerDocument.stepInto();} | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/98c1cf6f6c32738969ddb4ace85168e572624ea4/debugger.js/buggy/third_party/WebKit/WebKitTools/Drosera/debugger.js | |
pauseOnNextStatement = false; | pauseOnNextStatement = pausedWhileLeavingFrame; | function stepOut(){ pauseOnNextStatement = false; steppingOver = false; steppingStack = 0; steppingOut = true; DebuggerDocument.resume();} | 10664 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10664/9fb9252f156a927179fe79054bbbd11f65d18b9f/debugger.js/clean/third_party/WebKit/WebKitTools/Drosera/debugger.js |
document.removeEvent('mousemove', this.drag.bindWithEvent(this)); document.removeEvent('mouseup', this.stop.bind(this)); | document.removeEvent('mousemove', this.bound.drag); document.removeEvent('mouseup', this.bound.stop); | stop: function(){ document.removeEvent('mousemove', this.drag.bindWithEvent(this)); document.removeEvent('mouseup', this.stop.bind(this)); this.fireEvent('onComplete', this.element); } | 5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/8ac103886cf6d33ed267fc2e146d71159138c0d8/Drag.Base.js/clean/Drag/Drag.Base.js |
document.removeEvent('mousemove', this.drag.bindWithEvent(this)); document.removeEvent('mouseup', this.stop.bind(this)); | document.removeEvent('mousemove', this.bound.drag); document.removeEvent('mouseup', this.bound.stop); | stop: function(){ document.removeEvent('mousemove', this.drag.bindWithEvent(this)); document.removeEvent('mouseup', this.stop.bind(this)); this.fireEvent('onComplete', this.element); } | 6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/8ac103886cf6d33ed267fc2e146d71159138c0d8/Drag.Base.js/clean/Drag/Drag.Base.js |
if (event.preventDefault) { event.preventDefault(); event.stopPropagation(); | if (event.preventDefault) { event.preventDefault(); event.stopPropagation(); | stop: function(event) { if (event.preventDefault) { event.preventDefault(); event.stopPropagation(); } else { event.returnValue = false; } }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
event.cancelBubble = true; | stop: function(event) { if (event.preventDefault) { event.preventDefault(); event.stopPropagation(); } else { event.returnValue = false; } }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js | |
LOG.debug("stopping..."); | LOG.debug("stopping... (state=" + recorder.state + ")"); | function stopAndDo(func, arg1, arg2) { if (testLoop && recorder.state != 'paused') { LOG.debug("stopping..."); stopping = true; setTimeout(func, 500, arg1, arg2); return false; } stopping = false; testLoop = null; testCase.debugContext.reset(); for (var i = 0; i < testCase.commands.length; i++) { delete testCase.c... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/56fc4f5f3917b78710f5a5ebd9ac6059585b5b7f/selenium-runner.js/clean/src/content/selenium-runner.js |
} | } | function stopEvent(event) { if (event.preventDefault) { event.preventDefault(); event.stopPropagation(); } else { event.returnValue = false; event.cancelBubble = true; } } | 3650 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3650/ea2d79109595f0c936259ffacfccd904f8dcd599/drupal.js/buggy/misc/drupal.js |
if(this.indicator) Element.hide(this.indicator); | if(this.options.indicator) Element.hide(this.options.indicator); | stopIndicator: function() { if(this.indicator) Element.hide(this.indicator); }, | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/controls.js/clean/public/javascripts/controls.js |
if (element.removeEventListener) { | if (element && element.removeEventListener) { | stopObserving: function(elementParam, name, observer, useCapture) { var element = $(elementParam); useCapture = useCapture || false; if (name == 'keypress' && (navigator.appVersion.match(/Konqueror|Safari|KHTML/) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/2467940cd3abf6d1163b86d932e66b699eedf9fe/Events.js/clean/lib/OpenLayers/Events.js |
} else if (element.detachEvent) { | } else if (element && element.detachEvent) { | stopObserving: function(elementParam, name, observer, useCapture) { var element = $(elementParam); useCapture = useCapture || false; if (name == 'keypress' && (navigator.appVersion.match(/Konqueror|Safari|KHTML/) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/2467940cd3abf6d1163b86d932e66b699eedf9fe/Events.js/clean/lib/OpenLayers/Events.js |
((navigator.appVersion.indexOf('AppleWebKit') > 0) | (/Konqueror|Safari|KHTML/.test(navigator.userAgent)) | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && ((navigator.appVersion.indexOf('AppleWebKit') > 0) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { ... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/cdfd65b24c35cfb3ffa9589211762adec603301d/prototype.js/clean/lib/prototype.js |
(/Konqueror|Safari|KHTML/.test(navigator.userAgent)) | ((/Konqueror|Safari|KHTML/.test(navigator.userAgent)) | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && (/Konqueror|Safari|KHTML/.test(navigator.userAgent)) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) ... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/10e041f862f5452ce24eca46de7f7b39e1d65216/prototype.js/clean/lib/prototype.js |
((navigator.appVersion.indexOf('AppleWebKit') > 0) | ((/Konqueror|Safari|KHTML/.test(navigator.userAgent)) | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && ((navigator.appVersion.indexOf('AppleWebKit') > 0) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { ... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js |
if (element.removeEventListener) { | if (element && element.removeEventListener) { | stopObserving: function(elementParam, name, observer, useCapture) { var element = $(elementParam); useCapture = useCapture || false; if (name == 'keypress' && (navigator.appVersion.match(/Konqueror|Safari|KHTML/) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/2467940cd3abf6d1163b86d932e66b699eedf9fe/Events.js/clean/lib/OpenLayers/Events.js |
} else if (element.detachEvent) { | } else if (element && element.detachEvent) { | stopObserving: function(elementParam, name, observer, useCapture) { var element = $(elementParam); useCapture = useCapture || false; if (name == 'keypress' && (navigator.appVersion.match(/Konqueror|Safari|KHTML/) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/2467940cd3abf6d1163b86d932e66b699eedf9fe/Events.js/clean/lib/OpenLayers/Events.js |
stopObserving: function(element, name, observer, useCapture) { var element = $(element); | stopObserving: function(elementParam, name, observer, useCapture) { var element = $(elementParam); | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && (navigator.appVersion.match(/Konqueror|Safari|KHTML/) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { e... | 2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/671539c9b3120e1f88904dda8f2d61691c8b9d17/Prototype.js/clean/lib/Prototype.js |
stopObserving: function(element, name, observer, useCapture) { var element = $(element); | stopObserving: function(elementParam, name, observer, useCapture) { var element = $(elementParam); | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && (navigator.appVersion.match(/Konqueror|Safari|KHTML/) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { e... | 2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/671539c9b3120e1f88904dda8f2d61691c8b9d17/Prototype.js/clean/lib/Prototype.js |
((/Konqueror|Safari|KHTML/.test(navigator.userAgent)) | ((navigator.appVersion.indexOf('AppleWebKit') > 0) | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && ((/Konqueror|Safari|KHTML/.test(navigator.userAgent)) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener)... | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js |
stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && ((navigator.appVersion.indexOf('AppleWebKit') > 0) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js | ||
((navigator.appVersion.indexOf('AppleWebKit') > 0) | (navigator.appVersion.match(/Konqueror|Safari|KHTML/) | stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && ((navigator.appVersion.indexOf('AppleWebKit') > 0) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js |
stopObserving: function(element, name, observer, useCapture) { var element = $(element); useCapture = useCapture || false; if (name == 'keypress' && ((navigator.appVersion.indexOf('AppleWebKit') > 0) || element.detachEvent)) name = 'keydown'; if (element.removeEventListener) { ... | 742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js | ||
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 2320 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2320/19200c26046dc00f15305e03b7c1d28b4c38c952/dragdrop.js/clean/web/scripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2e6cdce0a4e7c025dfe882c234686ffe2cbf5a9f/dragdrop.js/buggy/src/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/buggy/railties/html/javascripts/dragdrop.js | |
Draggables._lastScrollPointer = null; | stopScrolling: function() { if(this.scrollInterval) { clearInterval(this.scrollInterval); this.scrollInterval = null; } }, | 107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/bb2276098a5a21c35e5ee72b3097bd9d7caa919f/dragdrop.js/clean/actionpack/lib/action_view/helpers/javascripts/dragdrop.js | |
for (i=0; i < treeNodeObj.nChildren; i++) | for (i=0; i < treeNodeObj.nChildren; i++) | function storeAllNodesInClickCookie(treeNodeObj){ var currentOpen var i = 0 if (typeof treeNodeObj.setState != "undefined") //is folder { currentOpen = GetCookie("clickedFolder") if (currentOpen == null) currentOpen = "" if (treeNodeObj.getID() != foldersTree.getID()) SetCookie("clickedFolder", c... | 5527 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5527/10ba7e2a5c2d92957e2e2af83e2170a8ccca3aea/ftiens4.js/clean/trunk/cacti/include/treeview/ftiens4.js |
bbs.edit_user(str); | if(parseInt(str)) bbs.edit_user(str); else bbs.edit_user(); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/81b730a75bd4bb05dc33eecf12c0e6f21a1d351f/str_cmds.js/buggy/str_cmds.js |
editfile(str); | console.editfile(str); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/d3083395cddc98a3a9b760c45cb1c4727c410318/str_cmds.js/clean/str_cmds.js |
str=file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].path; | curlib=get_lib_index(bbs.curlib); if(curlib==-1) return; /* ToDo bbs.curdir is not necessarily correct */ str=file_area.lib_list[curlib].dir_list[bbs.curdir].path; | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js |
write(add_commas(files,16)+" File(s)"); writeln(add_commas(bytes,15)+" bytes"); | write(add_commas(files,16)+" File(s)"); writeln(add_commas(bytes,15)+" bytes"); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js |
function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js | ||
for(j=0;j<file_area.lib_list[bbs.curlib].length;j++) { bbs.resort_dir(file_area.lib_list[bbs.curlib].dir_list[j].number); } } else { bbs.resort_dir(file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].number); | curlib=get_lib_index(bbs.curlib); if(curlib==-1) return; for(j=0;j<file_area.lib_list[curlib].dir_list.length;j++) { bbs.resort_dir(file_area.lib_list[curlib].dir_list[j].number); } } else { bbs.resort_dir(undefined); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js |
function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js | ||
for(j=0;j<file_area.lib_list[bbs.curlib].length;j++) { | curlib=get_lib_index(bbs.curlib); if(curlib==-1) return; for(j=0;j<file_area.lib_list[curlib].dir_list.length;j++) { | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js |
l=bbs.list_file_info(file_area.lib_list[bbs.curlib].dir_list[j].number,s,m); | l=bbs.list_file_info(file_area.lib_list[curlib].dir_list[j].number,s,m); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js |
l=bbs.list_file_info(file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].number,s,m); | l=bbs.list_file_info(undefined,s,m); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/32d005d397066589075ff174903a5d3b46ac853e/str_cmds.js/buggy/str_cmds.js |
if(str=="MEM") { writeln("\r\n\001h\001rMEM command not implemented."); return; } | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/cc21a1ad0adf1c9abb667733f7960b17f8a53619/str_cmds.js/buggy/str_cmds.js | |
curlib=get_lib_index(bbs.curlib); if(curlib==-1) return; /* ToDo bbs.curdir is not necessarily correct */ str=file_area.lib_list[curlib].dir_list[bbs.curdir].path; | str=file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].path; | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/cc21a1ad0adf1c9abb667733f7960b17f8a53619/str_cmds.js/buggy/str_cmds.js |
curlib=get_lib_index(bbs.curlib); if(curlib==-1) return; for(j=0;j<file_area.lib_list[curlib].dir_list.length;j++) { bbs.resort_dir(file_area.lib_list[curlib].dir_list[j].number); | for(j=0;j<file_area.lib_list[bbs.curlib].dir_list.length;j++) { bbs.resort_dir(file_area.lib_list[bbs.curlib].dir_list[j].number); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/cc21a1ad0adf1c9abb667733f7960b17f8a53619/str_cmds.js/buggy/str_cmds.js |
curlib=get_lib_index(bbs.curlib); if(curlib==-1) return; for(j=0;j<file_area.lib_list[curlib].dir_list.length;j++) { | for(j=0;j<file_area.lib_list[bbs.curlib].dir_list.length;j++) { | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/cc21a1ad0adf1c9abb667733f7960b17f8a53619/str_cmds.js/buggy/str_cmds.js |
l=bbs.list_file_info(file_area.lib_list[curlib].dir_list[j].number,s,m); | l=bbs.list_file_info(file_area.lib_list[bbs.curlib].dir_list[j].number,s,m); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/cc21a1ad0adf1c9abb667733f7960b17f8a53619/str_cmds.js/buggy/str_cmds.js |
if(user.compare_ars("QUIET")) | if(system.node_list[bbs.node_num-1].status==NODE_QUIET) | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/87a4751a26798affe574118fcdc5506e91e754aa/str_cmds.js/buggy/str_cmds.js |
writeln("UEDIT [#]"); writeln("\tEdits user # or starts at user 0"); | writeln("UEDIT [Number or Name]"); writeln("\tEdits specified user or starts at user #1"); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f05b31cc1f91deefbb641acb6643221b74e08958/str_cmds.js/buggy/str_cmds.js |
if(parseInt(str)) bbs.edit_user(str); | if(str.length) bbs.edit_user(bbs.finduser(get_arg(str))); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/f05b31cc1f91deefbb641acb6643221b74e08958/str_cmds.js/buggy/str_cmds.js |
if(!file_exists(str)) { write(bbs.text(FileNotFound)); return; } | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a537c2369a36e2c5a9b282860d82a585f000af94/str_cmds.js/clean/str_cmds.js | |
if(console.yesno("Edit/Create .plan")) | if(console.yesno("Edit/Create .plan")) { console.editfile(plan); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/05cf417e211afc3e7521649be4b1aaa550b55cb2/str_cmds.js/buggy/str_cmds.js |
console.editfile(plan); | } | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/05cf417e211afc3e7521649be4b1aaa550b55cb2/str_cmds.js/buggy/str_cmds.js |
if(file_area.lib_list[i].offline_dir == file_area.lib_list[i].dir[j]) | if(file_area.lib_list[i].offline_dir != undefined && file_area.lib_list[i].offline_dir == file_area.lib_list[i].dir[j]) | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a00fc8150c9a09f8538d178b3a4e1fe9cf5b14cc/str_cmds.js/clean/str_cmds.js |
if(file_area.lib_list[bbs.curlib].offline_dir == file_area.lib_list[bbs.curlib].dir[j]) | if(file_area.lib_list[bbs.curlib].offline_dir != undefined && file_area.lib_list[bbs.curlib].offline_dir == file_area.lib_list[bbs.curlib].dir[j]) | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a00fc8150c9a09f8538d178b3a4e1fe9cf5b14cc/str_cmds.js/clean/str_cmds.js |
if(file_area.lib_list[i].offline_dir == file_area.lib_list[i].dir[j]) | if(file_area.lib_list[i].offline_dir != undefined && file_area.lib_list[i].offline_dir == file_area.lib_list[i].dir[j]) | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a00fc8150c9a09f8538d178b3a4e1fe9cf5b14cc/str_cmds.js/clean/str_cmds.js |
if(file_area.lib_list[bbs.curlib].offline_dir == file_area.lib_list[bbs.curlib].dir[j]) | if(file_area.lib_list[bbs.curlib].offline_dir != undefined && file_area.lib_list[bbs.curlib].offline_dir == file_area.lib_list[bbs.curlib].dir[j]) | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/a00fc8150c9a09f8538d178b3a4e1fe9cf5b14cc/str_cmds.js/clean/str_cmds.js |
writeln("QUIET\tToggles quit setting (you are not lised as online)."); | writeln("QUIET\tToggles quiet setting (you are not lised as online)."); | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/7b24ae25e69d12fb292d4cef8c00e8ca178ff286/str_cmds.js/clean/str_cmds.js |
bbs.bulk_upload(str); | if(str.toUpperCase()=="ALL") { for(i=0; i<file_area.lib_list.length; i++) { for(j=0; j<file_area.lib_list[i].dir_list.length; j++) { /* ToDo extra check here... if(cfg.lib[i]->offline_dir==usrdir[i][j]) continue; */ bbs.bulk_upload(file_area.lib_list[i].dir_list[j].number); } } return; } if(str.toUpperCase()=="LIB") { ... | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/683351f999edf79867bfaf6a75ae6af7661c282b/str_cmds.js/clean/str_cmds.js |
if(!i) i=bbs.node_num; | function str_cmds(str){ var file; // File var word; // First word of args var i; // Temp integer var j; // Temp integer var k; // Temp integer var l; // Temp integer var m; // Temp integer var a; // Temp array var s; // Temp string // Remove any trailing spaces str=truncsp(str); // Upper-Case first word str=str.... | 4284 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4284/8d7883584543a032d67aa778d7cfa7461fa3b1a1/str_cmds.js/clean/str_cmds.js | |
value = value.replace(/\xA0/g, ' '); | function string(value) { if (value != null) { value = value.replace(/^\s+/, ''); value = value.replace(/\s+$/, ''); value = value.replace(/\\/g, '\\\\'); value = value.replace(/\"/g, '\\"'); value = value.replace(/\r/g, '\\r'); value = value.replace(/\n/g, '\\n'); return '"' + value + '"'; } else { return '""';... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/4bfa7692cc2103f89695fba65b7284a7b4aeb230/remoteControl.js/buggy/src/content/formats/remoteControl.js | |
value = value.replace(/^\s+/, ''); value = value.replace(/\s+$/, ''); | function string(value) { if (value != null) { value = value.replace(/^\s+/, ''); value = value.replace(/\s+$/, ''); value = value.replace(/\\/g, '\\\\'); value = value.replace(/\"/g, '\\"'); value = value.replace(/\r/g, '\\r'); value = value.replace(/\n/g, '\\n'); value = value.replace(/\xA0/g, ' '); return '"'... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9c787c7e6c12c5505c234cea90865fbee0d58139/remoteControl.js/buggy/src/content/formats/remoteControl.js | |
value = value.replace(/\xA0/g, ' '); | function string(value) { if (value != null) { value = value.replace(/^\s+/, ''); value = value.replace(/\s+$/, ''); value = value.replace(/\\/g, '\\\\'); value = value.replace(/\"/g, '\\"'); value = value.replace(/\r/g, '\\r'); value = value.replace(/\n/g, '\\n'); value = value.replace(/\xA0/g, ' '); return '"'... | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9c787c7e6c12c5505c234cea90865fbee0d58139/remoteControl.js/buggy/src/content/formats/remoteControl.js | |
value = value.replace(/\r/g, '\\r'); | string = function(value) { value = value.replace(/\"/g, '\\"'); value = value.replace(/\n/g, '\\n'); var unicode = false; for (var i = 0; i < value.length; i++) { if (value.charCodeAt(i) >= 128) { unicode = true; } } return (unicode ? 'u' : '') + '"' + value + '"';} | 4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/9c787c7e6c12c5505c234cea90865fbee0d58139/python-rc.js/clean/src/content/formats/python-rc.js | |
String_prototype_doDisplay_immutable = function(p) { | var String_prototype_doDisplay_immutable = function(p) { | String_prototype_doDisplay_immutable = function(p) { if (this.charAt(0) !== sc_SYMBOL_PREFIX) p.appendJSString(this); else p.appendJSString(this.slice(1));} | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/6f126e296c2abf467096563f59303f565c8bd74d/runtime.js/buggy/scheme2js/runtime/runtime.js |
String_prototype_doWrite_immutable = function(p) { | var String_prototype_doWrite_immutable = function(p) { | String_prototype_doWrite_immutable = function(p) { // TODO: handle escape-chars symbols if (this.charAt(0) !== sc_SYMBOL_PREFIX) p.appendJSString('"' + sc_escapeWriteString(this) + '"'); else p.appendJSString(this.slice(1));} | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/6f126e296c2abf467096563f59303f565c8bd74d/runtime.js/buggy/scheme2js/runtime/runtime.js |
String_prototype_doWrite_mutable = function(p) { // TODO: handle escape-chars symbols p.appendJSString(this);} | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/0bc8f13bad18ef0f992ba2b90f387c220c907455/runtime.js/buggy/scheme2js/runtime/runtime.js | ||
String_prototype_doWrite_mutable = function(p) { | var String_prototype_doWrite_mutable = function(p) { | String_prototype_doWrite_mutable = function(p) { p.appendJSString(this);} | 4636 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4636/6f126e296c2abf467096563f59303f565c8bd74d/runtime.js/buggy/scheme2js/runtime/runtime.js |
if (! theForm) | if (! theForm) { alert("null form in submitForm!"); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list_id).value; debug("submitForm: currDatabase = " + currDatabase); ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
refreshBufferList(g_cq_buffer_current); | refreshBufferList(g_cq_buffer_current, "submitForm"); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list_id).value; debug("submitForm: currDatabase = " + currDatabase); ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
var currDatabase = document.getElementById(g_cq_database_list_id).value; | var currDatabase = document.getElementById(g_cq_eval_list_id).value; | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list_id).value; debug("submitForm: currDatabase = " + currDatabase); ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
setCookie(g_cq_database_list_id, currDatabase, 30); | setCookie(g_cq_eval_list_id, currDatabase, 30); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) return; refreshBufferList(g_cq_buffer_current); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_database_list_id).value; debug("submitForm: currDatabase = " + currDatabase); ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js |
var currDatabase = document.getElementById(g_cq_eval_list_id).value; debug("submitForm: currDatabase = " + currDatabase); setCookie(g_cq_eval_list_id, currDatabase, 30); | if (false) { disableButtons(true); var fSet = getFrameset(); var qFrame = getQueryFrame(); var rFrame = getResultFrame(); if (!(rFrame && qFrame)) { debug("null queryFrame or resultFrame!"); } else { var f = function () { disableButtons(false) }; rFrame.onload = f; rFrame.onunload = f; rFrame.onabort = f; qFrame... | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_eval_list_id).value; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/0e5f0b3da8533c199502a5e5d1c14981dffa3634/cq.js/buggy/cq.js |
return; | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // copy the selected database to the session cookie var currDatabase = document.getElementById(g_cq_eval_list_id).value; ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/0e5f0b3da8533c199502a5e5d1c14981dffa3634/cq.js/buggy/cq.js | |
$(gQueryInput).value = query; | $(kQueryInput).value = query; | function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } if (saveHistory) { gHistory.add(query); } // sync the session, if it has changed gSession.sync(); // copy query ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/95f89c0957a3426915b61066d1c0793d3f8f49db/query.js/buggy/query.js |
$(gQueryMimeType).value = theMimeType; | $(kQueryMimeType).value = theMimeType; | function submitForm(theForm, query, theMimeType, saveHistory) { debug.print("submitForm: " + query); if (! theForm) { alert("null form in submitForm!"); return; } if (saveHistory) { gHistory.add(query); } // sync the session, if it has changed gSession.sync(); // copy query ... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/95f89c0957a3426915b61066d1c0793d3f8f49db/query.js/buggy/query.js |
gBuffers.activate(); | function submitForm(theForm, query, theMimeType, saveHistory) { if (! theForm) { alert("null form in submitForm!"); return; } gBuffers.activate(); if (saveHistory) { gHistory.add(query); } // sync the session, if it has changed gSession.sync(gHistory.lastModified); // TODO w... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/f37d7a46fe69664aad0a49c7e757f0d4576d6dc0/query.js/buggy/query.js | |
debug("null queryFrame or resultFrame!"); | debug.print("null queryFrame or resultFrame!"); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // TODO would like to disable buttons during post // but it's too problematic for now if (false) { disableButto... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
debug("resultFrame.onload = " + rFrame.onload); | debug.print("resultFrame.onload = " + rFrame.onload); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // TODO would like to disable buttons during post // but it's too problematic for now if (false) { disableButto... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
debug("submitForm: currEval = " + currEval); | debug.print("submitForm: currEval = " + currEval); | function submitForm(theForm, theInput, theMimeType) { if (! theForm) { alert("null form in submitForm!"); return; } refreshBufferList(g_cq_buffer_current, "submitForm"); // TODO would like to disable buttons during post // but it's too problematic for now if (false) { disableButto... | 952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.