Lines Matching full:of

15     /** @var array the types of plugins DokuWiki supports */
25 * Populates the master list of plugins
35 * Returns a list of available plugins of given type
38 * the type of plugin to return,
44 * @return array of
71 * Loads the given plugin and creates an object of it
73 * @param $type string type of plugin to load
74 * @param $name string name of the plugin to load
75 …* @param $new bool true to return a new instance of the plugin, false to use an already lo…
142 * @param string $plugin name of plugin
144 …* @deprecated in favor of the more sensible isEnabled where the return value matches the enabled s…
155 * @param string $plugin name of plugin
166 * @param string $plugin name of plugin
179 * @param string $plugin name of plugin
190 * Returns cascade of the config files
192 * @return array with arrays of plugin configs
227 * and returns the entries of the $plugins array set in these files
229 * @param array $files list of files to include, latter overrides previous
230 * @return array with entries of the $plugins arrays of the included files
244 * Save the current list of plugins
257 // Rebuild list of local settings
283 * Rebuild the set of local plugins
285 * @return array array of plugins to be saved in end($config_cascade['plugins']['local'])
296 //The ones which we are sure of (list of 0s not in default)
298 //the ones in need of diff
305 * Build the list of plugins and cascade
331 * Returns a list of available plugin components of given type
333 * @param string $type plugin_type name; the type of plugin to return,
336 * @return array of plugin components of requested type
388 * Returns inverse boolean value of the input
391 * @return bool inversed boolean value of input