Home
last modified time | relevance | path

Searched refs:database (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt6 desc Authenticate against a database via PDO
H A DREADME3 Authenticate against a database via PDO
/dokuwiki/_test/
H A Dmysql.conf.php.dist3 * This configures the access to a mysql database. The user needs to have permissions
H A Dpgsql.conf.php.dist3 * This configures the access to a postgres database. The user needs to have permissions
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php13 protected $database = 'authpdo_testing'; variable in mysql_plugin_authpdo_test
68 $pdo->exec("DROP DATABASE IF EXISTS {$this->database}");
69 $pdo->exec("CREATE DATABASE {$this->database}");
84 $pdo->exec("DROP DATABASE IF EXISTS {$this->database}");
100 …"{$this->driver}:dbname={$this->database};host={$this->host};port={$this->port}", $this->user, $th…
293 $this->database = $dbname;
301 …$conf['plugin']['authpdo']['dsn'] = "{$this->driver}:dbname={$this->database};host={$this->host};p…
/dokuwiki/conf/
H A Dmysql.conf.php.example22 /* Options to configure database access. You need to set up this
24 * database.
29 $conf['plugin']['authmysql']['database'] = '';
37 * some reasons it might be useful to let the database do the encryption.
39 * the database, otherwise the encrypted one.
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
168 /* This statement should remove a group fom the database.
176 /* This statement should return the database index of a given user name.
190 /* This statement should remove a user fom the database.
[all …]
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 …ighly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by u…
/dokuwiki/_test/data/pages/wiki/
H A Ddokuwiki.txt3 …he creation of structured texts. All data is stored in plain text files -- no database is required.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md38 // get your news items from somewhere, e.g. your database:
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md156 | `%F` | Same as "`%Y-%m-%d`" (commonly used in database datestamps) | Example: `2009-02-05` …
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md197 * Added support for Redis password and database. [#589](https://github.com/simplepie/simplepie/pull…