Home
last modified time | relevance | path

Searched refs:parseResponse (Results 1 – 15 of 15) sorted by relevance

/plugin/authloginapi/
H A Dauth.php48 $data = $this->parseResponse($_GET['r'], $_GET['s']);
74 protected function parseResponse($raw, $signature) function in auth_plugin_authloginapi
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php62 $response = $this->parseResponse($response);
66 public function parseResponse(Google_HttpRequest $response) { function in Google_BatchRequest
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js104 function parseResponse(xml) function
147 parseResponse(mxUtils.getXml(createDemoResponse().documentElement));
158 parseResponse(mxUtils.getXml(req.getDocumentElement()));
/plugin/oembed/
H A Dsyntax.php134 function parseResponse($response){ function in syntax_plugin_oembed
256 if(!$oembed = $this->parseResponse($response)) return false;
274 if(!$oembed = $this->parseResponse($response)) return false;
294 if(!$oembed = $this->parseResponse($response)) return false;
/plugin/mantis/lib/
H A Dnusoapmime.php223 function parseResponse($headers, $data) { function in nusoap_client_mime
243 $return = parent::parseResponse($part->headers, $part->body);
263 return parent::parseResponse($headers, $data);
H A Dclass.soapclient.php465 return $this->parseResponse($http->incoming_headers, $this->responseData);
483 function parseResponse($headers, $data) { function in nusoap_client
H A Dchangelog134 - soapclient: Pass headers to parseResponse and parse them in that method
H A Dnusoap.php7533 return $this->parseResponse($http->incoming_headers, $this->responseData);
7551 function parseResponse($headers, $data) { function in nusoap_client
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php141 return $this->parseResponse($response, $classes);
144 public function parseResponse(ResponseInterface $response, $classes = array()) function in Google\\Http\\Batch
/plugin/webdavclient/
H A Dhelper.php594 $response = $this->parseResponse();
625 $response = $this->parseResponse();
644 $response = $this->parseResponse();
679 $response = $this->parseResponse();
1073 $response = $this->parseResponse();
1202 $etags = $this->parseResponse();
1211 private function parseResponse() function in helper_plugin_webdavclient
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php281 return Message::parseResponse($message);
H A DMessage.php233 public static function parseResponse($message) function in GuzzleHttp\\Psr7\\Message
/plugin/eventum/XML/
H A DRPC.php1424 return $this->parseResponse($ipd);
1430 function parseResponse($data = '') function in XML_RPC_Message
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md367 ## `GuzzleHttp\Psr7\Message::parseResponse`
369 `public static function parseResponse(string $message): Response`
575 | `parse_response` | `Message::parseResponse` |
/plugin/googlesearch/
H A Dnusoap.php6800 return $this->parseResponse($http->incoming_headers, $this->responseData);
6818 function parseResponse($headers, $data) { function in soapclient