Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DTestResponse.php59 public function getHeader($name) { function in TestResponse
79 $headers = $this->getHeader('Status');
H A DphpQuery-onefile.php5176 self::$lastModified = $response->getHeader('Last-Modified');
/dokuwiki/lib/plugins/config/core/
H A DWriter.php60 $out = $this->getHeader() . $out;
117 protected function getHeader() function in dokuwiki\\plugin\\config\\core\\Writer
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_imagetoken.test.php52 $this->assertTrue((bool)$response->getHeader('Content-Type'));
90 $this->assertTrue((bool)$response->getHeader('Content-Type'));
/dokuwiki/_test/tests/test/
H A Dbasic.test.php159 $this->assertEquals('Pragma: public', $response->getHeader('Pragma'));
160 $this->assertEmpty($response->getHeader('Junk'));
161 …(array('Content-Type: image/png','Content-Type: image/png'), $response->getHeader('Content-Type'));