Searched defs:Request (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/site/build/site/skin/
H A Dprototype.js419 Ajax.Request = Class.create();
420 Ajax.Request.Events =
423 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
486 var event = Ajax.Request.Events[readyState];
504 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
/lucene-3.6.0/lucene/site/src/documentation/skins/common/scripts/
H A Dprototype.js419 Ajax.Request = Class.create();
420 Ajax.Request.Events =
423 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
486 var event = Ajax.Request.Events[readyState];
504 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Dprototype.js821 Ajax.Request = Class.create();
822 Ajax.Request.Events =
825 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
925 var state = Ajax.Request.Events[readyState];
985 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {

Completed in 83 milliseconds