Searched refs:resp_body (Results 1 – 21 of 21) sorted by relevance
/plugin/linkback/ |
H A D | http.php | 30 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 D | tools.php | 56 'body' => $http_client->resp_body,
|
/plugin/upgrade/HTTP/ |
H A D | HTTPClient.php | 42 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/elwikiupgrade/ |
H A D | HTTPClient.php | 52 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/ |
H A D | Client.php | 35 if($response === false) $response = $this->http->resp_body; 47 if($response === false) $response = $this->http->resp_body;
|
/plugin/issuelinks/classes/ |
H A D | HTTPRequestException.php | 23 $this->responseBody = $httpClient->resp_body;
|
/plugin/evesso/classes/ |
H A D | oAuthHTTPClient.php | 44 return $http->resp_body;
|
/plugin/oauth/ |
H A D | HTTPClient.php | 32 $http->resp_body 36 return $http->resp_body;
|
/plugin/issuelinks/services/ |
H A D | AbstractService.php | 54 return json_decode($dokuHTTPClient->resp_body, true);
|
/plugin/slacknotifier/ |
H A D | action.php | 149 'resp_body' => $http->resp_body,
|
/plugin/freesync/ |
H A D | helper.php | 389 if(strlen($this->_client->resp_body) && $this->_client->resp_body != "Not Found") 390 $file['content'] = base64_encode($this->_client->resp_body);
|
/plugin/elasticsearch/helper/ |
H A D | docparser.php | 127 return $http->resp_body;
|
/plugin/aichat/Model/OpenAI/ |
H A D | GPT35Turbo.php |
|
/plugin/sfauth/ |
H A D | helper.php | 159 if(!$http->resp_body) { 163 $resp = $json->decode($http->resp_body);
|
/plugin/keywords/action/ |
H A D | keywords.php | 119 $data = json_decode( $httpClient->resp_body );
|
/plugin/sentry/ |
H A D | helper.php | 220 if (!$ok) dbglog($http->resp_body, 'Sentry returned Error');
|
/plugin/yql/ |
H A D | syntax.php | 149 $json_result = $json_parser->decode($client->resp_body);
|
/plugin/icalendar/ |
H A D | syntax.php | 277 $content = $http->resp_body;
|
/plugin/oembed/ |
H A D | syntax.php | 416 'body' => $client->resp_body);
|
/plugin/icalevents/ |
H A D | syntax-impl.php | 398 return $http->resp_body;
|
/plugin/webdavclient/ |
H A D | helper.php | 850 $caldata = $this->client->resp_body; 1224 $response = $this->clean_response($this->client->resp_body);
|