Home
last modified time | relevance | path

Searched refs:resp_body (Results 1 – 25 of 25) sorted by relevance

/plugin/linkback/
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);
Dtools.php56 'body' => $http_client->resp_body,
/plugin/oauth/
H A DHTTPClient.php32 $http->resp_body
36 return $http->resp_body;
/plugin/upgrade/HTTP/
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);
/plugin/elwikiupgrade/
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/letsencrypt/classes/
DClient.php35 if($response === false) $response = $this->http->resp_body;
47 if($response === false) $response = $this->http->resp_body;
/plugin/issuelinks/classes/
DHTTPRequestException.php23 $this->responseBody = $httpClient->resp_body;
/plugin/evesso/classes/
DoAuthHTTPClient.php44 return $http->resp_body;
/plugin/issuelinks/services/
DAbstractService.php54 return json_decode($dokuHTTPClient->resp_body, true);
/plugin/freesync/
Dhelper.php389 if(strlen($this->_client->resp_body) && $this->_client->resp_body != "Not Found")
390 $file['content'] = base64_encode($this->_client->resp_body);
/plugin/sfauth/
Dhelper.php159 if(!$http->resp_body) {
163 $resp = $json->decode($http->resp_body);
/plugin/elasticsearch/helper/
Ddocparser.php132 return $http->resp_body;
/plugin/keywords/action/
Dkeywords.php119 $data = json_decode( $httpClient->resp_body );
/plugin/sentry/
Dhelper.php220 if (!$ok) dbglog($http->resp_body, 'Sentry returned Error');
/plugin/aichat/Storage/
DPineconeStorage.php51 $response = $this->http->resp_body;
DQdrantStorage.php62 $response = $this->http->resp_body;
DChromaStorage.php63 $response = $this->http->resp_body;
/plugin/slacknotifier/
Daction.php149 'resp_body' => $http->resp_body,
/plugin/yql/
Dsyntax.php149 $json_result = $json_parser->decode($client->resp_body);
/plugin/icalendar/
Dsyntax.php277 $content = $http->resp_body;
/plugin/aichat/Model/
DAbstractModel.php296 $response = $http->resp_body;
/plugin/doxycode/
Daction.php110 $newContent = $http->resp_body;
/plugin/oembed/
Dsyntax.php421 'body' => $client->resp_body);
/plugin/icalevents/
Dsyntax-impl.php398 return $http->resp_body;
/plugin/webdavclient/
Dhelper.php850 $caldata = $this->client->resp_body;
1224 $response = $this->clean_response($this->client->resp_body);