Home
last modified time | relevance | path

Searched defs:PLUGIN_NAME (Results 1 – 7 of 7) sorted by relevance

/plugin/api/
H A Daction.php22 const PLUGIN_NAME = 'api'; define in action_plugin_api
/plugin/stale/
H A Dhelper.php9 const PLUGIN_NAME = 'stale'; define in helper_plugin_stale
/plugin/webcode/_test/
H A Dwebcode.test.php16 const PLUGIN_NAME = 'webcode'; define in dokuwiki_plugin_webcode_basis_test
/plugin/webcomponent/
H A Dwebcomponent.php23 const PLUGIN_NAME = 'webcomponent'; define in webcomponent
/plugin/txtconf/
H A Dadmin.php28 if(!defined('PLUGIN_NAME')) define('PLUGIN_NAME','txtconf'); define
/plugin/minimap/
H A Dsyntax.php14 const PLUGIN_NAME = 'minimap'; define in syntax_plugin_minimap
/plugin/combo/ComboStrap/
H A DPluginUtility.php81 public static $PLUGIN_NAME; variable in ComboStrap\\PluginUtility