Searched refs:DSN (Results 1 – 10 of 10) sorted by relevance
| /plugin/sql/ |
| 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/ |
| 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 functions, 121 ### Parsing invalid DSN 123 If you try to parse an invalid DSN string a `InvalidDsnException` will be thrown. [all …]
|
| 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/ |
| D | embedded.test.php | 74 $this->assertEquals($database->dsn, Embedded::DSN); 75 $this->assertEquals($database->dsn, Embedded::DSN);
|
| /plugin/yuriigantt/src/Driver/ |
| D | Sqlite.php | 25 const DSN = ':sqlite:'; define in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Sqlite
|
| D | Embedded.php | 31 const DSN = ':embedded:'; define in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded 108 'dsn' => Embedded::DSN,
|
| /plugin/yuriigantt/src/Views/ |
| D | dhtmlxgantt.php | 113 if (database.dsn === '<?= EmbeddedDriver::DSN ?>') {
|
| /plugin/yuriigantt/ |
| D | syntax.php | 141 if ($data->dsn !== Embedded::DSN) {
|
| /plugin/elasticsearch/ |
| D | composer.lock | 223 "description": "Parse your DSN strings in a powerful and flexible way",
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | CHANGELOG.md | 195 * Added support for defining a connection pool with DSN. Example: `pool(http://127.0.0.1 http://127… 390 * Support string DSN in `\Elastica\Client` constructor for config argument [#1640](https://github.c…
|