Home
last modified time | relevance | path

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

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