Home
last modified time | relevance | path

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

123

/plugin/farmsync/
H A Dadmin.php80 foreach ($animals as $animal) {
81 $form->addCheckbox('farmsync-animals[' . $animal . ']', $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_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%%''.
H A Dtab_new.txt1 You can create a new animal here.
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_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_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.
/plugin/farmer/lang/fr/
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_new.txt1 Vous pouvez créer un nouvel animal ici.
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 à
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_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,
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak111 // Move animal default template
112 …if(!@mkdir($farmconf['barn'].$farmconf['animaltemplate'], 0755)) die('Cannot create animal default…
116 )) die('Cannot copy animal default template');
120 // Create animal default template meta
121 if($fp = fopen($farmconf['barn'].'/'.$farmconf['animaltemplate'].'/animal.meta', 'w')) {
124 }else die('Could not create animal template metafile');
/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/authsqlite/
H A Dauth.php337 $animal = '';
341 $animal = $parts[$i - 1];
344 $query = str_replace('%{animal}', addslashes($animal), $query);
/plugin/farmer/lang/ja/
H A Dtab_setup_help.txt36 例えば、''%%http://www.example.com/dokuwiki/%%'' で牧場主が実行されている場合、''%%http://www.example.com/dokuwiki/!animal%%'' で動物にアクセスできるようになります。
/plugin/letsencrypt/
H A Dhelper.php57 foreach($farmer->getAllAnimals() as $animal) {
58 $url = $farmer->getAnimalURL($animal);
/plugin/farm/
H A Dsoapserver.php158 * @return animal status
202 * @return animal list
/plugin/oauth/
H A DAdapter.php182 // store Farmer animal in oAuth state parameter
186 if ($farmer && $animal = $farmer->getAnimal()) {
189 'animal' => $animal,
/plugin/ckgdoku/action/
H A Dmeta.php478 $animal = isset($conf['animal']) ? $conf['animal'] : 'userfiles';
480 $userfiles = DOKU_PLUGIN . "ckgdoku/fckeditor/$animal/";
482 setcookie('FCK_animal',$animal, $expire, '/');
505 else $media_dir = '/lib/plugins/ckgdoku/fckeditor/'. $animal . '/image/';
/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/';
/plugin/templateconfhelper/
H A DREADME49 $farmdir = "$farmbasedir/domains/$animal/";
/plugin/passpolicy/
H A Dwords.txt137 animal
H A D10k-common-passwords.txt397 animal
/plugin/tuxquote/
H A Dquotes.txt877 …e only Religious Animal. He is the only animal that has the True Religion- several of them. He is …
1402 …ly, it seems, is one that used to be better. <BR> -- Cleveland Amory, U.S. critic & animal activist
1426 Whenever you observe an animal closely, you feel as if a human being sitting inside were making fun…
1465 A dog is a yes-animal, very popular with people who can't afford to keep a yes-man. <BR> -- Roberts…
1569 A family is a unit composed not only of children but of men, women, an occasional animal, and the c…
1906 My favorite animal is steak. <BR> -- Fran Lebowitz (1950--), U.S. writer
1972 You can always reason with a German. You can always reason with a barnyard animal, too, for all the…
2072 I believe I've found the missing link between animal and civilized man. It's us. <BR> -- Konrad Lor…
2416 Man is the only animal that blushes. Or needs to. <BR> -- Mark Twain (1835-1910)
2713 …gs to bore one another seems to be vastly greater than that of any other animal. <BR> -- H. L. Men…
[all …]

123