Home
last modified time | relevance | path

Searched refs:dbname (Results 1 – 12 of 12) sorted by relevance

/plugin/sqlite/classes/
H A Dadapter.php8 protected $dbname = ''; variable in helper_plugin_sqlite_adapter
44 return $this->dbname;
81 * @param string $dbname - name of database
86 public function initdb($dbname, &$init, $sqliteupgrade = false) { argument
91 if($this->dbname == $dbname) {
99 $this->dbname = '';
102 $this->dbname = $dbname;
103 $this->dbfile = $conf['metadir'].'/'.$dbname.$this->fileextension;
501 $this->initdb($this->dbname, $init);
H A Dadapter_pdosqlite.php50 …ound_msg = "SQLite: '".$this->dbname.$this->fileextension."' database not found. In the meta direc…
65 …msg("SQLite: failed to open SQLite '".$this->dbname."' database (DB has not a sqlite3 format.)", -…
75 … msg("SQLite: failed to open SQLite '".$this->dbname."' database (".$e->getMessage().")", -1);
H A Dadapter_sqlite2.php32 …msg("SQLite: failed to open SQLite '".$this->dbname."' database (DB has a sqlite3 format instead o…
39 msg("SQLite: failed to open SQLite '".$this->dbname."' database ($error)", -1);
/plugin/sqlite/
H A Dhelper.php99 * @param string $dbname
103 public function init($dbname, $updatedir) { argument
105 if( !$this->adapter or !$this->adapter->initdb($dbname, $init) ){
398 public function dumpDatabase($dbname, $from = DOKU_EXT_SQLITE) { argument
421 if(!$adapterDumpDb->initdb($dbname, $init)) {
429 $filename = $conf['metadir'].'/dumpfile_'.$dbname.'.sql';
475 msg('Dumping "'.hsc($dbname).'" has failed. Could not open '.$filename);
484 * @param string $dbname
488 public function fillDatabaseFromDump($dbname, $dumpfile) { argument
491 $dbf = $conf['metadir'].'/'.$dbname;
[all …]
H A Dadmin.php69 $dbname = $INPUT->str('db');
71 $dumpfile = $DBI->dumpDatabase($dbname, DOKU_EXT_PDO, true);
74 header('Content-Disposition: attachment; filename="'.$dbname.'.sql";');
84 $dbname = $INPUT->str('db');
92 if ($DBI->fillDatabaseFromDump($dbname, $dumpfile, true)) {
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php54 …http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['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/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md185 pgsql://user:pass@tcp(localhost:5555)/dbname
/plugin/authphpbb3/
H A Dauth.php530 $this->_phpbb_conf['dbname'] = $dbname;