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 – 7 of 7) sorted by relevance

/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php118 $info = 'DSN: ' . $auth->getConf('dsn');
168 $info = 'DSN: ' . $auth->getConf('dsn') . ' User:' . $user['user'];
301 …$conf['plugin']['authpdo']['dsn'] = "{$this->driver}:dbname={$this->database};host={$this->host};p…
H A Dsqlite.test.php47 $conf['plugin']['authpdo']['dsn'] = 'sqlite:' . $this->dbfile;
/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.php83 * @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'),