Home
last modified time | relevance | path

Searched +full:dsn -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/lib/plugins/authpdo/conf/
H A Dmetadata.php10 $meta['dsn'] = array('string', '_caution' => 'danger');
H A Ddefault.php10 $conf['dsn'] = '';
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php119 * @param string $type DSN type to register for
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Djcl.php60 'PGM','CLASS','NOTIFY','MSGCLASS','DSN','KEYLEN','LABEL','LIKE',
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php38 if (!$this->getConf('dsn')) {
39 $this->debugMsg('No DSN specified', -1, __LINE__);
46 $this->getConf('dsn'),