/plugin/sqlite/classes/ |
H A D | adapter.php | 8 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 D | adapter_pdosqlite.php | 50 …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 D | adapter_sqlite2.php | 32 …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 D | helper.php | 99 * @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 D | admin.php | 69 $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 D | db.class.php | 26 …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 D | dbi.class.php | 26 …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 D | CouchDBHandler.php | 54 …http://'.$basicAuth.$this->options['host'].':'.$this->options['port'].'/'.$this->options['dbname'];
|
/plugin/firenews/ |
H A D | syntax.php | 305 $dbname = $pluginname; 308 if (!$sqlite->init($dbname, $updatedir)) {
|
/plugin/geophp/vendor/funiq/geophp/ |
H A D | README.md | 98 $connection = pg_connect("host=$host dbname=$database user=$user password=$pass");
|
/plugin/elasticsearch/vendor/nyholm/dsn/ |
H A D | README.md | 185 pgsql://user:pass@tcp(localhost:5555)/dbname
|
/plugin/authphpbb3/ |
H A D | auth.php | 530 $this->_phpbb_conf['dbname'] = $dbname;
|