Home
last modified time | relevance | path

Searched defs:dsn (Results 1 – 16 of 16) sorted by relevance

/plugin/elasticsearch/vendor/nyholm/dsn/src/
DDsnParser.php33 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/
DInvalidDsnException.php17 private $dsn; variable in Nyholm\\Dsn\\Exception\\InvalidDsnException
19 public function __construct(string $dsn, string $message)
DDsnTypeNotSupported.php17 public static function onlyUrl($dsn): self
25 public static function onlyPath($dsn): self
DFunctionsNotAllowedException.php14 public function __construct(string $dsn)
DFunctionNotSupportedException.php19 public function __construct(string $dsn, string $function, ?string $message = null)
/plugin/strata/driver/
Ddriver.php91 public function connect($dsn) {
113 protected function initializePDO($dsn) {
/plugin/sql/
DDB.php17 function __construct($dsn, $username="", $password="", $driver_options=array()) {
60 static function &connect($dsn, $options = array())
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php56 $dsn = $argv[1]; variable
H A Dmigrateto17.php50 $dsn = $argv[1]; variable
H A Dmigrateto20.php56 $dsn = $argv[1]; variable
H A Dmigrateto21.php57 $dsn = $argv[1]; variable
/plugin/dbquery/
H A Dhelper.php43 public function getPDO($dsn = null, $user = null, $pass = null)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClientConfiguration.php172 private static function parseDsn(Url $dsn): array
/plugin/database2/
Dmedia.php148 public function __construct( $dsn, $authSlot, $table, $ioIndex,
Ddatabase2.php127 private $dsn = null; variable in Database2
/plugin/semanticdata/phpSesame/
DphpSesame.php45 private $dsn; variable in phpSesame