Lines Matching full:plugin
6 * DokuWiki Plugin Interface
21 * base - the plugin's base name (eg. the directory it needs to be installed in)
22 * author - Author of the plugin
24 * date - Last modified date of the plugin in YYYY-MM-DD format
25 * name - Name of the plugin
26 * desc - Short description of the plugin (Text only)
27 * url - Website with more information on the plugin (eg. syntax description)
32 * The type of the plugin inferred from the class name
34 * @return string plugin type
39 * The name of the plugin inferred from the class name
41 * @return string plugin name
46 * The component part of the plugin inferred from the class name
53 * Access plugin language strings
55 * to try to minimise unnecessary loading of the strings when the plugin doesn't require them
56 * e.g. when info plugin is querying plugins for information about themselves.
65 * plugin equivalent of p_locale_xhtml()
74 * plugin equivalent of localFN()
91 * use this function to access plugin configuration variables
100 * merges the plugin's default settings with any local settings
108 * Loads a given helper plugin (if enabled)
112 * @param string $name name of plugin to load
113 * @param bool $msg if a message should be displayed in case the plugin is not available
114 * @return PluginInterface|null helper plugin object
154 * Allow the plugin to prevent DokuWiki from reusing an instance
156 * @return bool false if the plugin has to be instantiated