Home
last modified time | relevance | path

Searched refs:database (Results 26 – 50 of 174) sorted by last modified time

1234567

/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliant, simple to use [[wp>Wiki]], mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required.
/plugin/authdrupal8/
H A Dpassword.inc216 * or remote database.
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.
/plugin/pubmed2020/site/
H A Ddescription.txt32 ^summaryXML |xml |Show the XML data retreived from the NCBI database (usefull for debugging…
/plugin/elasticsearch/
H A Dcomposer.lock226 "database",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc80 // do something with hit e.g. write to CSV, update a database, etc
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md195 Driver={ODBC Driver 13 for SQL Server};server=localhost;database=WideWorldImporters;trusted_connection=Yes;
201 ocdb://?Driver=ODBC+Driver+13+for+SQL+Server&server=localhost&database=WideWorldImporters&trusted_connection=Yes
/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/ckgedit/ckeditor/
H A Dckeditor.js.unc19059 this.database = {}
19067 … && (d.data.done = !0), a.fire("unlockSnapshot"), CKEDITOR.dom.element.clearAllMarkers(b.database))
19124 CKEDITOR.dom.element.setMarker(this.database, b, "indent_processed", 1)
19262 …for (var k = this, q = this.database, p = this.context, c, m = f.getSelection(), m = (m && m.getRa…
H A Dckeditor.js962 …tedGlobal=e?"indent":"outdent";this.indentKey=e?9:CKEDITOR.SHIFT+9;this.database={}},registerComma…
963 !0),a.fire("unlockSnapshot"),CKEDITOR.dom.element.clearAllMarkers(b.database))},this,null,c),e.on("…
965 …style")&&b.removeAttribute("style")}CKEDITOR.dom.element.setMarker(this.database,b,"indent_process…
971 …er(t)}e&&f.fire("contentDomInvalidated");return!0}for(var k=this,q=this.database,p=this.context,c,…
/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/davcal/vendor/sabre/dav/
H A D.travis.yml27 - mysql -e 'create database sabredav'
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlObjectIdentifier.php25 public $database; variable in Google\\Service\\Datastream\\MysqlObjectIdentifier
34 public function setDatabase($database) argument
36 $this->database = $database;
43 return $this->database;
H A DMysqlDatabase.php26 public $database; variable in Google\\Service\\Datastream\\MysqlDatabase
33 public function setDatabase($database) argument
35 $this->database = $database;
42 return $this->database;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DDatabases.php40 * @param string $database Name of the database to be deleted in the instance.
44 public function delete($project, $instance, $database, $optParams = []) argument
46 $params = ['project' => $project, 'instance' => $instance, 'database' => $database];
57 * @param string $database Name of the database in the instance.
61 public function get($project, $instance, $database, $optParams = []) argument
63 $params = ['project' => $project, 'instance' => $instance, 'database' => $database];
107 * @param string $database Name of the database to be updated in the instance.
112 public function patch($project, $instance, $database, Database $postBody, $optParams = []) argument
114 …$params = ['project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => …
125 * @param string $database Name of the database to be updated in the instance.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCreateDatabaseMetadata.php25 public $database; variable in Google\\Service\\Spanner\\CreateDatabaseMetadata
30 public function setDatabase($database) argument
32 $this->database = $database;
39 return $this->database;
H A DUpdateDatabaseDdlMetadata.php30 public $database; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlMetadata
59 public function setDatabase($database) argument
61 $this->database = $database;
68 return $this->database;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstancesDatabasesSessions.php56 * @param string $database Required. The database in which the new sessions are
62 public function batchCreate($database, BatchCreateSessionsRequest $postBody, $optParams = []) argument
64 $params = ['database' => $database, 'postBody' => $postBody];
123 * @param string $database Required. The database in which the new session is
129 public function create($database, CreateSessionRequest $postBody, $optParams = []) argument
131 $params = ['database' => $database, 'postBody' => $postBody];
231 * @param string $database Required. The database in which to list sessions.
246 public function listProjectsInstancesDatabasesSessions($database, $optParams = []) argument
248 $params = ['database' => $database];
H A DProjectsInstancesDatabases.php70 * @param string $database Required. The database to be dropped.
74 public function dropDatabase($database, $optParams = []) argument
76 $params = ['database' => $database];
99 * @param string $database Required. The database whose schema we wish to get.
104 public function getDdl($database, $optParams = []) argument
106 $params = ['database' => $database];
253 * @param string $database Required. The database to update.
258 public function updateDdl($database, UpdateDatabaseDdlRequest $postBody, $optParams = []) argument
260 $params = ['database' => $database, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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' => [
H A DFirestore.php257 'path' => 'v1/{+database}/documents:batchGet',
260 'database' => [
270 'database' => [
280 'database' => [
287 'path' => 'v1/{+database}/documents:commit',
290 'database' => [
460 'path' => 'v1/{+database}/documents:listen',
463 'database' => [
511 'database' => [
538 'path' => 'v1/{+database}/documents:write',
[all …]
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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
H A DCloudSqlProperties.php27 public $database; variable in Google\\Service\\BigQueryConnectionService\\CloudSqlProperties
54 public function setDatabase($database) argument
56 $this->database = $database;
63 return $this->database;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md306 // a socket, cancel a database query, etc...)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.php25 public $database; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec
38 public function setDatabase($database) argument
40 $this->database = $database;
47 return $this->database;

1234567