Home
last modified time | relevance | path

Searched refs:max_bodysize (Results 1 – 12 of 12) sorted by relevance

/plugin/upgrade/HTTP/
DHTTPClient.php28 public $max_bodysize; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
79 $this->max_bodysize = 0;
175 if($this->max_bodysize &&
325 … if($this->max_bodysize && preg_match('/\r?\nContent-Length:\s*(\d+)\r?\n/i',$r_headers,$match)){
326 if($match[1] > $this->max_bodysize){
420 if($this->max_bodysize && $chunk_size+strlen($r_body) > $this->max_bodysize){
424 $chunk_size = $this->max_bodysize - strlen($r_body);
443 $this->max_bodysize &&
444 $this->max_bodysize < $this->resp_headers['content-length']
446 $length = $this->max_bodysize + 1;
[all …]
/plugin/elwikiupgrade/
DHTTPClient.php38 var $max_bodysize; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
89 $this->max_bodysize = 0;
183 if($this->max_bodysize &&
333 … if($this->max_bodysize && preg_match('/\r?\nContent-Length:\s*(\d+)\r?\n/i',$r_headers,$match)){
334 if($match[1] > $this->max_bodysize){
416 if($this->max_bodysize && $chunk_size+strlen($r_body) > $this->max_bodysize){
420 $chunk_size = $this->max_bodysize - strlen($r_body);
437 …if(!$this->keep_alive && $this->max_bodysize && $this->max_bodysize < $this->resp_headers['content…
438 $length = $this->max_bodysize;
444 …}elseif( !isset($this->resp_headers['transfer-encoding']) && $this->max_bodysize && !$this->keep_a…
[all …]
/plugin/linkback/
Dhttp.php150 … if ($this->max_bodysize && preg_match('/\r\nContent-Length:\s*(\d+)\r\n/i', $r_headers, $match)) {
151 if ($match[1] > $this->max_bodysize) {
231 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
250 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
Dtools.php48 $http_client->max_bodysize = $range;
/plugin/quickstats/GEOIP/
Dget_geocity2.php27 $http->max_bodysize = 32777216;
/plugin/quickstats/scripts/
Dget_geocity.php21 $http->max_bodysize = 32777216;
Dget_geocity2.php56 $http->max_bodysize = 36777216;
/plugin/linkback/action/
Dsend.php218 $http_client->max_bodysize = $range;
/plugin/eclipseupdateurl/
Dsyntax.php321 $http->max_bodysize = $conf['fetchsize'];
/plugin/xtern/
Dadmin.php341 $http->max_bodysize = 32777216;
/plugin/multiorphan/action/
Dmultiorphan.php358 $httpClient->max_bodysize = 0;
/plugin/siteexport/action/
Dajax.php577 $http->max_bodysize = $conf['fetchsize'];