Home
last modified time | relevance | path

Searched refs:isInPath (Results 1 – 4 of 4) sorted by relevance

/plugin/farmer/_test/
H A Dhelper.test.php
/plugin/farmer/admin/
H A Ddelete.php53 if (!$this->helper->isInPath($animaldir, DOKU_FARMDIR) || !is_dir($animaldir)) {
H A Dsetup.php44 } elseif ($this->helper->isInPath($farmdir, DOKU_INC) !== false) {
/plugin/farmer/
H A Dhelper.php107 public function isInPath($path, $container)
102 public function isInPath($path, $container) { global() function in helper_plugin_farmer