Home
last modified time | relevance | path

Searched refs:animal (Results 26 – 50 of 57) sorted by path

123

/plugin/farmer/admin/
H A Dinfo.php48 $animal = $this->helper->getAnimal();
53 $this->line('thisis', $animal ? $this->getLang('thisis.animal') : $this->getLang('thisis.farmer'));
54 if ($animal) {
55 $this->line('animal', $animal);
94 foreach ($animals as $animal) {
95 $link = $this->helper->getAnimalURL($animal);
96 $html .= '<li><div class="li"><a href="' . $link . '">' . $animal . '</a></div></li>';
H A Dplugins.php42 foreach ($animals as $animal) {
43 $this->helper->setPluginState($plugin, $animal, $INPUT->int('state'));
50 $animal = $INPUT->str('bulk_animal');
53 $this->helper->setPluginState($plugin, $animal, $state);
/plugin/farmer/
H A Dhelper.php18 * Returns the name of the current animal if any, false otherwise
40 * Was the current animal requested by host?
51 * Was an animal requested that could not be found?
62 * Guess the URL for an animal
64 * @param $animal argument
67 public function getAnimalURL($animal)
71 if (strpos($animal, '.') !== false) {
72 return 'http://' . $animal;
74 return 'http://' . $animal . '.' . $config['base']['basedomain'];
76 return DOKU_URL . '!' . $animal
216 getAnimalPluginLocalStates($animal) global() argument
262 getAnimalPluginRealState($animal) global() argument
295 setPluginState($plugin, $animal, $state) global() argument
319 writePluginConf($plugins, $animal) global() argument
[all...]
/plugin/farmer/lang/en/
H A Dtab_config_help.txt12 Eg. if you specify ''example.com'' it is assumed an animal named ''foo'' is reachable via ''foo.example.com''.
13 The base domain is only appended to animal names not containing any dots.
23 By default, when accessing a non-existing animal no error message is shown. You can pick between different
H A Dtab_delete.txt1 You can delete existing animals here. This deletes **all data, including pages and media files** of the selected animal. **This is irreversible!**
H A Dtab_new.txt1 You can create a new animal here.
H A Dtab_new_help.txt3 Animals are the independent subwikis of a Dokuwiki farm. To create a new animal a name has to be assigned.
12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
13 * domain based: ''%%www.foo.com%%'' for an animal accessible at ''%%http://www.foo.com/%%''
14 * sub domain based: ''foo'' for an animal accessible at ''%%http://foo.example.com/%%''
20 You can select an existing animal to base the new one on. All configuration, page, media and meta data will be copied
21 to the new animal. Page and media revisions will not be copied.
31 configuration tab or you copied a different animal with existing users.
H A Dtab_plugins.txt1 You can activate or deactivate either a plugin for all animals in a single bulk operation or you can edit the plugins of a specific animal.
H A Dtab_plugins_help.txt14 or you can pick a specific animal and configure all the plugin states within that animal only. The third option allows you to
H A Dtab_setup_help.txt22 location where all the animal's data will be stored.
34 running at ''%%http://www.example.com/dokuwiki/%%'', an animal will be accessible at
35 ''%%http://www.example.com/dokuwiki/!animal%%''.
/plugin/farmer/lang/fr/
H A Dtab_config_help.txt17 on part du principe qu'un animal nommé ''toto'' est joignable via
32 Par défaut, lors d'une tentative d'accès à un animal inexistant,
H A Dtab_new.txt1 Vous pouvez créer un nouvel animal ici.
H A Dtab_new_help.txt3 Les animaux sont des sous-wikis indépendants d'une ferme de DokuWiki. Pour créer un nouvel animal, il faut lui assigner un nom.
17 * basé sur .htaccess : ''toto'' pour un animal accessible à ''%%http://example.org/dokuwiki/!toto/%%''
18 * basé sur le domaine : ''%%www.toto.com%%'' pour un animal accessible à ''%%http://www.toto.com/%%''
19 * basé sur le sous domaine : ''toto'' pour un animal accessible à ''%%http://toto.example.com/%%''
23 ==== Copie d'animal ====
25 Vous pouvez sélectionner un animal existant comme base d'un
26 nouvel animal. Toute la configuration, toutes les pages et fichiers
28 animal. L'historique des pages et médias ne sera pas copié.
33 ==== Administrateur de l'animal ====
35 L'animal ser
[all...]
H A Dtab_plugins.txt1 Vous pouvez activer ou désactiver soit un même greffon pour tous les animaux en une seule opération de masse, soit les greffons d'un animal particulier.
H A Dtab_plugins_help.txt9 Un greffon peut avoir trois états dans un animal. Il peut être activé, ou désactivé. Il peut également avoir l'état par défaut. Cette dernière option signifie que l'état du greffon n'est pas explicitement choisi pour un animal. Habituellement, l'état par défaut est <<activé>>.
21 - Choisir un animal particulier et gérer l'état de chacun de ses greffons.
H A Dtab_setup_help.txt24 doit être adressée à un animal ou au fermier, et reconfigurera l'ensemble de manière
37 chaque nouvel animal. Ce dossier **doit** se trouver en dehors de l'arborescence
48 ''%%http://www.example.com/dokuwiki/%%'', l'animal toto sera accessible à
/plugin/farmer/lang/ja/
H A Dtab_setup_help.txt36 例えば、''%%http://www.example.com/dokuwiki/%%'' で牧場主が実行されている場合、''%%http://www.example.com/dokuwiki/!animal%%'' で動物にアクセスできるようになります。
/plugin/farmer/script/
H A Dplugins.js12 // general animal select
44 var animal = jQuery(this).val();
49 call: 'plugin_farmer_getPlugins_' + animal
77 ani: $td.data('animal')
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php17 * @param string $animal
21 public function setPageExists($animal, $page, $exists) { argument
22 $this->remoteData[$animal][$page]['exists'] = $exists;
25 public function setAnimalDataDir($animal, $dir) { argument
26 $this->remoteData[$animal]['datadir'] = $dir;
29 public function getAnimalDataDir($animal) { argument
30 …return isset($this->remoteData[$animal]['datadir']) ? $this->remoteData[$animal]['datadir'] : '/va…
35 …set($this->remoteData[$animal][$page]['exists']) ? $this->remoteData[$animal][$page]['exists'] : p…
57 'animal' => $animal,
70 …set($this->remoteData[$animal][$page]['mtime']) ? $this->remoteData[$animal][$page]['mtime'] : par…
[all …]
/plugin/farmsync/
H A Dadmin.php80 foreach ($animals as $animal) {
81 $form->addCheckbox('farmsync-animals[' . $animal . ']', $animal);
/plugin/farmsync/meta/
H A DEntityUpdates.php41 public function getNumberOfAnimalConflicts($animal) { argument
42 return count($this->results[$animal]['failed']);
45 public function printAnimalResultHTML($animal) { argument
48 if (!empty($this->results[$animal]['failed'])) {
51 foreach ($this->results[$animal]['failed'] as $result) {
59 if (!empty($this->results[$animal]['passed'])) {
63 foreach ($this->results[$animal]['passed'] as $result) {
H A DFarmSyncUtil.php46 * @param string $animal
53 public function getAnimalDir($animal) { argument
113 * @param string $animal
149 * @param string $animal
161 * @param string $animal
173 * @param string $animal
197 * @param string $animal the animal
220 * @param string $animal
236 * @param string $animal
290 * @param string $animal
[all …]
H A DUpdateResults.php30 * @param string $animal the animal that was updated
32 function __construct($item, $animal) { argument
34 $this->_animal = $animal;
87 * @param string $animal
89 public function setAnimal($animal) { argument
90 $this->_animal = $animal;
/plugin/farmsync/script/
H A Dresults.js47 var animal = $this.parent('form').data('animal');
56 'farmsync-animal': animal,
72 var animal = $this.parent('form').data('animal');
80 var animal = $this.parent('form').data('animal');
90 'farmsync-animal': animal,
102 jQuery('form[data-animal="' + animal + '"][data-page="' + page + '"] button').hide();
167 var animal = $form.data('animal');
177 'farmsync-animal': animal,
/plugin/letsencrypt/
H A Dhelper.php57 foreach($farmer->getAllAnimals() as $animal) {
58 $url = $farmer->getAnimalURL($animal);

123