Home
last modified time | relevance | path

Searched refs:plugins (Results 101 – 125 of 1666) sorted by last modified time

12345678910>>...67

/plugin/slacknotifier/
H A DREADME.md12 [Plugin Manager]. Refer to [Plugins] on how to install plugins manually.
16 [Plugins]: https://www.dokuwiki.org/plugins
/plugin/randomtables/
H A DREADME9 lib/plugins/randomtable/ - if the folder is called different it
/plugin/oauth/
H A DREADME9 lib/plugins/oauth/ - 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.
/plugin/upgrade/lang/en/
H A Dfinal.txt3 Should you encounter any problems, be sure all your plugins are up-to-date and compatible with the new version. The [[https://forum.dokuwiki.org/|user forum]] might have some hints for you.
6 If you enjoy DokuWiki and this plugin, please consider a [[doku>donate|donation]] to support the development of this and other plugins. Also check out our various [[doku>social|social network presences]] to stay informed about new developments.
H A Dstep0.txt5 This plugin will not upgrade any installed plugins or templates.
/plugin/upgrade/
H A DREADME7 lib/plugins/upgrade/ - if the folder is called different it
10 Please refer to http://www.dokuwiki.org/plugins for additional info
11 on how to install plugins in DokuWiki.
/plugin/upgrade/lang/es/
H A Dstep0.txt5 Este plugin no actualiza los plugins o plantillas instaladas.
/plugin/upgrade/lang/nl/
H A Dstep0.txt5 De plugin vernieuwt geen geïnstalleerde plugins of templates
/plugin/smtp/
H A DREADME9 lib/plugins/smtp/ - 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.
/plugin/embeddedphp/
H A DREADME18 lib/plugins/embeddedphp/ - if the folder is called differently it
/plugin/statistics/
H A DREADME7 lib/plugins/statistics/ - if the folder is called different it
10 Please refer to http://www.dokuwiki.org/plugins for additional info
11 on how to install plugins in DokuWiki.
H A Dadmin.php13 * All DokuWiki plugins to extend the admin function
187 $url = DOKU_BASE . 'lib/plugins/statistics/img.php?img=' . $name .
519 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/google.png" alt="Google" border="0" />';
523 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/yahoo.png" alt="Yahoo!" border="0" />';
527 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/bing.png" alt="Bing" border="0" />';
565 $file = 'lib/plugins/statistics/ico/' . $type . '/' . $value . '.png';
/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...]
/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
/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 Ddeleted.files13 lang/en/plugins.txt
15 scripts/plugins.js
H A Dhelper.php192 * @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 = [];
237 $this->animalPluginState[$animal] = $plugins;
319 writePluginConf($plugins, $animal) global() argument
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt44 * [[doku>plugins|Installing plugins]]
H A Dsyntax.txt484 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:
/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/lang/en/
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.txt4 may control what plugins are enabled or disabled in all Animals. This is done through this interface.
13 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
H A Dtab_setup_help.txt4 other wikis (The "Animals"). You install plugins and templates in the Farmer only and then make them available
/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/const/
H A Drequirements.txt1 https://github.com/dokufreaks/plugin-include.git lib/plugins/include

12345678910>>...67