Home
last modified time | relevance | path

Searched refs:setFileContent (Results 1 – 2 of 2) sorted by relevance

/plugin/farm/
H A Danimalmanager.class.php156 if($this->animal->setFileContent(base64_decode($this->manager->opt['file']), '', true)) {
161 …if($this->animal->setFileContent(base64_decode($this->manager->opt['file']), isset($this->manager-…
167 if($this->animal->setFileContent($this->manager->opt['file'], '')) {
H A Danimal.class.php532 public function setFileContent($file, $ctn='', $delete=false) { function in dokuwiki_farm_animal