Searched defs:dsn (Results 1 – 16 of 16) sorted by relevance
/plugin/elasticsearch/vendor/nyholm/dsn/src/ |
H A D | DsnParser.php | 33 public static function parseFunc(string $dsn): DsnFunction 64 public static function parse(string $dsn): Dsn 76 public static function parseUrl(string $dsn): Url 86 public static function parsePath(string $dsn): Path 99 private static function parseArguments(string $dsn) 113 private static function getDsn(string $dsn): Dsn 162 private static function explodeUrl(string $url, string $dsn): array
|
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/ |
H A D | InvalidDsnException.php | 17 private $dsn; variable in Nyholm\\Dsn\\Exception\\InvalidDsnException 19 public function __construct(string $dsn, string $message)
|
H A D | DsnTypeNotSupported.php | 17 public static function onlyUrl($dsn): self 25 public static function onlyPath($dsn): self
|
H A D | FunctionsNotAllowedException.php | 14 public function __construct(string $dsn)
|
H A D | FunctionNotSupportedException.php | 19 public function __construct(string $dsn, string $function, ?string $message = null)
|
/plugin/strata/driver/ |
H A D | driver.php | 91 public function connect($dsn) { 113 protected function initializePDO($dsn) {
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | migrateto30.php | 56 $dsn = $argv[1]; variable
|
H A D | migrateto17.php | 50 $dsn = $argv[1]; variable
|
H A D | migrateto20.php | 56 $dsn = $argv[1]; variable
|
H A D | migrateto21.php | 57 $dsn = $argv[1]; variable
|
/plugin/dbquery/ |
H A D | helper.php | 41 public function getPDO($dsn = null, $user = null, $pass = null)
|
/plugin/sql/ |
H A D | DB.php | 17 function __construct($dsn, $username="", $password="", $driver_options=array()) { 63 static function &connect($dsn, $options = array())
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | ClientConfiguration.php | 172 private static function parseDsn(Url $dsn): array
|
/plugin/database2/ |
H A D | media.php | 148 public function __construct( $dsn, $authSlot, $table, $ioIndex,
|
H A D | database2.php | 127 private $dsn = null; variable in Database2
|
/plugin/semanticdata/phpSesame/ |
H A D | phpSesame.php | 45 private $dsn; variable in phpSesame
|