Home
last modified time | relevance | path

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

/dokuwiki/inc/HTTP/
H A DHTTPClient.php31 public $header_regexp = ''; // if set this RE must match against the headers, else abort
388 if ($this->header_regexp && !preg_match($this->header_regexp, $r_headers))
30 public $header_regexp; // if set this RE must match against the headers, else abort global() variable in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/inc/
H A Dmedia.php1931 $http->header_regexp = '!\r\nContent-Type: image/(jpe?g|gif|png)!i';