Lines Matching full:to
8 * Defines the public contract all DokuWiki plugins will adhere to. The actual code
9 * to do so is defined in dokuwiki\Extension\PluginTrait
19 * Needs to return a associative array with the following values:
21 * base - the plugin's base name (eg. the directory it needs to be installed in)
23 * email - Email address to contact the author
55 * to try to minimise unnecessary loading of the strings when the plugin doesn't require them
58 * @param string $id id of the string to be retrieved
64 * retrieve a language dependent file and pass to xhtml renderer for display
86 * @todo this could be made protected and be moved to the trait only
91 * use this function to access plugin configuration variables
93 * @param string $setting the setting to access
94 * @param mixed $notset what to return if the setting is not available
103 * @todo this could be made protected and be moved to the trait only
112 * @param string $name name of plugin to load
120 * standardised function to generate an email link according to obfuscation settings
132 * standardised function to generate an external link according to conf settings
144 * output text string through the parser, allows dokuwiki markup to be used
145 * very ineffecient for small pieces of data - try not to use
147 * @param string $text wiki markup to parse
154 * Allow the plugin to prevent DokuWiki from reusing an instance
156 * @return bool false if the plugin has to be instantiated