Home
last modified time | relevance | path

Searched +full:farm +full:host +(+path:plugin +path:farmer) -(+path:plugin +path:farmer +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/farmer/
H A DDokuWikiFarmCore.php5 * Core Manager for the Farm functionality
53 /** @var bool true if the current animal was requested by host */
59 * This initializes the whole farm by loading the configuration and setting
65 if ($this->config['base']['farmdir'] === '') return; // farm setup not complete
85 * @return array the current farm configuration
138 * This borrows form DokuWiki's inc/farm.php but does not support a default conf dir
176 // no host - no host based setup. if we're still here then it's the farmer
184 // still here? check for host based
199 * Return a list of possible animal names for the given host
195 getAnimalNamesForHost($host) global() argument
[all...]
H A Dhelper.php29 * Get the farm config
40 * Was the current animal requested by host?
116 * Check if the farm is correctly configured for this farmer plugin
/plugin/farmer/admin/
H A Dconfig.php9 * Configuration Interface for farm.ini
49 $ini = DOKU_INC . 'conf/farm.ini';
50 $data = "; Farm config created by the farmer plugin\n";
66 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
67 $form->addTextInput('farmconf[base][farmhost]', $this->getLang('farm host'))
H A Dinfo.php8 * Information about the farm and the current instance
60 $this->line('farm host', $config['base']['farmhost']);
61 $this->line('farm dir', DOKU_FARMDIR);