Home
last modified time | relevance | path

Searched refs:animals (Results 1 – 25 of 30) sorted by relevance

12

/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 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
H A DREADME3 A plugin to help with creating and administring wiki farm animals
/plugin/farm/
H A Doverview.class.php47 $animals = dokuwiki_farm_animal::listAnimals($this->manager);
53 …for($i=0; $i<count($animals); $i++) $l[sprintf('%020d', $animals[$i]->getInfos()->getSize()).uniqi…
57 $animals = array();
58 foreach($l as $s => $i) $animals[] = $i;
62 for($i=0; $i<count($animals); $i++) $l[$animals[$i]->getName().uniqid()] = $animals[$i];
66 $animals = array();
67 foreach($l as $s => $i) $animals[] = $i;
105 $pages = ceil(count($animals) / DOKU_FARM_PLUGIN_ANIMALOVERVIEW_PERPAGE);
113 foreach(array_slice($animals, $start, DOKU_FARM_PLUGIN_ANIMALOVERVIEW_PERPAGE) as $a) {
H A Dadmin.php85 if(!DOKU_IS_FARMER) return; // don't display farm management item in the animals' admin page
/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 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');
H A Dnew.php11 * Create new animals
80 $animals = $this->helper->getAllAnimals();
81 array_unshift($animals, '');
83 $form->addDropdown('animaltemplate', $animals)
/plugin/farmer/lang/en/
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.
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_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_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_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/action/
H A Dstartup.php84 * Retrun a HTML list of animals
91 $animals = $this->helper->getAllAnimals();
92 foreach ($animals as $animal) {
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) {
/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/farmer/lang/ja/
H A Dtab_setup_help.txt30 ''../animals'' のような相対的なディレクトリを指定できます。
/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/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/farm/install/
H A Dfarmstructurecreator.php.bak96 // Create animals htaccess
/plugin/passpolicy/
H A D10k-common-passwords.txt3713 animals

12