Home
last modified time | relevance | path

Searched refs:database (Results 1 – 25 of 174) sorted by path

1234567

/plugin/404manager/
H A DCHANGES.md6 * Sqlite has been added as database
/plugin/404manager/db/
H A DREADME.md4 The database can be found at meta/404manager.sqlite3
/plugin/aceeditor/
H A Dbuild.js1 …ss|current_date|current_time|current_timestamp|current_user|cursor|data|database|databases|day_hou…
/plugin/addressbook/
H A DREADME.md5 The contacts are stored in a sqlite3-database. The [sqlite-plugin](https://www.dokuwiki.org/plugin:…
78 …ed down and compressed, so it uses about 3-4kB. It is stored within the database as a blob (base64…
/plugin/authdrupal7/
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_```)
45 …that are member of a defined user group. This plugin is reading the user groups from your database.
/plugin/authdrupal8/
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.
H A Dpassword.inc216 * or remote database.
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php603 public $database; variable in Google_ExportContext
607 public function setDatabase(/* array(Google_string) */ $database) { argument
608 $this->assertIsArray($database, 'Google_string', __METHOD__);
609 $this->database = $database;
612 return $this->database;
636 public $database; variable in Google_ImportContext
639 public function setDatabase( $database) { argument
640 $this->database = $database;
643 return $this->database;
/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/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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 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 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/Firestore/Resource/
H A DProjectsDatabasesDocuments.php60 * @param string $database Required. The database name. In the format:
68 $params = ['database' => $database, 'postBody' => $postBody];
80 * @param string $database Required. The database name. In the format:
88 $params = ['database' => $database, 'postBody' => $postBody];
95 * @param string $database Required. The database name. In the format:
103 $params = ['database' => $database, 'postBody' => $postBody];
111 * @param string $database Required. The database name. In the format:
119 $params = ['database' => $database, 'postBody' => $postBody];
287 $params = ['database' => $database, 'postBody' => $postBody];
346 $params = ['database' => $database, 'postBody' => $postBody];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DImportContext.php29 public $database; variable in Google\\Service\\SQLAdmin\\ImportContext
78 public function setDatabase($database) argument
80 $this->database = $database;
87 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 DBackup.php30 public $database; variable in Google\\Service\\Spanner\\Backup
87 public function setDatabase($database) argument
89 $this->database = $database;
96 return $this->database;
H A DCreateBackupMetadata.php29 public $database; variable in Google\\Service\\Spanner\\CreateBackupMetadata
54 public function setDatabase($database) argument
56 $this->database = $database;
63 return $this->database;
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 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];
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];
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md306 // a socket, cancel a database query, etc...)

1234567