Home
last modified time | relevance | path

Searched refs:responseData (Results 1 – 18 of 18) sorted by path

/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php43 protected $responseData; variable in Facebook\\Exceptions\\FacebookResponseException
54 $this->responseData = $response->getDecodedBody();
150 if (isset($this->responseData['error'][$key])) {
151 return $this->responseData['error'][$key];
204 return $this->responseData;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js867 …plit("/"),d&&(a[0]=d),this.fileName=a.join("."));this.uploaded=0;this.responseData=this.uploadTota…
874 …gth;h++){var k=c[h];"string"===typeof a[k]&&(b[k]=a[k])}b.responseData=a;delete b.responseData.fil…
881 a.sender.responseData;m.call(a.sender.editor,b.url,b.message)}),b.on("error",n.bind(this)),b.on("ab…
1332 …a=this.parts.img.$;this.replaceWith('\x3cimg src\x3d"'+b.url+'" width\x3d"'+(b.responseData.width||
1333 a.naturalWidth)+'" height\x3d"'+(b.responseData.height||a.naturalHeight)+'"\x3e')}}),c.on("paste",f…
H A Dckeditor.js.unc16995 this.responseData = this.uploadTotal = null;
17156 b.responseData = a;
17157 delete b.responseData.fileLoader;
17274 a.sender.responseData;
26569 … this.replaceWith('\x3cimg src\x3d"' + b.url + '" width\x3d"' + (b.responseData.width ||
26570 … a.naturalWidth) + '" height\x3d"' + (b.responseData.height || a.naturalHeight) + '"\x3e')
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js4585 this.editor.loadUrl(realUrl, mxUtils.bind(this, function(responseData) argument
4589 var data = (!base64) ? responseData : ((window.atob && !mxClient.IS_IE && !mxClient.IS_IE11) ?
4590 atob(responseData) : Base64.decode(responseData));
4609 …this.importVisio(this.base64ToBlob(responseData.substring(responseData.indexOf(',') + 1)), functio…
4640 data = this.extractGraphModelFromPng(responseData);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php76 public function setVersionParams(array $responseData): self argument
78 if (isset($responseData['_version'])) {
79 $this->setVersion($responseData['_version']);
82 if (isset($responseData['_seq_no'])) {
83 $this->setSequenceNumber($responseData['_seq_no']);
86 if (isset($responseData['_primary_term'])) {
87 $this->setPrimaryTerm($responseData['_primary_term']);
H A DBulk.php313 $responseData = $response->getData();
319 if (isset($responseData['items']) && \is_array($responseData['items'])) {
320 foreach ($responseData['items'] as $key => $item) {
H A DIndex.php667 $responseData = $this->requestEndpoint($endpoint)->getData();
669 if (!isset($responseData[$this->getName()])) {
673 $data = $responseData[$this->getName()];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponse.php20 * @param array|string $responseData
22 public function __construct($responseData, Action $action, string $opType) argument
24 parent::__construct($responseData);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DMultiBuilder.php41 foreach ($data['responses'] as $responseData) {
46 $resultSets[$key] = $this->buildResultSet(new Response($responseData), $search);
/plugin/googlesearch/
H A Dnusoap.php6431 var $responseData = ''; // SOAP payload of response variable in soapclient
6768 $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies);
6776 $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies);
6799 …$this->debug('got response, length='. strlen($this->responseData).' type='.$http->incoming_headers…
6800 return $this->parseResponse($http->incoming_headers, $this->responseData);
/plugin/mantis/lib/
H A Dchangelog60 - soapclient: add responseData member to access deflated/gunzipped payload
545 - nusoap_client_mime: set responseData when the root part is found
H A Dclass.soapclient.php51 var $responseData = ''; // SOAP payload of response variable in nusoap_client
433 $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies);
441 $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies);
464 …$this->debug('got response, length='. strlen($this->responseData).' type='.$http->incoming_headers…
465 return $this->parseResponse($http->incoming_headers, $this->responseData);
H A Dnusoap.php7119 var $responseData = ''; // SOAP payload of response variable in nusoap_client
7501 $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies);
7509 $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies);
7532 …$this->debug('got response, length='. strlen($this->responseData).' type='.$http->incoming_headers…
7533 return $this->parseResponse($http->incoming_headers, $this->responseData);
H A Dnusoapmime.php255 $this->responseData = $root;
/plugin/prosemirror/action/
H A Dajax.php53 $responseData = [];
59 $responseData[$action] = $this->resolveInternalLink($inner, $ID);
66 $responseData[$action] = $this->resolveInterWikiLink($shortcut, $reference);
72 $responseData[$action] = [
88 $responseData[$action] = [];
89 $responseData[$action]['data-resolvedImage'] = LinkNode::resolveImageTitle(
103 $responseData[$action] = \dokuwiki\plugin\prosemirror\parser\RSSNode::renderAttrsToHTML($attrs);
116 echo json_encode($responseData);
182 $responseData = [
205 $responseData
[all...]
/plugin/recaptcha2/lib/ReCaptcha/
H A DResponse.php54 $responseData = json_decode($json, true);
56 if (!$responseData) {
60 if (isset($responseData['success']) && $responseData['success'] == true) {
64 if (isset($responseData['error-codes']) && is_array($responseData['error-codes'])) {
65 return new Response(false, $responseData['error-codes']);
/plugin/searchcombinedgoogle/
H A Daction.php90 $maxQueries = $tempResults->responseData->cursor->pages;
93 $results = array_merge($results, $tempResults->responseData->results);
/plugin/yuriigantt/src/
H A DJsonRequest.php85 $responseData = ['action' => 'inserted', 'tid' => $task->id];
88 $responseData = ['action' => 'inserted', 'tid' => $link->id];
95 $responseData = ['action' => 'deleted'];
98 $responseData = ['action' => 'deleted'];
105 $responseData = ['action' => 'updated'];
108 $responseData = ['action' => 'updated'];
113 $responseData = $this->error('Unknown action');
117 return json_encode($responseData);