Home
last modified time | relevance | path

Searched refs:resp_body (Results 1 – 21 of 21) sorted by last modified time

/plugin/linkback/
H A Dhttp.php30 if($this->status == 304 && $sloppy304) return $this->resp_body;
32 return $this->resp_body;
45 return $this->resp_body;
267 $this->resp_body = gzinflate(substr($r_body, 10));
269 $this->resp_body = $r_body;
272 $this->debug('response body', $this->resp_body);
H A Dtools.php56 'body' => $http_client->resp_body,
/plugin/keywords/action/
H A Dkeywords.php119 $data = json_decode( $httpClient->resp_body );
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/slacknotifier/
H A Daction.php149 'resp_body' => $http->resp_body,
/plugin/oauth/
H A DHTTPClient.php32 return $http->resp_body;
/plugin/upgrade/HTTP/
H A DHTTPClient.php42 public $resp_body; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
101 if($this->status == 304 && $sloppy304) return $this->resp_body;
103 return $this->resp_body;
144 return $this->resp_body;
168 $this->resp_body = '';
494 $this->resp_body = @gzinflate(substr($r_body, 10));
495 if($this->resp_body === false){
497 $this->resp_body = $r_body;
500 $this->resp_body = $r_body;
503 $this->debug('response body',$this->resp_body);
[all...]
/plugin/elasticsearch/helper/
H A Ddocparser.php127 return $http->resp_body;
/plugin/evesso/classes/
H A DoAuthHTTPClient.php44 return $http->resp_body;
/plugin/oembed/
H A Dsyntax.php416 'body' => $client->resp_body);
/plugin/elwikiupgrade/
H A DHTTPClient.php52 var $resp_body; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
111 if($this->status == 304 && $sloppy304) return $this->resp_body;
113 return $this->resp_body;
154 return $this->resp_body;
179 $this->resp_body = '';
486 $this->resp_body = @gzinflate(substr($r_body, 10));
487 if($this->resp_body === false){
489 $this->resp_body = $r_body;
492 $this->resp_body = $r_body;
495 $this->_debug('response body',$this->resp_body);
/plugin/issuelinks/classes/
H A DHTTPRequestException.php23 $this->responseBody = $httpClient->resp_body;
/plugin/issuelinks/services/
H A DAbstractService.php54 return json_decode($dokuHTTPClient->resp_body, true);
/plugin/sentry/
H A Dhelper.php220 if (!$ok) dbglog($http->resp_body, 'Sentry returned Error');
/plugin/webdavclient/
H A Dhelper.php850 $caldata = $this->client->resp_body;
1224 $response = $this->clean_response($this->client->resp_body);
/plugin/letsencrypt/classes/
H A DClient.php35 if($response === false) $response = $this->http->resp_body;
47 if($response === false) $response = $this->http->resp_body;
/plugin/icalevents/
H A Dsyntax-impl.php398 return $http->resp_body;
/plugin/sfauth/
H A Dhelper.php159 if(!$http->resp_body) {
163 $resp = $json->decode($http->resp_body);
/plugin/yql/
H A Dsyntax.php149 $json_result = $json_parser->decode($client->resp_body);
/plugin/icalendar/
H A Dsyntax.php277 $content = $http->resp_body;
/plugin/freesync/
H A Dhelper.php389 if(strlen($this->_client->resp_body) && $this->_client->resp_body != "Not Found")
390 $file['content'] = base64_encode($this->_client->resp_body);