Home
last modified time | relevance | path

Searched full:plugin_types (Results 1 – 5 of 5) sorted by relevance

/plugin/dev/
H A DSkeletor.php16 const PLUGIN_TYPES = ['auth', 'admin', 'syntax', 'action', 'renderer', 'helper', 'remote', 'cli']; define in dokuwiki\\plugin\\dev\\Skeletor
122 if (!in_array($type, self::PLUGIN_TYPES)) {
H A Dcli.php39 $types = PluginController::PLUGIN_TYPES;
/dokuwiki/inc/
H A Dload.php245 '/^(' . implode('|', PluginController::PLUGIN_TYPES) . ')_plugin_(' .
/dokuwiki/inc/Extension/
H A DPluginController.php16 public const PLUGIN_TYPES = ['auth', 'admin', 'syntax', 'action', 'renderer', 'helper', 'remote', 'cli']; define in dokuwiki\\Extension\\PluginController
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php799 foreach (PluginController::PLUGIN_TYPES as $type) {