Home
last modified time | relevance | path

Searched refs:has_header (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php112 public function has_header(string $name): bool; function
H A DRawTextResponse.php67 public function has_header(string $name): bool function in SimplePie\\HTTP\\RawTextResponse
H A DPsr7Response.php67 public function has_header(string $name): bool function in SimplePie\\HTTP\\Psr7Response
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php60 …$content_type = $this->file->has_header('content-type') ? $this->file->get_header_line('content-ty…
61 …$content_encoding = $this->file->has_header('content-encoding') ? $this->file->get_header_line('co…
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php331 public function has_header(string $name): bool function in SimplePie\\File