Home
last modified time | relevance | path

Searched refs:animals (Results 1 – 25 of 30) sorted by last modified time

12

/plugin/farmer/admin/
H A Dinfo.php63 $this->line('animals', $this->animals($INPUT->bool('list')));
75 * List or count the animals
80 protected function animals($list) function in admin_plugin_farmer_info
84 $animals = $this->helper->getAllAnimals();
87 $html = count($animals);
94 foreach ($animals as $animal) {
H A Dnew.php11 * Create new animals
80 $animals = $this->helper->getAllAnimals();
81 array_unshift($animals, '');
83 $form->addDropdown('animaltemplate', $animals)
H A Dplugins.php40 $animals = $this->helper->getAllAnimals();
42 foreach ($animals as $animal) {
105 $animals = $helper->getAllAnimals();
106 array_unshift($animals, '');
112 $singleForm->addDropdown('bulk_animal', $animals);
H A Ddelete.php77 $animals = $this->helper->getAllAnimals();
78 array_unshift($animals, '');
79 $form->addDropdown('delanimal', $animals)->addClass('farmer_chosen_animals');
/plugin/farmer/action/
H A Dajax.php115 * Create a matrix of all animals and plugin states
125 $animals = $helper->getAllAnimals();
126 $plugins = $helper->getAnimalPluginRealState($animals[0]);
150 foreach ($animals as $animal) {
H A Dstartup.php84 * Retrun a HTML list of animals
91 $animals = $this->helper->getAllAnimals();
92 foreach ($animals as $animal) {
/plugin/farmer/
H A DDokuWikiFarmCore.php206 $animals = [];
210 $animals[] = implode('.', array_slice($parts, 0, $j));
212 $animals[] = implode('.', array_slice($parts, 1, $j));
214 $animals = array_unique($animals);
215 $animals = array_filter($animals);
217 $animals,
225 return $animals;
325 * These are only added for animals, no
[all...]
H A DREADME3 A plugin to help with creating and administring wiki farm animals
H A Dhelper.php81 * List of all animals, i.e. directories within DOKU_FARMDIR without the template.
87 $animals = [];
92 $animals[] = $animal;
94 sort($animals);
95 return $animals;
242 * Return the default state plugins would have in animals
H A Dplugin.info.txt6 desc A plugin to help with creating and administring wiki farm animals
/plugin/farmer/lang/ja/
H A Dtab_setup_help.txt30 ''../animals'' のような相対的なディレクトリを指定できます。
/plugin/farmer/lang/en/
H A Dtab_config.txt1 Here the basic behavior of the farm is configured. Please be aware that changing options here will affect all animals.
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.
19 DokuWiki's default settings are the defaults for all animals as well.
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.
H A Dtab_plugins_help.txt13 There are three ways to manage plugins: You can either pick a single plugin and set its state to the same value in all animals
15 see and edit the state of all plugins in all animals at once. This option may not be feasible of you have a large amount
16 of animals.
H A Dtab_setup_help.txt5 through to the animals. You only need to keep one wiki uptodate and all other wikis just use the same code base.
24 The ''.htaccess'' modification makes animals accessible through the //bang!// mechanism. (See below)
29 outside your current DokuWiki. You can specify a relative directory like ''../animals''.
33 When enabled, your animals will be accessible under the farmer's URL using the //bang!// mechanism. Eg. if your farmer is
37 If you do not enable this, you will have to configure your Webserver and DNS to access the animals.
/plugin/passpolicy/
H A D10k-common-passwords.txt3713 animals
/plugin/farmsync/
H A Dadmin.php61 $animals = $this->farm_util->getAllAnimals();
64 …$form->addDropdown('farmsync[source]', $animals, $this->getLang('label:source'))->addClass('make_c…
80 foreach ($animals as $animal) {
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt7 I guess I'm a little weird. I like to talk to trees and animals. That's okay though; I have more fu…
/plugin/indexnumber/
H A DREADME.md4 and labeling images and tables with indexes like "Tab. 1: Types of animals"
/plugin/tuxquote/
H A Dquotes.txt52 Porkchops and bacon, my two favorite animals.
77 If we aren't supposed to eat animals, why are they made with meat?
78 I love animals. They're delicious.
851 If animals could speak, the dog would be a blundering outspoken fellow; but the cat would have the …
864 …- these are strictly confined to man; he invented them. Among the higher animals there is no trace…
1419 … That may be. But I think there's one other thing that separates us from animals. We aren't afraid…
1422 Of all the animals, the boy is the most unmanageable. <BR> -- Plato (428-347 B.C.), Laws, book vii
2423 Men are very queer animals -- a mixture of horse-nervousness, ass-stubbornness, and camel-malice. <…
2705 Men are the only animals that devote themselves, day in and day out, to making one another unhappy.…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt158 …res according to their kinds and of the domestic animals according to their kinds, of all moving a…
1855 …ixed company also went up with them, as well as flocks and herds, a very numerous stock of animals.
3734 …the sons of Israel, and the domestic animals of the Levites in place of all the firstborn among th…
3738 …born among the sons of Israel, and the domestic animals of the Levites in place of their domestic
4676 And they went taking all the spoil and all the booty in the way of humans and domestic animals.
4983 And all the domestic animals and the spoil of the cities we took as plunder for ourselves.
15592 You cause darkness, that it may become night;In it all the wild animals of the forest move forth.
16382 YOU wild animals and all YOU domestic animals,YOU creeping things and winged birds,
16747 Slackness will not start up one's game animals, but the diligent one is a man's precious wealth.
18588 …for the wild beasts and for the domestic animals, their loads, pieces of luggage, a burden for the…
[all …]
/plugin/templateconfhelper/
H A DREADME57 to allow animals to overwrite template php files a main.php like this can be used in the default_tp…
/plugin/bible/bible_douayRheims/
H A DPsalms.txt1019 67:11. In it shall thy animals dwell; in thy sweetness, O God, thou hast provided for the poor.

12