Home
last modified time | relevance | path

Searched refs:farmer (Results 1 – 25 of 27) sorted by relevance

12

/plugin/farm/install/
H A Dfarmstructurecreator.php.bak40 …if(@file_exists($farmconf['farmer'].'lib/plugins/farm/installed')) $file = $farmconf['farmer'].'li…
64 if(!@mkdir($farmconf['farmer'], 0755)) die('Cannot create farmer dir');;
72 $farmconf['farmer'],
85 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
101 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
114 $farmconf['farmer'].'lib/plugins/farm/install/animaltemplate',
129 …if(!copy($farmconf['farmer'].'lib/plugins/farm/install/preload.php', $farmconf['farmer'].'inc/prel…
133 // Create farmer/wsdl.php
147 …if(!copy($farmconf['farmer'].'lib/plugins/farm/install/trusted_apps.php', $farmconf['farmer'].'lib…
153 $wr = $farmconf['farmwebroot'].$farmconf['farmer'];
[all …]
H A Dvirtual.htaccess7 RewriteRule (.*) {farmer}$1?virtual_animal=1 [QSA,L]
10 RewriteRule ^.*$ {farmer} [QSA,R,L]
14 RewriteRule ^{farmer}([^/]+)/(.+) {farmer}$2?animal=$1 [QSA,L]
18 RewriteRule ^{farmer}([^/]+)/$ {farmer}doku.php?animal=$1 [QSA,L]
H A Dbarnatroot.htaccess5 RewriteRule ^.*$ {farmer} [QSA,R,L]
10 RewriteCond %{REQUEST_URI} !^{farm}{farmer}?
11 RewriteRule ^([^/]+)/(.*) {farmer}$2?animal=$1 [QSA,L]
16 RewriteCond %{REQUEST_URI} !^{farm}{farmer}?
17 RewriteRule ^([^/]+)/$ {farmer}doku.php?animal=$1 [QSA,L]
H A Dbarn.htaccess6 RewriteRule ^([^/]+)$ {farmer}doku.php?animal=$1 [QSA,L]
7 RewriteRule ^([^/]+)/$ {farmer}doku.php?animal=$1 [QSA,L]
8 RewriteRule ^([^/]+)/(.+) {farmer}$2?animal=$1 [QSA,L]
H A Dfarm.htaccess5 RewriteRule .* {farmer} [QSA,R,L]
7 RewriteCond %{REQUEST_URI} !^{farmer}?
/plugin/farm/
H A Dinstall.class.php23 var $farmer = null; variable in dokuwiki_farm_install
52 $this->farmer = $_POST['install_field_farmer'];
64 if(empty($this->farmer)) {
84 if(substr($this->farmer, -1) != '/') {
102 … case 'farmer' : $r++; $conf[$i] = '$farmconf[\'farmer\'] = \''.$this->farmer.'\';'.$m[3]; break;
146 if(is_null($this->farmer)) $this->farmer = 'farmer/';
160 …me_farmer').' : <input type="text" name="install_field_farmer" value="'.$this->farmer.'"/><br />');
/plugin/farmer/
H A Dplugin.info.txt1 base farmer
5 name farmer plugin
7 url https://dokuwiki.org/plugin:farmer
H A DREADME1 farmer Plugin for DokuWiki
6 https://dokuwiki.org/plugin:farmer
9 lib/plugins/farmer/ - if the folder is called different it
/plugin/letsencrypt/
H A Dhelper.php55 $farmer = plugin_load('helper', 'farmer');
56 if($farmer) {
57 foreach($farmer->getAllAnimals() as $animal) {
58 $url = $farmer->getAnimalURL($animal);
61 $farmconf = $farmer->getConfig();
/plugin/oauth/
H A Dauth.php37 // handle redirects from farmer to animal wiki instances
38 if ($INPUT->has('state') && plugin_load('helper', 'farmer')) {
201 * When coming back to farmer instance via OAUTH redirectURI, we need to redirect again
208 /** @var \helper_plugin_farmer $farmer */
209 $farmer = plugin_load('helper', 'farmer', false, true);
211 if (empty($data->animal) || $farmer->getAnimal() == $data->animal) {
215 $allAnimals = $farmer->getAllAnimals();
221 $url = $farmer->getAnimalURL($animal) . '/doku.php?' . $INPUT->server->str('QUERY_STRING');
H A DAdapter.php183 /** @var \helper_plugin_farmer $farmer */
184 $farmer = plugin_load('helper', 'farmer');
186 if ($farmer && $animal = $farmer->getAnimal()) {
/plugin/farmer/action/
H A Ddisable.php9 * DokuWiki Plugin farmer (Action Component)
26 /** @var helper_plugin_farmer $farmer */
27 $farmer = plugin_load('helper', 'farmer');
28 if ($farmer->getAnimal()) return;
/plugin/farmer/script/
H A Dplugins.js2 * DokuWiki Plugin farmer (JS for plugin management)
18 "placeholder_text_single": LANG.plugins.farmer.animalSelect
36 "placeholder_text_single": LANG.plugins.farmer.pluginSelect
61 "placeholder_text_single": LANG.plugins.farmer.animalSelect
/plugin/farmsync/
H A Dadmin.php50 $farmer = plugin_load('helper', 'farmer');
51 if (!$farmer) {
/plugin/farmer/_test/
H A Dcore.test.php
H A DgetUserLine.test.php
H A DGeneralTest.php
/plugin/farmer/lang/fr/
H A Dtab_setup.txt1 Votre Wiki est pas configuré pour l'élevage avec le greffon //farmer//. Veuillez utiliser la boîte de dialogue suivante pour la mise en place de la ferme.
H A Dtab_setup_help.txt23 Là, le mécanisme de ferme est initialisé. Le greffon //farmer// détectera si la requête
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt33 When enabled, your animals will be accessible under the farmer's URL using the //bang!// mechanism. Eg. if your farmer is
H A Dtab_config_help.txt17 Here you can specify what configuration settings made in the farmer should be used as defaults in the animals.
H A Dtab_new_help.txt28 to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
/plugin/farmsync/meta/
H A DFarmSyncUtil.php17 protected $farmer; variable in dokuwiki\\plugin\\farmsync\\meta\\FarmSyncUtil
25 $this->farmer = plugin_load('helper', 'farmer');
40 return $this->farmer->getAllAnimals();
58 return $this->farmer->getAnimalURL($animal);
/plugin/passpolicy/
H A Dwords.txt1230 farmer
H A D10k-common-passwords.txt1217 farmer

12