Home
last modified time | relevance | path

Searched refs:dbname (Results 1 – 10 of 10) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php54 …http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['dbname'];
/plugin/authphpbb3/
H A Dauth.php530 $this->_phpbb_conf['dbname'] = $dbname;
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
30 $this->dbname = $dbname;
56 if($dbname) {
57 mysql_select_db($dbname, $this->link);
158 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
H A Ddbi.class.php26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
30 $this->dbname = $dbname;
36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) {
151 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md185 pgsql://user:pass@tcp(localhost:5555)/dbname
/plugin/firenews/
H A Dsyntax.php305 $dbname = $pluginname;
308 if (!$sqlite->init($dbname, $updatedir)) {
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md98 $connection = pg_connect("host=$host dbname=$database user=$user password=$pass");
/plugin/sqlite/
H A DQuerySaver.php13 * @param string $dbname The database the queries are saved for
15 public function __construct($dbname)
18 $this->upstream = $dbname;
16 __construct($dbname) global() argument
H A DSQLiteDB.php28 protected $dbname; variable in dokuwiki\\plugin\\sqlite\\SQLiteDB
37 * @param string $dbname Database name
42 public function __construct($dbname, $schemadir, $sqlitehelper = null)
60 $this->dbname = $dbname;
119 $this->__construct($this->dbname, $this->schemadir, $this->helper);
353 return $this->dbname;
362 return $conf['metadir'] . '/' . $this->dbname . self::FILE_EXTENSION;
430 'dbname' => $this->dbname,
41 __construct($dbname, $schemadir, $sqlitehelper = null) global() argument
[all...]
H A Dhelper.php91 * @param string $dbname
95 public function init($dbname, $updatedir)
102 $this->adapter = new SQLiteDB($dbname, $updatedir, $this);
90 init($dbname, $updatedir) global() argument