Searched refs:getAnimal (Results 1 – 14 of 14) sorted by relevance
| /plugin/farmsync/meta/ |
| D | MediaConflict.php | 34 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ… 42 $animalbase = $this->_farm_util->getAnimalLink($this->getAnimal());
|
| D | StructConflict.php | 26 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ…
|
| D | TemplateConflict.php | 26 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ…
|
| D | UpdateResults.php | 82 public function getAnimal() { function in dokuwiki\\plugin\\farmsync\\meta\\UpdateResults
|
| D | PageConflict.php | 42 $form->attr('data-animal', $this->getAnimal())->attr("data-page", $this->getItem());
|
| /plugin/farmer/ |
| H A D | DokuWikiFarmCore.php | 96 public function getAnimal() function in DokuWikiFarmCore 122 return DOKU_FARMDIR . $this->getAnimal() . '/data/'; 131 return getBaseURL() . '!' . $this->getAnimal();
|
| H A D | helper.php | 22 public function getAnimal() function in helper_plugin_farmer 25 return $GLOBALS['FARMCORE']->getAnimal();
|
| H A D | admin.php | 43 $isanimal = (bool) $this->helper->getAnimal();
|
| /plugin/farmer/action/ |
| H A D | disable.php | 28 if ($farmer->getAnimal()) return;
|
| /plugin/farmer/admin/ |
| H A D | info.php | 48 $animal = $this->helper->getAnimal();
|
| /plugin/farmer/_test/ |
| H A D | core.test.php | 31 public function getAnimal() function in plugin\\farmer\\test\\DokuWikiFarmCore
|
| /plugin/oauth/ |
| H A D | auth.php | 232 if (empty($data->animal) || $farmer->getAnimal() == $data->animal) {
|
| H A D | Adapter.php | 186 if ($farmer && $animal = $farmer->getAnimal()) {
|
| /plugin/authsqlite/ |
| D | auth.php | 333 $query = str_replace('%{animal}', addslashes($GLOBALS['FARMCORE']->getAnimal()), $query);
|