rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
13
136k
meta
stringlengths
132
347
if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url,
this.url = url; if (this.options.method == 'get') this.url += '?' + parameters; Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url,
this.url = url; if (this.options.method == 'get') this.url += '?' + parameters; Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
case 'element': this.options.postBody = $(this.options.postBody).toQueryString(); break; case 'object': this.options.postBody = Object.toQueryString(this.options.postBody); break; case 'string': break; default: this.options.postBody = null;
case 'element': data = $(this.options.postBody).toQueryString(); break; case 'object': data = Object.toQueryString(this.options.postBody); break; case 'string': data = this.options.postBody;
request: function(){ switch ($type(this.options.postBody)){ case 'element': this.options.postBody = $(this.options.postBody).toQueryString(); break; case 'object': this.options.postBody = Object.toQueryString(this.options.postBody); break; case 'string': break; default: this.options.postBody = null; } retur...
5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/ee45bcbdda9f41e1d047aeccacc4bf8768c2c67b/Ajax.js/buggy/Remote/Ajax.js
return this.send(this.url, this.options.postBody);
if (this._method) data = (data) ? [this._method, data].join('&') : this._method; this.setHeader('X-Requested-With', 'XMLHttpRequest'); return this.send(this.url, data);
request: function(){ switch ($type(this.options.postBody)){ case 'element': this.options.postBody = $(this.options.postBody).toQueryString(); break; case 'object': this.options.postBody = Object.toQueryString(this.options.postBody); break; case 'string': break; default: this.options.postBody = null; } retur...
5409 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5409/ee45bcbdda9f41e1d047aeccacc4bf8768c2c67b/Ajax.js/buggy/Remote/Ajax.js
case 'element': this.options.postBody = $(this.options.postBody).toQueryString(); break; case 'object': this.options.postBody = Object.toQueryString(this.options.postBody); break; case 'string': break; default: this.options.postBody = null;
case 'element': data = $(this.options.postBody).toQueryString(); break; case 'object': data = Object.toQueryString(this.options.postBody); break; case 'string': data = this.options.postBody;
request: function(){ switch ($type(this.options.postBody)){ case 'element': this.options.postBody = $(this.options.postBody).toQueryString(); break; case 'object': this.options.postBody = Object.toQueryString(this.options.postBody); break; case 'string': break; default: this.options.postBody = null; } retur...
6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/ee45bcbdda9f41e1d047aeccacc4bf8768c2c67b/Ajax.js/clean/Remote/Ajax.js
return this.send(this.url, this.options.postBody);
if (this._method) data = (data) ? [this._method, data].join('&') : this._method; this.setHeader('X-Requested-With', 'XMLHttpRequest'); return this.send(this.url, data);
request: function(){ switch ($type(this.options.postBody)){ case 'element': this.options.postBody = $(this.options.postBody).toQueryString(); break; case 'object': this.options.postBody = Object.toQueryString(this.options.postBody); break; case 'string': break; default: this.options.postBody = null; } retur...
6991 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6991/ee45bcbdda9f41e1d047aeccacc4bf8768c2c67b/Ajax.js/clean/Remote/Ajax.js
if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url,
this.url = url; if (this.options.method == 'get') this.url += '?' + parameters; Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
url += '?' + parameters;
this.url += '?' + parameters;
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
this.transport.open(this.options.method, url,
Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url,
this.url = url; if (this.options.method == 'get') this.url += '?' + parameters; Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url,
this.url = url; if (this.options.method == 'get') this.url += '?' + parameters; Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url,
this.url = url; if (this.options.method == 'get') this.url += '?' + parameters; Ajax.Responders.dispatch('onCreate', this, this.transport); this.transport.open(this.options.method, this.url,
request: function(url) { var parameters = this.options.parameters || ''; if (parameters.length > 0) parameters += '&_='; try { if (this.options.method == 'get') url += '?' + parameters; this.transport.open(this.options.method, url, this.options.asynchronous); if (this.options.asy...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
var resultFeatures = OpenLayers.Util.getNodes(doc, "gml:featureMember");
var resultFeatures = doc.getElementsByTagName("featureMember");
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = OpenLayers.parseXMLString(request.responseText); } var resultFeatures = OpenLayers.Util.getNodes(doc, "gml:featureMember"); //clear...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/c92cd6d88a59f79879c73965c26269e13afa25e3/WFS.js/buggy/lib/OpenLayers/Tile/WFS.js
ol.Log.info(this.CLASS_NAME + " found " +
ol.Log.info(this.grid.name + " found " +
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
var newFeature = new ol.Feature(resultFeatures[i]);
var feature = new ol.Feature(resultFeatures[i]);
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
var newMarker = this._createMarker(newFeature); this._addMarker(newMarker);
var icon = new OpenLayers.Icon(feature.markerImage, feature.size);
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
this.featureList[i] = new ol.Tile.WFS.FeatureItem( newFeature, newMarker);
var marker = new OpenLayers.Marker(icon, feature.lonlat);
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
if (this.ds.markers != null) { this.ds.markers.redraw(); }
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
ol.Log.info(this.CLASS_NAME + " found " +
ol.Log.info(this.grid.name + " found " +
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
var newFeature = new ol.Feature(resultFeatures[i]);
var feature = new ol.Feature(resultFeatures[i]);
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
var newMarker = this._createMarker(newFeature); this._addMarker(newMarker);
var icon = new OpenLayers.Icon(feature.markerImage, feature.size);
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
this.featureList[i] = new ol.Tile.WFS.FeatureItem( newFeature, newMarker);
var marker = new OpenLayers.Marker(icon, feature.lonlat);
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
if (this.ds.markers != null) { this.ds.markers.redraw(); }
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = ol.Application.parseXMLString(request.responseText); } var resultFeatures = ol.Application.getNodes(doc, "gml:featureMember"); ol.Log.info(...
2032 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2032/61d3c4412f8df939fe9339727859efa2c52c664f/WFS.js/clean/lib/OpenLayers/Tile/WFS.js
var resultFeatures = OpenLayers.Util.getNodes(doc, "gml:featureMember");
var resultFeatures = doc.getElementsByTagName("featureMember");
requestSuccess:function(request) { var doc = request.responseXML; if (!doc || request.fileType!="XML") { doc = OpenLayers.parseXMLString(request.responseText); } var resultFeatures = OpenLayers.Util.getNodes(doc, "gml:featureMember"); //clear...
2031 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2031/c92cd6d88a59f79879c73965c26269e13afa25e3/WFS.js/buggy/lib/OpenLayers/Tile/WFS.js
reset: function() { /** * reset the test to runnable state */ this.nextCommandRowIndex = 0; this.testDocument.bgColor = ""; this.commandRows.each(function(row) { row.reset(); }); // remove any additional fake "error" row added to the end of the do...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/525bd81c72821151977d3ee1b58b6ae54838ebbd/selenium-testrunner.js/clean/code/javascript/core/scripts/selenium-testrunner.js
this.commandRows.each(function(row) {
for (var i = 0; i < this.commandRows.length; i++) { var row = this.commandRows[i];
reset: function() { /** * reset the test to runnable state */ this.nextCommandRowIndex = 0; this.setStatus(''); this.commandRows.each(function(row) { row.reset(); }); // remove any additional fake "error" row added to the end of the document ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
});
}
reset: function() { /** * reset the test to runnable state */ this.nextCommandRowIndex = 0; this.setStatus(''); this.commandRows.each(function(row) { row.reset(); }); // remove any additional fake "error" row added to the end of the document ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
Element.remove(errorElement);
errorElement.parentNode.removeChild(errorElement);
reset: function() { /** * reset the test to runnable state */ this.nextCommandRowIndex = 0; this.setStatus(''); this.commandRows.each(function(row) { row.reset(); }); // remove any additional fake "error" row added to the end of the document ...
4983 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4983/697a29d268d2448c4391184afe752f6497773118/selenium-testrunner.js/buggy/code/javascript/core/scripts/selenium-testrunner.js
kinds = parent.frames["navigationFrame"].document.getElementById("kinds")
kinds = parent.navigationFrame.document.getElementById("kinds")
function resetKinds() { kinds = parent.frames["navigationFrame"].document.getElementById("kinds") kinds.selectedIndex = 0;}
7166 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/7166/3bfb38c766adbf656b6b18caec3a3ddac4344039/script.js/buggy/src/compiler/scala/tools/nsc/doc/script.js
kinds = parent.frames["navigationFrame"].document.getElementById("kinds")
kinds = parent.navigationFrame.document.getElementById("kinds")
function resetKinds() { kinds = parent.frames["navigationFrame"].document.getElementById("kinds") kinds.selectedIndex = 0;}
3826 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/3826/a62b75f2cd52b3d06853e2a0b2ed97ca9021fcbd/script.js/buggy/src/compiler/scala/tools/nsc/doc/script.js
debug("resizeBuffers: " + x + "," + y);
debug.print("resizeBuffers: " + x + "," + y);
function resizeBuffers(x, y) { debug("resizeBuffers: " + x + "," + y); // childNodes.length will return some non-buffer elements, too! var theBuffer = null; // parent of all the textareas var theParent = document.getElementById(g_cq_buffers_area_id); for (var i = 0; i < theParent.childNodes.length; i+...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js
function resizeBuffers(x, y) { debug("resizeBuffers: " + x + "," + y); // childNodes.length will return some non-buffer elements, too! var theBuffer = null; // parent of all the textareas var theParent = document.getElementById(g_cq_buffers_area_id); for (var i = 0; i < theParent.childNodes.length; i+...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js
var theParent = document.getElementById(g_cq_buffers_area_id);
function resizeBuffers(x, y) { debug("resizeBuffers: " + x + "," + y); // childNodes.length will return some non-buffer elements, too! var theBuffer = null; for (var i = 0; i < theParent.childNodes.length; i++) { theBuffer = getBuffer(i); // not there? skip it if (theBuffer != null) { ...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/d78133c63c6016418ecccff62bb2c65ed609c867/cq.js/clean/cq.js
rows = 20 + visible.offsetTop + visible.offsetHeight;
rows = 17 + visible.offsetTop + visible.offsetHeight;
function resizeFrameset() { var frameset = getFrameset(); if (frameset == null) { debug("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figure out where some well-known element...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/5917330c0d2e34cb6706d33cdb3cff9f12ceccb6/cq.js/buggy/cq.js
var frameset = parent.document.getElementById(gFramesetId);
var frameset = parent.document.getElementById(kFramesetId);
function resizeFrameset() { var frameset = parent.document.getElementById(gFramesetId); if (frameset == null) { debug.print("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figu...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/95f89c0957a3426915b61066d1c0793d3f8f49db/query.js/buggy/query.js
var visible = $(gQueryFormId);
var visible = $(kQueryFormId);
function resizeFrameset() { var frameset = parent.document.getElementById(gFramesetId); if (frameset == null) { debug.print("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figu...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/95f89c0957a3426915b61066d1c0793d3f8f49db/query.js/buggy/query.js
visible = documentNode.getElementById(gQueryFormId);
visible = documentNode.getElementById(kQueryFormId);
function resizeFrameset() { var frameset = parent.document.getElementById(gFramesetId); if (frameset == null) { debug.print("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figu...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/95f89c0957a3426915b61066d1c0793d3f8f49db/query.js/buggy/query.js
debug("resizeFrameset: null frameset");
debug.print("resizeFrameset: null frameset");
function resizeFrameset() { var frameset = getFrameset(); if (frameset == null) { debug("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figure out where some well-known element...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js
debug("nothing to resize from!");
debug.print("nothing to resize from!");
function resizeFrameset() { var frameset = getFrameset(); if (frameset == null) { debug("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figure out where some well-known element...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js
debug("resizeFrameset: visible " + visible
debug.print("resizeFrameset: visible " + visible
function resizeFrameset() { var frameset = getFrameset(); if (frameset == null) { debug("resizeFrameset: null frameset"); return; } // set the result-frame height to fill the available space // pick a reasonable default value var rows = 500; // figure out where some well-known element...
952 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/952/499e513a3cc333dbcb784318ca05ad90a90b7c8e/cq.js/clean/cq.js
document.forms[0].htmlSource.style.height = Math.abs(wHeight) + 'px'; document.forms[0].htmlSource.style.width = Math.abs(wWidth) + 'px';
el.style.height = Math.abs(wHeight) + 'px'; el.style.width = Math.abs(wWidth) + 'px';
function resizeInputs() { if (!tinyMCE.isMSIE) { wHeight = self.innerHeight-80; wWidth = self.innerWidth-16; } else { wHeight = document.body.clientHeight - 80; wWidth = document.body.clientWidth - 16; } document.forms[0].htmlSource.style.height = Math.abs(wHeight) + 'px'; document.forms[0].htmlSource.style.wid...
10343 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/10343/524e24acf79702622c51dba4bb678337072e34b9/source_editor.js/clean/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js
if (!requestUrl) {
if (requestUrl == undefined) {
function resolve() { selector = cocoon.getComponent("org.apache.lenya.ac.AccessControllerResolverSelector"); resolver = selector.select(Packages.org.apache.lenya.ac.AccessControllerResolver.DEFAULT_RESOLVER); if (!requestUrl) { requestUrl = cocoon.parameters["requestUri"]; } if (!contextPath) { contextPath = cocoo...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/9803cf7fbafeae04127ee084d5a46c61458cd01d/access-control.js/clean/src/webapp/lenya/content/admin/common/access-control.js
if (!contextPath) {
if (contextPath == undefined) {
function resolve() { selector = cocoon.getComponent("org.apache.lenya.ac.AccessControllerResolverSelector"); resolver = selector.select(Packages.org.apache.lenya.ac.AccessControllerResolver.DEFAULT_RESOLVER); if (!requestUrl) { requestUrl = cocoon.parameters["requestUri"]; } if (!contextPath) { contextPath = cocoo...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/9803cf7fbafeae04127ee084d5a46c61458cd01d/access-control.js/clean/src/webapp/lenya/content/admin/common/access-control.js
function resolve() { selector = cocoon.getComponent("org.apache.lenya.ac.AccessControllerResolverSelector"); resolver = selector.select(Packages.org.apache.lenya.ac.AccessControllerResolver.DEFAULT_RESOLVER); if (!requestUrl) { requestUrl = cocoon.parameters["requestUri"]; } if (!contextPath) { contextPath = cocoo...
791 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/791/9803cf7fbafeae04127ee084d5a46c61458cd01d/access-control.js/clean/src/webapp/lenya/content/admin/common/access-control.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
var transport = this.transport, json = this.evalJSON();
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js
|| Prototype.emptyFunction)(transport, json);
|| Prototype.emptyFunction)(this.transport);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js
(this.options['on' + event] || Prototype.emptyFunction)(transport, json);
(this.options['on' + event] || Prototype.emptyFunction)(this.transport);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/a2c6b493070c56ddf61aed9bf1fb5f9b3b94aa80/prototype.js/clean/lib/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
2338 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2338/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
167 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/167/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| Prototype.emptyFunction)(this.transport);
|| Prototype.emptyFunction)(transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || Prototype.emptyFunction)(this.transport); (this.options[...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js
(this.options['on' + event] || Prototype.emptyFunction)(this.transport);
(this.options['on' + event] || Prototype.emptyFunction)(transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || Prototype.emptyFunction)(this.transport); (this.options[...
4053 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4053/2763f23a530881acd784be63eed95031c54a4f3a/prototype.js/clean/lib/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
1534 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1534/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
1604 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/1604/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
2069 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/2069/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
107 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/107/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/actionpack/lib/action_view/helpers/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport);
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || Prototype.emptyFunction)(transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
(this.options['on' + event] || Prototype.emptyFunction)(this.transport);
(this.options['on' + event] || Prototype.emptyFunction)(transport, json); Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
5523 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5523/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
5521 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/5521/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/actionpack/lib/action_view/helpers/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
4687 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/4687/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/clean/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
6649 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/6649/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/buggy/railties/html/javascripts/prototype.js
Ajax.Responders.dispatch('on' + event, this, transport, json);
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; var transport = this.transport, json = this.evalJSON(); if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] || ...
949 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/949/7d101d58400acaff232091485c8e140f0a37cbaf/prototype.js/buggy/railties/html/javascripts/prototype.js
|| this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure']
|| this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')]
respondToReadyState: function(readyState) { var event = Ajax.Request.Events[readyState]; if (event == 'Complete') (this.options['on' + this.transport.status] || this.options['on' + this.responseIsSuccess() ? 'Success' : 'Failure'] || Prototype.emptyFunction)(this.transport); (this.options['o...
269 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/269/7073abe15906d5b4bbd7cd455136fbd2c52a8a49/prototype.js/clean/railties/html/javascripts/prototype.js
|| this.transport.status == 0
|| this.transport.status == 0
responseIsSuccess: function() { return this.transport.status == undefined || this.transport.status == 0 || (this.transport.status >= 200 && this.transport.status < 300); },
742 /local1/tlutelli/issta_data/temp/all_js/javascript/2006_temp/2006/742/3f913f897829fb026ef98df2d57f8da94ee5339d/prototype.js/buggy/public/javascripts/prototype.js