Home
last modified time | relevance | path

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

12

/plugin/farm/
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) {
Dadmin.php85 if(!DOKU_IS_FARMER) return; // don't display farm management item in the animals' admin page
/plugin/farmer/admin/
Dinfo.php64 $this->line('animals', $this->animals($INPUT->bool('list')));
82 protected function animals($list) function in admin_plugin_farmer_info
86 $animals = $this->helper->getAllAnimals();
89 $html = count($animals);
96 foreach ($animals as $animal) {
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);
Ddelete.php77 $animals = $this->helper->getAllAnimals();
78 array_unshift($animals, '');
79 $form->addDropdown('delanimal', $animals)->addClass('farmer_chosen_animals');
Dnew.php80 $animals = $this->helper->getAllAnimals();
81 array_unshift($animals, '');
83 $form->addDropdown('animaltemplate', $animals)
/plugin/farmer/
DDokuWikiFarmCore.php332 $animals = [];
336 $animals[] = implode('.', array_slice($parts, 0, $j));
338 $animals[] = implode('.', array_slice($parts, 1, $j));
340 $animals = array_unique($animals);
341 $animals = array_filter($animals);
343 $animals,
351 return $animals;
Dhelper.php88 $animals = [];
93 $animals[] = $animal;
95 sort($animals);
96 return $animals;
Dplugin.info.txt6 desc A plugin to help with creating and administring wiki farm animals
DREADME3 A plugin to help with creating and administring wiki farm animals
/plugin/farmer/lang/en/
Dtab_setup_help.txt5 through to the animals. You only need to keep one wiki uptodate and all other wikis just use the sa…
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.…
37 If you do not enable this, you will have to configure your Webserver and DNS to access the animals.
Dtab_plugins_help.txt13 …age 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 yo…
16 of animals.
Dtab_config_help.txt17 …n 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.
Dtab_config.txt1 …vior of the farm is configured. Please be aware that changing options here will affect all animals.
Dtab_delete.txt1 You can delete existing animals here. This deletes **all data, including pages and media files** of…
Dtab_plugins.txt1 You can activate or deactivate either a plugin for all animals in a single bulk operation or you ca…
/plugin/farmsync/
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/action/
Dstartup.php91 $animals = $this->helper->getAllAnimals();
92 foreach ($animals as $animal) {
Dajax.php125 $animals = $helper->getAllAnimals();
126 $plugins = $helper->getAnimalPluginRealState($animals[0]);
150 foreach ($animals as $animal) {
/plugin/farmer/lang/ja/
Dtab_setup_help.txt30 ''../animals'' のような相対的なディレクトリを指定できます。
/plugin/backlinks2/_test/data/pages/
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/
DREADME.md4 and labeling images and tables with indexes like "Tab. 1: Types of animals"
/plugin/templateconfhelper/
DREADME57 to allow animals to overwrite template php files a main.php like this can be used in the default_tp…
/plugin/farm/install/
Dfarmstructurecreator.php.bak96 // Create animals htaccess
/plugin/passpolicy/
D10k-common-passwords.txt3713 animals

12