Searched refs:isInPath (Results 1 – 4 of 4) sorted by relevance
66 $this->assertTrue($helper->isInPath('/var/www/foo', '/var/www'));67 $this->assertFalse($helper->isInPath('/var/www/../foo', '/var/www'));70 $this->assertFalse($helper->isInPath('/var/www/foo', '/var/www/foo'));71 $this->assertFalse($helper->isInPath('/var/www/foo/', '/var/www/foo'));72 $this->assertFalse($helper->isInPath('/var/www/foo/bar/../', '/var/www/foo'));75 $this->assertFalse($helper->isInPath('/var/lib/dokuwiki.animals', '/var/lib/dokuwiki'));
53 if (!$this->helper->isInPath($animaldir, DOKU_FARMDIR) || !is_dir($animaldir)) {
44 } elseif ($this->helper->isInPath($farmdir, DOKU_INC) !== false) {
108 public function isInPath($path, $container) function in helper_plugin_farmer