Home
last modified time | relevance | path

Searched refs:response (Results 901 – 925 of 925) sorted by last modified time

1...<<31323334353637

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1408 var response = new Ajax.Response(this);
1410 Ajax.Responders.dispatch('onCreate', this, response);
1490 (this.options['on' + response.status]
1492 || Prototype.emptyFunction)(response, response.headerJSON);
1497 var contentType = response.getHeader('Content-type');
1505 (this.options['on' + state] || Prototype.emptyFunction)(response, response.headerJSON);
1506 Ajax.Responders.dispatch('on' + state, this, response, response.headerJSON);
1639 options.onComplete = (function(response, json) { argument
1640 this.updateContent(response.responseText);
1692 updateComplete: function(response) { argument
[all …]
/plugin/actickets/
H A Dscript.js77 result = eval('(' + this.response + ')');
/plugin/bugzillaxmlrpc/
H A Dsyntax.php79 $response = xmlrpc_decode($server_output);
80 if ( empty($response) ) {
84 return array(0, $response['faultString'], $response['faultCode'], $response['id']);
108 if (xmlrpc_is_fault($response))
109 return array(1, $response[faultString], $response[faultCode], $id);
110 $v = $response['bugs'][0];
114 return array(1, $response[faultString], $response[faultCode], $id);
116 return array(0, $response[faultString], $response[faultCode],
143 if (xmlrpc_is_fault($response))
144 return array(1, $response[faultString], $response[faultCode]);
[all …]
/plugin/quickedit/
H A Dscript.js31 data = this.response;
80 data = this.response;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak687 HttpResponse response = post(
704 System.out.println(response.getStatusLine());
705 if (response.getStatusLine().getStatusCode()==HttpStatus.SC_OK) {
709 errorMessage = response.getStatusLine();
/plugin/crypto/js/
H A Ddecrypt-dialog.js82 if (dialog.sack.response) {
83 pasteText(selection, unescape(dialog.sack.response));
H A Dencrypt-dialog.js100 pasteText(selection, dialog.sack.response);
H A Dtoggle-encryption-dialog.js98 if (dialog.sack.response) {
101 dialog.decrypted = unescape(dialog.sack.response);
/plugin/translator/
H A Dscript.js17 $(translationTextarea).value = ajax.response;
/plugin/lastfm/
H A Dscript.js28 var data = this.response;
/plugin/freesync/
H A Dhelper.php121 function _rpcQuery($call, $data, &$response) { argument
131 $response = $this->_client->getResponse();
H A Dscript.js15 var data = this.response;
31 var data = this.response;
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …tate){showmsg('ajaxum_error',i.response?"Server Error: "+i.response:mo.ajaxum.error.fetch);return}…
/plugin/wysiwyg/
H A Dscript.js60 success = ajax.response;
189 success = ajax.response;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm29 * encoded response - code points under 127 in UTF-8 are stored using a
H A Dcf5_upload.cfm29 * encoded response - code points under 127 in UTF-8 are stored using a
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso71 Build the appropriate response per the 'Command' parameter. Wrap the
143 This is the only command that returns an HTML response.
187 Set the error code for the response. Note whether
201 Set the HTML response.
247 Wrap the response as XML and output.
H A Dupload.lasso61 Custom tag sets the HTML response.
76 -description='Sets the HTML response for the FCKEditor Quick Upload feature.'
135 Set the error code for the response.
/plugin/snmplive/
H A Dscript.js27 var data = this.response;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp26 ' Cleans the response buffer.
32 ' Set the response format.
/plugin/dokukiwix/
H A Dscript.js79 data = this.response;
141 ok = this.response;
192 data = this.response;
/plugin/chat/
H A Dscript.js267 var data = self.send_sack.response;
322 var data = self.send_sack.response;
417 var data = self.check_sack.response;
H A Dtw-sack.js115 eval(this.response);
150 self.response = self.xmlhttp.responseText;
174 self.elementObj.value = self.response;
176 self.elementObj.innerHTML = self.response;
/plugin/googlesearch/
H A Dnusoap.php3123 var $response = ''; variable in soap_server
3781 $this->response = join("\r\n",$this->outgoing_headers)."\r\n\r\n".$payload;
6430 var $response = ''; // HTTP response variable in soapclient
6781 $this->response = $http->incoming_payload;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …formatpercent:1,exp:1,inputbox:1,left:1,ascw:1,chrw:1,regexp:1,server:1,response:1,request:1,cstr:… property in hljs.LANGUAGES.vbscript.dM.k.built_in

1...<<31323334353637