| /dokuwiki/data/ |
| H A D | deleted.files | 6 lib/plugins/extension/_test/extension.test.php 7 lib/plugins/extension/all.less 8 lib/plugins/extension/helper/extension.php 9 lib/plugins/extension/helper/gui.php 10 lib/plugins/extension/helper/list.php 11 lib/plugins/extension/helper/repository.php 12 lib/plugins/extension/images/bug.gif 13 lib/plugins/extension/images/disabled.png 14 lib/plugins/extension/images/donate.png 15 lib/plugins/extension/images/down.png [all …]
|
| /dokuwiki/ |
| H A D | .gitignore | 27 !/conf/plugins.php 28 !/conf/plugins.required.php 47 /lib/plugins/* 48 !/lib/plugins/acl 49 !/lib/plugins/authad 50 !/lib/plugins/authldap 51 !/lib/plugins/authmysql 52 !/lib/plugins/authpgsql 53 !/lib/plugins/authpdo 54 !/lib/plugins/authplain [all …]
|
| /dokuwiki/conf/ |
| H A D | plugins.required.php | 3 * This file configures the enabled/disabled status of plugins, which are also protected 7 $plugins['acl'] = 1; 8 $plugins['authplain'] = 1; 9 $plugins['extension'] = 1; 10 $plugins['config'] = 1; 11 $plugins['usermanager'] = 1; 12 $plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either
|
| H A D | plugins.php | 3 * This file configures the default states of available plugins. All settings in 4 * the plugins.*.php files will override those here. 6 $plugins['testing'] = 0;
|
| /dokuwiki/_test/ |
| H A D | phpcs.xml | 30 <exclude-pattern>*/lib/plugins/authad/adLDAP</exclude-pattern> 50 <exclude-pattern>*/lib/plugins/*.php</exclude-pattern> 51 <exclude-pattern>*/lib/plugins/*/action.php</exclude-pattern> 52 <exclude-pattern>*/lib/plugins/*/action/*.php</exclude-pattern> 53 <exclude-pattern>*/lib/plugins/*/admin.php</exclude-pattern> 54 <exclude-pattern>*/lib/plugins/*/admin/*.php</exclude-pattern> 55 <exclude-pattern>*/lib/plugins/*/auth.php</exclude-pattern> 56 <exclude-pattern>*/lib/plugins/*/auth/*.php</exclude-pattern> 57 <exclude-pattern>*/lib/plugins/*/cli.php</exclude-pattern> 58 <exclude-pattern>*/lib/plugins/*/cli/*.php</exclude-pattern> [all …]
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginController.php | 8 * Class to encapsulate access to dokuwiki plugins 15 /** @var array the types of plugins DokuWiki supports */ 19 /** @var array all installed plugins and their enabled state [plugin=>enabled] */ 25 * Populates the master list of plugins 35 * Returns a list of available plugins of given type 41 * false to only return enabled plugins, 42 * true to return both enabled and disabled plugins 76 * @param $disabled bool true to load even disabled plugins 84 //we keep all loaded plugins available in global scope for reuse 200 * Read all installed plugins and their current enabled state [all …]
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Loader.php | 11 * configuration cascade and installed plugins. 18 /** @var string[] list of enabled plugins */ 19 protected $plugins; variable in dokuwiki\\plugin\\config\\core\\Loader 32 $this->plugins = plugin_list(); 34 // allow plugins to remove configurable plugins 35 Event::createAndTrigger('PLUGIN_CONFIG_PLUGINLIST', $this->plugins); 41 * Reads the main file, plugins and template settings meta data 51 // plugins 52 foreach ($this->plugins as $plugin) { 79 * Reads the main file, plugins and template defaults [all …]
|
| /dokuwiki/lib/plugins/extension/lang/nl/ |
| H A D | intro_search.txt | 1 …>nl:plugins|plugins]] en [[doku>nl:template|templates]] vervaardigd door derden en bestemd voor Do…
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | LocalTest.php | 13 * @group plugins 35 $plugins = $local->getPlugins(); 37 $this->assertIsArray($plugins); 38 foreach ($plugins as $plugin) { 43 $this->assertArrayHasKey('extension', $plugins);
|
| /dokuwiki/inc/ |
| H A D | pluginutils.php | 4 * Utilities for handling plugins 15 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); 17 // this is only to support plugins that don't follow these conventions, too 25 * Return list of available plugins 27 * @param string $type type of plugins; empty string for all 28 * @param bool $all; true to retrieve all, false to retrieve only enabled plugins 35 $plugins = $plugin_controller->getList($type, $all); 36 sort($plugins, SORT_NATURAL | SORT_FLAG_CASE); 37 return $plugins; 48 * @param $disabled bool true to load even disabled plugins
|
| H A D | config_cascade.php | 77 'plugins' => [ 78 'default' => [DOKU_CONF . 'plugins.php'], 79 'local' => [DOKU_CONF . 'plugins.local.php'], 80 'protected' => [DOKU_CONF . 'plugins.required.php', DOKU_CONF . 'plugins.protected.php']
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Local.php | 38 * Get all locally installed plugins 48 $plugins = $this->readExtensionsFromDirectory(DOKU_PLUGIN); 49 ksort($plugins); 50 return $plugins;
|
| /dokuwiki/lib/plugins/extension/lang/de-informal/ |
| H A D | intro_plugins.txt | 1 …Plugins, die bereits installiert sind. Du kannst sie hier an- oder abschalten oder sie komplett de…
|
| H A D | intro_search.txt | 1 Dieser Tab gibt Dir Zugriff auf alle vorhandenen [[doku>de:plugins|Plugins]] und [[doku>de:template…
|
| /dokuwiki/lib/plugins/extension/lang/de/ |
| H A D | intro_plugins.txt | 1 …Plugins, die bereits installiert sind. Sie können sie hier an- oder abschalten oder sie komplett d…
|
| H A D | intro_search.txt | 1 Dieser Tab gibt Ihnen Zugriff auf alle vorhandenen [[doku>de:plugins|Plugins]] und [[doku>de:templa…
|
| /dokuwiki/lib/plugins/extension/lang/pt/ |
| H A D | intro_plugins.txt | 1 … são os plugins instalados atualmente em seu DokuWiki. Você pode ativar, desativar ou desinstalá-l…
|
| H A D | intro_search.txt | 1 Esta aba lhe dá acesso a todos os [[doku>plugins|plugins]] e [[doku>template|modelos]] de terceiros…
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | README | 9 lib/plugins/authpdo/ - 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.
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | README | 9 lib/plugins/styling/ - 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.
|
| /dokuwiki/_test/conf/ |
| H A D | plugins.local.php | 6 …* NOTE: Plugins will not be added to this file unless there is a need to override a default settin…
|
| /dokuwiki/lib/plugins/extension/lang/el/ |
| H A D | intro_search.txt | 1 Σε αυτή την καρτέλα έχετε πρόσβαση σε [[doku>plugins|plugins]] and [[doku>template|templates]] Dok…
|
| /dokuwiki/lib/plugins/extension/lang/ckb/ |
| H A D | intro_search.txt | 1 ئەم خشتەبەندە دەستگەیشتنت دەداتێ بە هەموو پارتی 3یەمی بەردەست !!doku>plugins|plugins!! و <doku>temp…
|
| /dokuwiki/lib/plugins/extension/lang/en/ |
| H A D | intro_search.txt | 1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|t…
|
| /dokuwiki/lib/plugins/extension/lang/vi/ |
| H A D | intro_search.txt | 1 Tab này cho phép bạn truy cập vào tất cả [[doku>plugins|plugins]] và [[doku>template|chủ đề]] có sẵ…
|