Home
last modified time | relevance | path

Searched refs:database (Results 26 – 50 of 174) sorted by relevance

1234567

/plugin/crossdbsqlclient/
H A Ddescr.txt10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables
18 …are available in plugin. One or more (; separated) SQL can be executed by an database transaction.
22 … to set the database name, user, passwort and the host. Than you can allow some users or some grou…
41 {{crossdbsqlclient>type|server|database|user|password}}
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md5 * [[\yii\caching\DbCache]]: uses a database table to store cached data. By default, it will create …
6 …[SQLite3](http://sqlite.org/) database under the runtime directory. You can explicitly specify a d…
/plugin/refnotes/lang/en/
H A Dintro.txt7 * //Enable reference database// --- if enabled the plugin will load predefined notes form the [[doku>plugin:refnotes:refdb|reference database]].
8 * //Reference database namespace// --- DokuWiki namespace for the reference database.
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php51 $database = array(); variable
57 $database['table'] = 'getid3_cache';
58 $database['hide'] = true;
256 dirscan::scan_files($dir, $media, $cache, $database);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php96 * @param string $database
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
118 if (!mysql_select_db($database, $this->connection)) {
119 throw new Exception('Cannot use database '.$database);
H A Dextension.cache.mysqli.php100 * @param string $database
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
122 if (!$this->mysqli->select_db($database)) {
123 throw new Exception('Cannot use database '.$database);
/plugin/sqlite/lang/it/
H A Dintro.txt3 Questa schermata consente di interfacciare i database SQLite esistenti direttamente. Selezionate i database dalla tabella dei contenuti ed inserite i vostri comandi SQL
/plugin/zip/lang/en/
H A Dintro.txt3 …page will create a zip archive of your wiki database at the moment. Also, you may restore your wi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSpanner.php558 'path' => 'v1/{+database}',
561 'database' => [
578 'path' => 'v1/{+database}/ddl',
581 'database' => [
668 'path' => 'v1/{+database}/ddl',
671 'database' => [
753 'database' => [
780 'path' => 'v1/{+database}/sessions',
783 'database' => [
840 'path' => 'v1/{+database}/sessions',
[all …]
H A DSQLAdmin.php210 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
223 'database' => [
230 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
243 'database' => [
280 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
293 'database' => [
300 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
313 'database' => [
/plugin/bibtex/OSBib/
H A DSTYLEMAP.php405 $this->database = $this->basic;
406 $this->database['creator1'] = 'author';
407 $this->database['URL'] = 'URL';
408 $this->database['date'] = 'accessDate';
409 $this->database['year2'] = 'accessYear';
410 $this->database['publisherName'] = 'publisherName';
411 $this->database['publisherLocation'] = 'publisherLocation';
412 $this->database['isbn'] = 'ID';
H A DSTYLEMAPBIBTEX.php445 $this->database = $this->basic;
446 $this->database['creator1'] = 'author';
447 $this->database['URL'] = 'URL';
448 $this->database['date'] = 'accessDate';
449 $this->database['year2'] = 'accessYear';
450 $this->database['publisherName'] = 'publisherName';
451 $this->database['publisherLocation'] = 'publisherLocation';
452 $this->database['isbn'] = 'ID';
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example22 /* Options to configure database access. You need to set up this
24 * database.
29 $conf['auth']['mysql']['database'] = '';
37 * some reasons it might be usefull 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 …]
H A Dlocal.php.dist15 * database as autentication backend. Have a look into
17 * your database installation.
/plugin/snippets/lang/en/
H A Dinfo.txt1 This tool should reconcile any differences between the metafiles, the pages, and the database.
3 It also updates the database which holds two lists:
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt31database starting at the specified date. When you start your database for the first time, the dat…
110 The maintenance panel enables deletion of unused database items. There are three submit options:
118 …lete the dwcommit record from db/dbnames.ser and also delete the sqlite database file for this ent…
121 …lite database files which you have deleted. So, if you use Delete Entries and then Restore Backu…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md34 * Added support for GeoLite2 ASN database.
73 * Added support for the GeoIP2 Enterprise database.
106 Anonymous IP database](https://www.maxmind.com/en/geoip2-anonymous-ip-database)
138 * Added support for the GeoIP2 Anonymous IP database. The
166 throw a `BadMethodCallException` if they are used with a database that
168 GeoIP2 Country database will result in an exception, and vice versa.
171 database.
225 * This is the first release with the GeoIP2 database reader. Please see the
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js167 if (ui.database == null) //fallback to localstorage
192 if (ui.database == null) //fallback to localstorage
256 if (this.ui.database == null) //fallback to localstorage
468 if (ui.database == null) //fallback to localstorage
489 if (ui.database == null) //fallback to localstorage
/plugin/refnotes/
H A Ddatabase.php4 * Plugin RefNotes: Reference database
185 private $database; variable in refnotes_reference_database_page
194 public function __construct($database, $cache, $id) { argument
195 $this->database = $database;
289 $key[$c] = $this->database->getKey($table[0][$c]);
299 $key[$r] = $this->database->getKey($table[$r][0]);
485 $this->fileName = $conf['cachedir'] . '/refnotes.database.dat';
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php603 public $database; variable in Google_ExportContext
607 public function setDatabase(/* array(Google_string) */ $database) { argument
608 $this->assertIsArray($database, 'Google_string', __METHOD__);
609 $this->database = $database;
612 return $this->database;
636 public $database; variable in Google_ImportContext
639 public function setDatabase( $database) { argument
640 $this->database = $database;
643 return $this->database;
/plugin/bootswrapper/exe/help/
H A Dthumbnail.txt50 …e and highly versatile Open Source wiki software that doesn't require a database. It is loved by u…
66 …e and highly versatile Open Source wiki software that doesn't require a database. It is loved by u…
76 …e and highly versatile Open Source wiki software that doesn't require a database. It is loved by u…
86 …e and highly versatile Open Source wiki software that doesn't require a database. It is loved by u…
96 …e and highly versatile Open Source wiki software that doesn't require a database. It is loved by u…
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt4 …- download de Maxmind GeoLiteCity.dat database in ''lib/plugins/quickstats/GEOIP/''; hiervoor moet…
8 …aan het Query Info scherm. De **Download DB** knop zal trachten de Maxmind database te downloaden.
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt4 - download the Maxmind GeoLite2-City database into ''quickstats/GEOIP/vendor/GeoLite2-City'';
8 …of the Query Info panel. The **Download DB** button will attempt to download the Maxmind database.
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist3 ; The dates are used when contructing a new database and determine the date from which
4 ; the database will begin storing data
/plugin/authdrupal8/
H A DREADME.md40 * MySQL database holding your drupal tables
41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```)
44 Dokuwiki might only grant access to users that are member of a defined user group. This plugin is reading the user groups from your database.

1234567