Home
last modified time | relevance | path

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

/plugin/database2/
H A Ddatabase2.php127 private $dsn = null; variable in Database2
H A Dmedia.php148 public function __construct( $dsn, $authSlot, $table, $ioIndex,
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php50 $dsn = $argv[1]; variable
H A Dmigrateto20.php56 $dsn = $argv[1]; variable
H A Dmigrateto21.php57 $dsn = $argv[1]; variable
H A Dmigrateto30.php56 $dsn = $argv[1]; variable
/plugin/dbquery/
H A Dhelper.php41 public function getPDO($dsn = null, $user = null, $pass = null)
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php33 public static function parseFunc(string $dsn): DsnFunction argument
64 public static function parse(string $dsn): Dsn argument
76 parseUrl(string $dsn) global() argument
86 parsePath(string $dsn) global() argument
99 parseArguments(string $dsn) global() argument
113 getDsn(string $dsn) global() argument
162 explodeUrl(string $url, string $dsn) global() argument
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DDsnTypeNotSupported.php17 public static function onlyUrl($dsn): self argument
25 public static function onlyPath($dsn): self argument
H A DFunctionNotSupportedException.php19 public function __construct(string $dsn, string $function, ?string $message = null) argument
H A DFunctionsNotAllowedException.php14 public function __construct(string $dsn) argument
H A DInvalidDsnException.php17 private $dsn; variable in Nyholm\\Dsn\\Exception\\InvalidDsnException
19 public function __construct(string $dsn, string $message) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php172 private static function parseDsn(Url $dsn): array argument
[all...]
/plugin/semanticdata/phpSesame/
H A DphpSesame.php45 private $dsn; variable in phpSesame
/plugin/sql/
H A DDB.php17 function __construct($dsn, $username="", $password="", $driver_options=array()) {
60 static function &connect($dsn, $options = array())
/plugin/strata/driver/
H A Ddriver.php91 public function connect($dsn) { argument
113 protected function initializePDO($dsn) { argument
[all...]