Home
last modified time | relevance | path

Searched refs:pluginname (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/parser/
H A Dhandler.php287 * @param string $pluginname name of the plugin
292 public function plugin($match, $state, $pos, $pluginname)
296 $plugin = plugin_load('syntax', $pluginname);
301 $this->addPluginCall($pluginname, $data, $state, $pos, $match);
279 plugin($match, $state, $pos, $pluginname) global() argument