Home
last modified time | relevance | path

Searched +full:plugins +(+path:plugin +path:farmer) -(+path:plugin +path:farmer +path:lang) (Results 1 – 22 of 22) sorted by relevance

/plugin/farmer/
H A DREADME9 lib/plugins/farmer/ - if the folder is called different it
12 Please refer to http://www.dokuwiki.org/plugins for additional info
13 on how to install plugins in DokuWiki.
H A Dhelper.php190 * get a list of all Plugins installed in the farmer wiki, regardless whether they are active or not.
192 * @param bool $all get all plugins, even disabled ones
201 $plugins = $plugin_controller->getList('', $all);
203 // filter out a few plugins
204 $plugins = array_filter(
205 $plugins,
215 sort($plugins);
216 return $plugins;
231 $localfile = DOKU_FARMDIR . $animal . '/conf/plugins.local.php';
232 $plugins
319 writePluginConf($plugins, $animal) global() argument
[all...]
H A DDokuWikiFarmCore.php42 'plugins' => 0,
286 'plugins' => [
287 'default' => [DOKU_INC . 'conf/plugins.php'],
288 'local' => [DOKU_CONF . 'plugins.local.php'],
290 DOKU_INC . 'conf/plugins.required.php',
291 DOKU_CONF . 'plugins.protected.php'
345 'protected' => [DOKU_INC . 'lib/plugins/farmer/includes/config.php']
380 } elseif ($key == 'plugins') {
385 'default' => [DOKU_INC . 'conf/plugins.local.php']
403 $config_cascade['plugins']['protecte
[all...]
H A Ddeleted.files13 lang/en/plugins.txt
15 scripts/plugins.js
H A Dscript.js2 /* DOKUWIKI:include script/plugins.js */
H A Dadmin.php49 $this->pages = ['info', 'config', 'new', 'plugins', 'delete'];
/plugin/farmer/includes/
H A Dplugins.php10 $plugins['extension'] = 0;
11 $plugins['upgrade'] = 0;
12 $plugins['testing'] = 0;
13 $plugins['farmer'] = 1;
14 $plugins['farmsync'] = 0;
/plugin/farmer/action/
H A Dajax.php95 $plugins = $helper->getAnimalPluginRealState($animal);
96 if (!isset($plugins[$pname])) die('no such plugin');
97 $plugin = $plugins[$pname];
108 $plugins = $helper->getAnimalPluginRealState($animal);
109 $plugin = $plugins[$pname];
126 $plugins = $helper->getAnimalPluginRealState($animals[0]);
135 foreach ($plugins as $plugin) {
145 foreach ($plugins as $plugin) {
151 $plugins = $helper->getAnimalPluginRealState($animal);
154 foreach ($plugins a
[all...]
H A Ddisable.php11 * Disable Plugins on install
/plugin/farmer/admin/
H A Dplugins.php37 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'plugins'], true, '&');
64 echo $this->locale_xhtml('plugins');
82 $plugins = $helper->getAllPlugins();
83 array_unshift($plugins, '');
89 $bulkForm->addDropdown('bulk_plugin', $plugins);
108 // One Animal, all the plugins
H A Dsetup.php101 $content .= "if(file_exists(__DIR__ . '/../lib/plugins/farmer/DokuWikiFarmCore.php')) {\n";
102 $content .= " include(__DIR__ . '/../lib/plugins/farmer/DokuWikiFarmCore.php');\n";
H A Dinfo.php69 $this->line('plugins', implode(', ', $this->helper->getAllPlugins(false)));
H A Dnew.php334 // deactivate plugins by default FIXME this should be nicer
335 $deactivatedPluginsList = explode(',', $this->getConf('deactivated plugins'));
/plugin/farmer/script/
H A Dplugins.js18 "placeholder_text_single": LANG.plugins.farmer.animalSelect
36 "placeholder_text_single": LANG.plugins.farmer.pluginSelect
61 "placeholder_text_single": LANG.plugins.farmer.animalSelect
/plugin/farmer/conf/
H A Ddefault.php9 $conf['deactivated plugins'] = '';
H A Dmetadata.php9 $meta['deactivated plugins'] = array('string');
/plugin/farmer/_test/
H A DGeneralTest.php
H A Dcore.test.php
H A Dhelper.test.php
H A DgetUserLine.test.php
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt44 * [[doku>plugins|Installing plugins]]
H A Dsyntax.txt482 ===== Syntax Plugins =====
484 DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation: