Home
last modified time | relevance | path

Searched refs:database (Results 51 – 75 of 174) sorted by relevance

1234567

/plugin/quickstats/GEOIP/
H A Dgeoipv6_dnld.txt1 http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
H A Dinitialize_vendor.txt4 download mmb database into vendor/GeoLite2-City
/plugin/404manager/db/
H A DREADME.md4 The database can be found at meta/404manager.sqlite3
/plugin/authsqlite/
H A DREADME.md2 Authentication mechanism for DokuWiki that uses an SQLite database for
5 This is heavily plagiarismed from authpgsql, because the two database
15 database contains all of the user information, but group membership is
H A Dplugin.info.txt6 desc Provides user authentication against a SQLite database
/plugin/tagging/lang/en/
H A Dclean.txt1 ===== Clean up tag database =====
/plugin/pgsqlquery/
H A DREADME.md2 A dokuwiki plugin for processing query to PostgreSQL database and display results as a table.
H A Dplugin.info.txt6 desc Processing query to PostgreSQL database and display results as a table.
/plugin/database/
H A Daction.php55 $dbName = 'database';
/plugin/dbquery/
H A Dplugin.info.txt6 desc Display query results from a database
/plugin/authsmartcard/
H A DREADME.md8 …'s client certificate's CN attribute with the group field for a user in the dokuwiki user database.
10 …ribute of 'DOE.JOHN.99999'. John Doe has is added to the dokuwiki user database by an administrat…
12 …paring the CN of his certificate with the groups he is a member of in the dokuwiki user database.
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php28 * The database store
34 const CANONICAL = "database";
55 * @throws ExceptionNotExists - if the resource does not exist in the database
66 * If uid is null, it's not yet in the database
107 throw new ExceptionRuntime("The resource type ({$resource->getType()}) is not yet supported for the database metadata store", self::CANONICAL);
120 $database = DatabasePageRow::getOrCreateFromPageObject($pageMetaFromFileSystem);
121 if (!$database->exists()) {
124 return $database->getFromRow($metadata->getName());
250 throw new ExceptionRuntimeInternal("The children of the tabular metadata ($metadata) should be set to synchronize into the database");
/plugin/sqlite/
H A Dplugin.info.txt6 desc A helper plugin to easily access a SQLite database
/plugin/sqljson/
H A Dplugin.info.txt6 desc Processing query to mysql database and insert results as a json.
/plugin/authwordpress/
H A Dplugin.info.txt6 desc Provides authentication against a WordPress MySQL database backend
/plugin/combo/db/combo/
H A DREADME.md4 The database can be found at meta/combo.sqlite3
/plugin/sqlquery/
H A Dplugin.info.txt6 desc Processing query to mysql database and display results as a table.
/plugin/simplemysqlclient/
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
/plugin/stopforumspam/
H A Dplugin.info.txt6 desc Checks new users against a database of known spammers maintained by stopforumspam.org
/plugin/combo/db/combo-secondary/
H A DREADME.md4 A database that you don't need to back up
/plugin/sqlraw/
H A Dsyntax.php759 function _sqlRaw__drop_temp_db($database, &$renderer) { argument
762 $result =& $database->query ($query);
783 function _sqlRaw__create_temp_db($database, $headers, $rows, $max_field_lengths, &$renderer) { argument
798 $result =& $database->query ($query);
813 $sql .= '\''.$database->escapeSimple($field).'\', ';
819 $result =& $database->query ($sql);
/plugin/translator/syntax/
H A Dtranslator.php142 $this->functions->database->prepare("SELECT CategoryID, Name, FileName FROM tblCategory;");
143 $this->functions->database->execute();
145 if ( $this->functions->database->num_rows() == 0 ) {
150 $categories = array(); $data = array(); $this->functions->database->bind_assoc($data);
151 while ( $this->functions->database->fetch() ) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md92 the population. Any location provided by a GeoIP2 database or web service
100 the path to the database file as the first argument to the constructor. You
101 may then call the method corresponding to the database you are using.
104 record in the database. This model in turn contains multiple container
109 is thrown. If the database is invalid or corrupt, a
125 // Replace "city" with the appropriate method for your database, e.g.,
210 // Use the ->enterprise method to do a lookup in the Enterprise database
307 a key in a database or array.**
344 (city, region, country, etc.) in the GeoNames database.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64database|xdmp:trace|xdmp:to-json|xdmp:tidy|xdmp:subbinary|xdmp:strftime|xdmp:spawn-in|xdmp:spawn|x…
/plugin/zenlogin/
H A Dplugin.info.txt6 …enphoto. When a user changed, the changes are applied to Zenphotos user database as well. It provi…

1234567