Home
last modified time | relevance | path

Searched refs:get_header_line (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php163 public function get_header_line(string $name): string; function
H A DRawTextResponse.php89 public function get_header_line(string $name): string function in SimplePie\\HTTP\\RawTextResponse
H A DPsr7Response.php82 public function get_header_line(string $name): string 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 …ncoding = $this->file->has_header('content-encoding') ? $this->file->get_header_line('content-enco…
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php165 …code > 307 && $this->status_code < 400) && ($locationHeader = $this->get_header_line('location')) …
239 …code > 307 && $this->status_code < 400) && ($locationHeader = $this->get_header_line('location')) …
251 … if (($contentEncodingHeader = $this->get_header_line('content-encoding')) !== '') {
356 public function get_header_line(string $name): string function in SimplePie\\File
H A DSimplePie.php2018 $copyContentType = $file->get_header_line('content-type');
3401 $linkHeaderLine = $file->get_header_line('link');