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 D | mysql.test.php | 118 $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 D | sqlite.test.php | 47 $conf['plugin']['authpdo']['dsn'] = 'sqlite:' . $this->dbfile;
|
| /dokuwiki/lib/plugins/authpdo/conf/ |
| H A D | metadata.php | 10 $meta['dsn'] = array('string', '_caution' => 'danger');
|
| H A D | default.php | 10 $conf['dsn'] = '';
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 83 * @param string $type DSN type to register for
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | jcl.php | 60 'PGM','CLASS','NOTIFY','MSGCLASS','DSN','KEYLEN','LABEL','LIKE',
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | auth.php | 38 if (!$this->getConf('dsn')) { 39 $this->debugMsg('No DSN specified', -1, __LINE__); 46 $this->getConf('dsn'),
|