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 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 | 118 * @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'),
|