Home
last modified time | relevance | path

Searched refs:getPluginName (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Extension/
DPluginTrait.php154 $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/';
DAdminPlugin.php47 $plugin = $this->getPluginName();
DPluginInterface.php43 public function getPluginName(); function
/dokuwiki/lib/plugins/usermanager/
Dremote.php47 sprintf('Authentication backend %s can\'t do addUser', $auth->getPluginName()),
101 sprintf('Authentication backend %s can\'t do delUser', $auth->getPluginName()),
/dokuwiki/lib/plugins/authpdo/_test/
Dsqlite.test.php9 public function getPluginName() { function in testable_auth_plugin_authpdo
/dokuwiki/inc/Remote/
DLegacyApiCore.php342 sprintf('Authentication backend %s can\'t do addUser', $auth->getPluginName()),
/dokuwiki/inc/
Dtemplate.php1020 $page_title = $plugin_title ?: $plugin->getPluginName();