Searched refs:getPluginName (Results 1 – 7 of 7) sorted by relevance
154 $path = DOKU_PLUGIN . $this->getPluginName() . '/lang/';161 if (file_exists($config_file . $this->getPluginName() . '/en/lang.php')) {162 include($config_file . $this->getPluginName() . '/en/lang.php');169 … if (file_exists($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php')) {170 … include($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php');207 $plugin = $this->getPluginName();227 $path = DOKU_PLUGIN . $this->getPluginName() . '/conf/';
47 $plugin = $this->getPluginName();
43 public function getPluginName(); function
47 sprintf('Authentication backend %s can\'t do addUser', $auth->getPluginName()),101 sprintf('Authentication backend %s can\'t do delUser', $auth->getPluginName()),
9 public function getPluginName() { function in testable_auth_plugin_authpdo
342 sprintf('Authentication backend %s can\'t do addUser', $auth->getPluginName()),
1020 $page_title = $plugin_title ?: $plugin->getPluginName();