Home
last modified time | relevance | path

Searched refs:dsn (Results 26 – 31 of 31) sorted by relevance

12

/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php145 $dsn = array(
152 $this->_db = DB::connect($dsn);
/plugin/yuriigantt/
H A Dsyntax.php141 if ($data->dsn !== Embedded::DSN) {
/plugin/yuriigantt/_test/
H A Dtest_page.txt10 "dsn": ":embedded:",
/plugin/semanticdata/phpSesame/
H A DphpSesame.php45 private $dsn; variable in phpSesame
/plugin/database2/
H A Ddatabase2.php127 private $dsn = null; variable in Database2
394 $dsn = substr( $dbPath, 1 );
398 $dsn = 'sqlite:' . $dbPath;
400 $dsn = 'sqlite:' . metaFN( $dbPath, '.db' );
463 $this->db = new PDO( $dsn, $username, $password );
482 $this->dsn = $dsn;
4571 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,
4630 $selector = array( '@'.$this->dsn, $this->authSlot, $this->table,'fake',
/plugin/mermaid/
H A Dmermaid.min.js[all...]

12