Home
last modified time | relevance | path

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

/plugin/api/
Daction.php22 const PLUGIN_NAME = 'api'; define in action_plugin_api
/plugin/stale/
Dhelper.php9 const PLUGIN_NAME = 'stale'; define in helper_plugin_stale
/plugin/webcode/_test/
Dwebcode.test.php16 const PLUGIN_NAME = 'webcode'; define in dokuwiki_plugin_webcode_basis_test
/plugin/webcomponent/
Dwebcomponent.php23 const PLUGIN_NAME = 'webcomponent'; define in webcomponent
/plugin/txtconf/
Dadmin.php28 if(!defined('PLUGIN_NAME')) define('PLUGIN_NAME','txtconf'); define
/plugin/minimap/
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