Home
last modified time | relevance | path

Searched refs:actionrenderer (Results 1 – 3 of 3) sorted by relevance

/plugin/actionrenderer/
H A Dplugin.info.txt1 base actionrenderer
5 name actionrenderer plugin
7 url https://www.dokuwiki.org/plugin:actionrenderer
H A DREADME1 actionrenderer Plugin for DokuWiki
6 https://www.dokuwiki.org/plugin:actionrenderer
9 lib/plugins/actionrenderer/ - if the folder is called different it
/plugin/autotooltip/
H A Daction.php20 $this->m_disable = !plugin_load('renderer', 'actionrenderer');
31 $controller->register_hook('PLUGIN_ACTIONRENDERER_METHOD_EXECUTE', 'BEFORE', $this, 'actionrenderer');
40 function actionrenderer(Doku_Event $event, $param) { function in action_plugin_autotooltip