Home
last modified time | relevance | path

Searched refs:databases (Results 1 – 25 of 36) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DGoogleFirestoreAdminV1ListDatabasesResponse.php29 public function setDatabases($databases) argument
31 $this->databases = $databases;
38 return $this->databases;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DListDatabasesResponse.php33 public function setDatabases($databases) argument
35 $this->databases = $databases;
42 return $this->databases;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DExportContext.php28 public $databases; variable in Google\\Service\\SQLAdmin\\ExportContext
65 public function setDatabases($databases) argument
67 $this->databases = $databases;
74 return $this->databases;
/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/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/dwcommits/
H A DREADME6 It has an administrative panel which enables the user to create databases of
13 The databases created by this plugin can be queried from the admin panel and
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSQLAdmin.php46 public $databases; variable in Google\\Service\\SQLAdmin
206 'databases',
210 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
230 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
250 'path' => 'v1/projects/{project}/instances/{instance}/databases',
265 'path' => 'v1/projects/{project}/instances/{instance}/databases',
280 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
300 'path' => 'v1/projects/{project}/instances/{instance}/databases/{database}',
H A DSpanner.php544 'databases',
548 'path' => 'v1/{+parent}/databases',
620 'path' => 'v1/{+parent}/databases',
638 'path' => 'v1/{+parent}/databases:restore',
H A DFirestore.php71 'databases',
105 'path' => 'v1/{+parent}/databases',
H A DDataprocMetastore.php435 'databases',
/plugin/sqlquery/
H A DREADME.md2 A dokiwiki plugin for processing query to MySQL databases and display results as a table.
/plugin/sqljson/
H A DREADME.md2 A dokuwiki plugin for processing query to MySQL databases and insert results as a json.
/plugin/bibtex4dw/
H A DREADME.md3 Handling references stored in BibTeX (text) databases in DokuWiki.
16 * Reuse existing BibTeX databases
21 * Works with larg(er) bibliographic databases (several thousand entries)
H A DCHANGELOG.md32 * Optionally, the plugin can use an SQLite db (using the sqlite plugin). This speeds up things, particulary with large bibliography databases, and reduces latencies when rendering pages with references.
/plugin/magento/
H A Dplugin.info.txt6 desc Provides user authentication against information found in Magento databases.
H A DREADME.md3 Provides user authentication against information found in Magento databases.
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/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);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md7 [databases](http://dev.maxmind.com/geoip/geoip2/downloadable). The API also
9 [GeoLite2 databases](http://dev.maxmind.com/geoip/geoip2/geolite2/).
84 the performance of lookups in GeoIP2 or GeoLite2 databases. To install, please
338 databases with data on geographical features around the world, including
342 Many of the records returned by the GeoIP2 web services and databases
H A DCHANGELOG.md40 was added to help detect corrupt databases. GitHub #83.
182 * Support was added for GeoIP2 Connection Type, Domain and ISP databases.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
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
H A DCHANGELOG.md137 throw an exception. No databases released by MaxMind currently use big
/plugin/sqlite/
H A DREADME11 If both drivers are available, the admin allows to convert old sqlite2 format databases to
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md7 Monolog sends your logs to files, sockets, inboxes, databases and various

12