Lines Matching defs:plugin
9 namespace dokuwiki\plugin\config\core\Setting;
24 foreach (plugin_list('renderer') as $plugin) {
25 $renderer = plugin_load('renderer', $plugin);
27 $this->choices[] = $plugin;
30 $this->prompts[$plugin] = $info['name'];
38 public function html(\admin_plugin_config $plugin, $echo = false)
42 // transfer some plugin names to the config plugin
44 if (!$plugin->getLang($this->key . '_o_' . $choice)) {
46 $plugin->addLang(
48 sprintf($plugin->getLang('renderer__core'), $choice)
51 $plugin->addLang(
53 sprintf($plugin->getLang('renderer__plugin'), $this->prompts[$choice])
58 return parent::html($plugin, $echo);