/plugin/recaptcha2/lib/ReCaptcha/ |
H A D | Response.php | 54 $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/prosemirror/action/ |
H A D | ajax.php | 53 $responseData = []; 58 $responseData[$action] = $this->resolveInternalLink($inner, $ID); 63 $responseData[$action] = $this->resolveInterWikiLink($shortcut, $reference); 67 $responseData[$action] = [ 81 $responseData[$action] = []; 82 $responseData[$action]['data-resolvedImage'] = LinkNode::resolveImageTitle( 94 $responseData[$action] = RSSNode::renderAttrsToHTML($attrs); 107 echo json_encode($responseData); 172 $responseData = [ 195 $responseData [all...] |
/plugin/yuriigantt/src/ |
H A D | JsonRequest.php | 85 $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);
|
/plugin/authfacebook/lib/Exceptions/ |
H A D | FacebookResponseException.php | 43 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/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | AbstractUpdateAction.php | 76 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 D | Bulk.php | 313 $responseData = $response->getData(); 319 if (isset($responseData['items']) && \is_array($responseData['items'])) { 320 foreach ($responseData['items'] as $key => $item) {
|
H A D | Index.php | 667 $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 D | Response.php | 20 * @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 D | MultiBuilder.php | 41 foreach ($data['responses'] as $responseData) { 46 $resultSets[$key] = $this->buildResultSet(new Response($responseData), $search);
|
/plugin/searchcombinedgoogle/ |
H A D | action.php | 90 $maxQueries = $tempResults->responseData->cursor->pages; 93 $results = array_merge($results, $tempResults->responseData->results);
|
/plugin/mantis/lib/ |
H A D | class.soapclient.php | 51 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 D | nusoapmime.php | 255 $this->responseData = $root;
|
H A D | nusoap.php | 7119 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 D | changelog | 60 - soapclient: add responseData member to access deflated/gunzipped payload 545 - nusoap_client_mime: set responseData when the root part is found
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 4585 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/googlesearch/ |
H A D | nusoap.php | 6431 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/ckgedit/ckeditor/ |
H A D | ckeditor.js | 867 …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 D | ckeditor.js.unc | 16995 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')
|