Home
last modified time | relevance | path

Searched refs:get_header (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Feed/
H A DFeedParserFile.php125 public function get_header(string $name): array function in dokuwiki\\Feed\\FeedParserFile
133 return implode(', ', $this->get_header($name));
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php128 public function get_header(string $name): array; function
H A DRawTextResponse.php72 public function get_header(string $name): array function in SimplePie\\HTTP\\RawTextResponse
H A DPsr7Response.php77 public function get_header(string $name): array function in SimplePie\\HTTP\\Psr7Response
/dokuwiki/_test/tests/Feed/
H A DFeedParserTest.php99 $this->assertSame(['text/xml'], $file->get_header('content-type'));
100 $this->assertSame(['a=1', 'b=2'], $file->get_header('set-cookie'));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php334 return $this->get_header($name) !== [];
337 public function get_header(string $name): array function in SimplePie\\File
359 return implode(', ', $this->get_header($name));
H A DSimplePie.php3402 $linkHeader = $file->get_header('link');