Home
last modified time | relevance | path

Searched +full:base +(+path:plugin +path:farmer) -(+path:plugin +path:farmer +path:lang) (Results 1 – 9 of 9) sorted by relevance

/plugin/farmer/
H A DDokuWikiFarmCore.php22 'base' => [
65 if ($this->config['base']['farmdir'] === '') return; // farm setup not complete
66 $this->config['base']['farmdir'] = rtrim($this->config['base']['farmdir'], '/') . '/'; // trailing slash always
67 define('DOKU_FARMDIR', $this->config['base']['farmdir']);
142 $farmdir = $this->config['base']['farmdir'];
143 $farmhost = $this->config['base']['farmhost'];
425 if ($this->config['base']['farmdir'] === '' && isset($_ENV['DOKU_FARMDIR'])) {
426 $this->config['base']['farmdir'] = $_ENV['DOKU_FARMDIR'];
429 $this->config['base']['farmdi
[all...]
H A Dplugin.info.txt1 base farmer
H A Dhelper.php73 } elseif ($config['base']['basedomain']) {
74 return 'http://' . $animal . '.' . $config['base']['basedomain'];
/plugin/farmer/admin/
H A Dconfig.php43 $farmdir = $farmconf['base']['farmdir'];
45 $farmconf['base']['farmdir'] = $farmdir;
47 $farmconf['base']['basedomain'] = trim(trim($farmconf['base']['basedomain'], '.'));
65 $form->addFieldsetOpen($this->getLang('base'));
67 $form->addTextInput('farmconf[base][farmhost]', $this->getLang('farm host'))
68 ->val($farmconf['base']['farmhost']);
69 $form->addTextInput('farmconf[base][basedomain]', $this->getLang('base domain'))
70 ->val($farmconf['base']['basedomai
[all...]
H A Dinfo.php60 $this->line('farm host', $config['base']['farmhost']);
H A Dsetup.php142 $content .= "[base]\n";
/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/farmer/css/
H A Dchosen.less13 /* @group Base */
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/local.protected.php'':