Lines Matching full:plugins
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
89 // plugins
90 foreach ($this->plugins as $plugin) {
130 // plugins
131 foreach ($this->plugins as $plugin) {
195 * This is used to read the settings.php files of plugins and templates
216 … if (isset($value[0]) && $value[0] == 'fieldset') continue; //plugins only get one fieldset
226 * This is used to read the default.php files of plugins and templates