Home
last modified time | relevance | path

Searched refs:Responders (Results 1 – 3 of 3) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1123 Ajax.Responders = { class in Ajax
1150 Object.extend(Ajax.Responders, Enumerable);
1152 Ajax.Responders.register({
1212 Ajax.Responders.dispatch('onCreate', this, response);
1309 Ajax.Responders.dispatch('on' + state, this, response, response.headerJSON);
1345 Ajax.Responders.dispatch('onException', this, exception);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1325 Ajax.Responders = { class in Ajax
1352 Object.extend(Ajax.Responders, Enumerable);
1354 Ajax.Responders.register({
1410 Ajax.Responders.dispatch('onCreate', this, response);
1506 Ajax.Responders.dispatch('on' + state, this, response, response.headerJSON);
1541 Ajax.Responders.dispatch('onException', this, exception);
/plugin/issuetracker/
H A Dprototype.js1437 Ajax.Responders = { class in Ajax
1464 Object.extend(Ajax.Responders, Enumerable);
1466 Ajax.Responders.register({
1519 Ajax.Responders.dispatch('onCreate', this, response);
1616 Ajax.Responders.dispatch('on' + state, this, response, response.headerJSON);
1651 Ajax.Responders.dispatch('onException', this, exception);