Home
last modified time | relevance | path

Searched refs:databases (Results 26 – 36 of 36) sorted by path

12

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md137 throw an exception. No databases released by MaxMind currently use big
H A DREADME.md143 requires gmp or bcmath to read databases with 128-bit unsigned integers.
162 The GMP or BCMath extension may be required to read some databases
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock209 … "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
/plugin/sql/
H A Dsyntax.php33 var $databases = array(); variable in syntax_plugin_sql
125 array_push($this->databases, $db);
128 $db =& array_pop($this->databases);
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/plugin/sqlite/
H A DREADME11 If both drivers are available, the admin allows to convert old sqlite2 format databases to
/plugin/sqlite/lang/en/
H A Dintro.txt3 This screen lets you interface existing SQLite databases directly. Just select the databases from the table of contents and enter your SQL commands.
/plugin/sqlite/lang/nl/
H A Dintro.txt3 Dit scherm stelt je in staat om directe toegang tot SQLite-databases te krijgen. Selecteer de databases in de tabel en geef de SQL-commando's
/plugin/sqljson/
H A DREADME.md2 A dokuwiki plugin for processing query to MySQL databases and insert results as a json.
/plugin/sqlquery/
H A DREADME.md2 A dokiwiki plugin for processing query to MySQL databases and display results as a table.
/plugin/sqlraw/
H A Dsyntax.php25 var $databases = array(); variable in syntax_plugin_sqlraw
154 array_push($this->databases, $db);
168 $db =& array_pop($this->databases);
171 array_push($this->databases, $db);
184 $db =& array_pop($this->databases);

12