Home
last modified time | relevance | path

Searched refs:Request (Results 1 – 5 of 5) sorted by relevance

/template/boozurk/tinynav/
H A DREADME.md49 …n welcome, but please check the [Pull Request Guidelines](https://github.com/viljamis/TinyNav.js/w…
/template/a_new_day/js/
H A Dcontrols.js352 new Ajax.Request(this.url, this.options);
644 new Ajax.Request(
682 new Ajax.Request(
H A Dprototype.js821 Ajax.Request = Class.create();
822 Ajax.Request.Events =
825 Ajax.Request.prototype = Object.extend(new Ajax.Base(), { class in Ajax
925 var state = Ajax.Request.Events[readyState];
985 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
/template/battlehorse/js/
H A Dcontrols.js352 new Ajax.Request(this.url, this.options);
644 new Ajax.Request(
682 new Ajax.Request(
H A Dprototype.js821 Ajax.Request = Class.create();
822 Ajax.Request.Events =
825 Ajax.Request.prototype = Object.extend(new Ajax.Base(), { class in Ajax
925 var state = Ajax.Request.Events[readyState];
985 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {