Home
last modified time | relevance | path

Searched refs:database (Results 126 – 150 of 174) sorted by path

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/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
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/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md46 `open_basedir` is set, you _must_ store the database within the
71 * Searching for database metadata only occurs within the last 128KB
154 * Improved performance for IPv4 lookups in an IPv6 database.
H A DREADME.md141 no MaxMind-distributed database currently makes use of this type, both the
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php35 * @param string $database
43 public function __construct($database) argument
51 if (!is_readable($database)) {
53 "The file \"$database\" does not exist or is not readable."
56 $this->fileHandle = @fopen($database, 'rb');
59 "Error opening \"$database\"."
62 $this->fileSize = @filesize($database);
65 "Error determining the size of \"$database\"."
69 $start = $this->findMetadataStart($database);
/plugin/quickstats/
H A DHOW-TO2 Its advantage for many users is that is does not require an sql database.
45 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
H A DREADME1 …meters. Its advantage for many users is that is does not require an sql database; this may limit i…
/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/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/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/refnotes/lang/en/
H A D__template.txt8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefixLocal.txt
/plugin/semanticdata/
H A DREADME5 …ata plugin (http://www.dokuwiki.org/plugin:data). The underlying sqlite database has been replaced…
/plugin/simplemysqlclient/
H A DREADME3 A Interface to execute sql on local mySQL database.
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables
19 …re available in plugin. One or more (; separated) SQLs can be executed by an database transaction.
23 … to set the database name, user, passwort and the host. Than you can allow some users or some grou…
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
/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/sqlite/
H A DREADME3 A helper plugin to easily access a SQLite database.
H A Dplugin.info.txt6 desc A helper plugin to easily access a SQLite 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/sqljson/
H A DREADME3 Processing query to mysql database and insert results as a json.
H A Dplugin.info.txt6 desc Processing query to mysql database and insert results as a json.

1234567