Home
last modified time | relevance | path

Searched refs:animal (Results 1 – 25 of 57) sorted by last modified time

123

/plugin/oauth/
H A DAdapter.php182 // store Farmer animal in oAuth state parameter
186 if ($farmer && $animal = $farmer->getAnimal()) {
189 'animal' => $animal,
H A Dauth.php37 // handle redirects from farmer to animal wiki instances
202 * to a proper animal instance detected from $state
211 if (empty($data->animal) || $farmer->getAnimal() == $data->animal) {
214 $animal = $data->animal;
216 if (!in_array($animal, $allAnimals)) {
217 msg('Animal ' . $animal . ' does not exist!');
221 $url = $farmer->getAnimalURL($animal) . '/doku.php?' . $INPUT->server->str('QUERY_STRING');
/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/action/
H A Dajax.php66 * to an ajax request to a non-existing animal.
92 $animal = $INPUT->str('ani');
95 $plugins = $helper->getAnimalPluginRealState($animal);
105 $helper->setPluginState($pname, $animal, $new);
108 $plugins = $helper->getAnimalPluginRealState($animal);
111 echo $this->createPluginMatrixCell($plugin, $animal);
150 foreach ($animals as $animal) {
151 $plugins = $helper->getAnimalPluginRealState($animal);
153 echo '<th>' . hsc($animal) . '</th>';
155 echo $this->createPluginMatrixCell($plugin, $animal);
159 plugin_matrix_cell($plugin, $animal, $defaults = false) global() argument
[all...]
H A Dstartup.php51 * Handles the animal not found case
92 foreach ($animals as $animal) {
93 $link = $this->helper->getAnimalURL($animal);
94 $html .= '<li><div class="li"><a href="' . $link . '">' . hsc($animal) . '</a></div></li>';
/plugin/farmer/
H A DDokuWikiFarmCore.php49 /** @var string|false The current animal, false for farmer */
50 protected $animal = false;
51 /** @var bool true if an animal was requested but was not found */
53 /** @var bool true if the current animal was requested by host */
60 * DOKU_CONF depending on the requested animal
69 // animal?
73 define('DOKU_FARM_ANIMAL', $this->animal);
74 if ($this->animal) {
75 define('DOKU_CONF', DOKU_FARMDIR . $this->animal . '/conf/');
97 return $this->animal;
48 protected $animal = false; global() variable in DokuWikiFarmCore
[all...]
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/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_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_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_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/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/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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php53 $animal = 'userfiles'; variable
55 $animal = $_COOKIE['FCK_animal']; variable
119 if(preg_match('#(\/\w+\/' . $animal . ')#',$path,$matches)) {
122 else $Config['UserFilesPath'] = '../' . $animal . '/data/pages/';
194 global $Config,$animal;
197 $dir = preg_replace('/editor\/filemanager\/connectors\/.*/', "$animal/",$dir);
208 global $animal;
228 $Config['UserFilesPath'] = $base_url . 'lib/plugins/ckgedit/fckeditor/' . $animal .'/';
/plugin/ckgedit/action/
H A Dmeta.php513 $animal = isset($conf['animal']) ? $conf['animal'] : 'userfiles';
515 $userfiles = DOKU_PLUGIN . "ckgedit/fckeditor/$animal/";
517 setcookieSameSite('FCK_animal',$animal, $expire, '/');
540 else $media_dir = '/lib/plugins/ckgedit/fckeditor/'. $animal . '/image/';

123