/plugin/farm/install/ |
H A D | farmstructurecreator.php.bak | 40 …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 D | virtual.htaccess | 7 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 D | barnatroot.htaccess | 5 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 D | barn.htaccess | 6 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 D | farm.htaccess | 5 RewriteRule .* {farmer} [QSA,R,L] 7 RewriteCond %{REQUEST_URI} !^{farmer}?
|
/plugin/farm/ |
H A D | install.class.php | 23 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 D | plugin.info.txt | 1 base farmer 5 name farmer plugin 7 url https://dokuwiki.org/plugin:farmer
|
H A D | README | 1 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 D | helper.php | 55 $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 D | auth.php | 37 // 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 D | Adapter.php | 183 /** @var \helper_plugin_farmer $farmer */ 184 $farmer = plugin_load('helper', 'farmer'); 186 if ($farmer && $animal = $farmer->getAnimal()) {
|
/plugin/farmer/action/ |
H A D | disable.php | 9 * 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 D | plugins.js | 2 * 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 D | admin.php | 50 $farmer = plugin_load('helper', 'farmer'); 51 if (!$farmer) {
|
/plugin/farmer/_test/ |
H A D | core.test.php |
|
H A D | getUserLine.test.php |
|
H A D | GeneralTest.php |
|
/plugin/farmer/lang/fr/ |
H A D | tab_setup.txt | 1 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 D | tab_setup_help.txt | 23 Là, le mécanisme de ferme est initialisé. Le greffon //farmer// détectera si la requête
|
/plugin/farmer/lang/en/ |
H A D | tab_setup_help.txt | 33 When enabled, your animals will be accessible under the farmer's URL using the //bang!// mechanism. Eg. if your farmer is
|
H A D | tab_config_help.txt | 17 Here you can specify what configuration settings made in the farmer should be used as defaults in the animals.
|
H A D | tab_new_help.txt | 28 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 D | FarmSyncUtil.php | 17 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 D | words.txt | 1230 farmer
|
H A D | 10k-common-passwords.txt | 1217 farmer
|