Home
last modified time | relevance | path

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

/plugin/linkback/
H A Dhttp.php199 if ($this->header_regexp && !preg_match($this->header_regexp, $r_headers)) {
/plugin/upgrade/HTTP/
H A DHTTPClient.php30 public $header_regexp; // if set this RE must match against the headers, else abort variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
80 $this->header_regexp= '';
394 if($this->header_regexp && !preg_match($this->header_regexp,$r_headers))
/plugin/elwikiupgrade/
H A DHTTPClient.php40 var $header_regexp; // if set this RE must match against the headers, else abort variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
90 $this->header_regexp= '';
397 if($this->header_regexp && !preg_match($this->header_regexp,$r_headers))