Home
last modified time | relevance | path

Searched refs:sloppy304 (Results 1 – 3 of 3) sorted by relevance

/plugin/linkback/
H A Dhttp.php25 * @param bool $sloppy304 Return body on 304 not modified
28 function get($url,$sloppy304=false){ argument
30 if($this->status == 304 && $sloppy304) return $this->resp_body;
/plugin/upgrade/HTTP/
H A DHTTPClient.php94 * @param bool $sloppy304 Return body on 304 not modified
99 public function get($url,$sloppy304=false){ argument
101 if($this->status == 304 && $sloppy304) return $this->resp_body;
116 * @param bool $sloppy304 Return body on 304 not modified
121 public function dget($url,$data,$sloppy304=false){ argument
128 return $this->get($url,$sloppy304);
/plugin/elwikiupgrade/
H A DHTTPClient.php104 * @param bool $sloppy304 Return body on 304 not modified
109 function get($url,$sloppy304=false){ argument
111 if($this->status == 304 && $sloppy304) return $this->resp_body;
126 * @param bool $sloppy304 Return body on 304 not modified
131 function dget($url,$data,$sloppy304=false){ argument
138 return $this->get($url,$sloppy304);