Searched refs:DSN (Results 1 – 10 of 10) sorted by relevance
/plugin/sql/ |
H A D | DB.php | 81 global $DSN, $DB; 84 $DSN = array('phptype' => 'mysql', 89 $DB = new PDO($DSN['phptype'].':host='.$DSN['hostspec'], $DSN['username'], $DSN['password']); 97 global $DSN, $DB; 100 $DSN['database'] = $db; 102 …$DB = new PDO($DSN['phptype'].':host='.$DSN['hostspec'].';dbname='.$DSN['database'], $DSN['usernam…
|
/plugin/elasticsearch/vendor/nyholm/dsn/ |
H A D | README.md | 1 # DSN parser 8 Parse DSN strings into value objects to make them easier to use, pass around and 31 ## The DSN string format 32 A DSN is a string used to configure many services. A common DSN may look like a 44 ### DSN Functions 46 A DSN may contain zero or more functions. The DSN parser supports a function syntax 60 The latter is for situations where DSN functions are supported. 99 When using `DsnParser::parseFunc()` on a string that does not contain any DSN function [all...] |
H A D | CHANGELOG.md | 24 Version 2 comes with a new definition was a DSN really is. It supports functions 25 and a greater variety of DSN formats. 35 $dsn = new \Nyholm\DSN('mysql://localhost');
|
/plugin/yuriigantt/_test/Drivers/ |
H A D | embedded.test.php | 74 $this->assertEquals($database->dsn, Embedded::DSN); 75 $this->assertEquals($database->dsn, Embedded::DSN);
|
/plugin/yuriigantt/src/Driver/ |
H A D | Sqlite.php | 25 const DSN = ':sqlite:'; define in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Sqlite
|
H A D | Embedded.php | 31 const DSN = ':embedded:'; define in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded 108 'dsn' => Embedded::DSN,
|
/plugin/yuriigantt/src/Views/ |
H A D | dhtmlxgantt.php | 113 if (database.dsn === '<?= EmbeddedDriver::DSN ?>') {
|
/plugin/yuriigantt/ |
H A D | syntax.php | 141 if ($data->dsn !== Embedded::DSN) {
|
/plugin/elasticsearch/ |
H A D | composer.lock | 223 "description": "Parse your DSN strings in a powerful and flexible way",
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | CHANGELOG.md | 195 * Added support for defining a connection pool with DSN. Example: `pool(http://127.0.0.1 http://127.0.0.2/bar?timeout=4)` [#1808](https://github.com/ruflin/Elastica/pull/1808) 390 * Support string DSN in `\Elastica\Client` constructor for config argument [#1640](https://github.com/ruflin/Elastica/issues/1640)
|