Home
last modified time | relevance | path

Searched refs:instance (Results 51 – 75 of 405) sorted by path

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DDatabases.php38 * @param string $instance Database instance ID. This does not include the
44 public function delete($project, $instance, $database, $optParams = []) argument
55 * @param string $instance Database instance ID. This does not include the
61 public function get($project, $instance, $database, $optParams = []) argument
72 * @param string $instance Database instance ID. This does not include the
78 public function insert($project, $instance, Database $postBody, $optParams = []) argument
89 * @param string $instance Cloud SQL instance ID. This does not include the
94 public function listDatabases($project, $instance, $optParams = []) argument
96 $params = ['project' => $project, 'instance' => $instance];
105 * @param string $instance Database instance ID. This does not include the
[all …]
H A DInstances.php56 public function addServerCa($project, $instance, $optParams = []) argument
58 $params = ['project' => $project, 'instance' => $instance];
90 public function delete($project, $instance, $optParams = []) argument
92 $params = ['project' => $project, 'instance' => $instance];
101 * @param string $instance Cloud SQL instance name.
162 public function get($project, $instance, $optParams = []) argument
164 $params = ['project' => $project, 'instance' => $instance];
241 $params = ['project' => $project, 'instance' => $instance];
274 $params = ['project' => $project, 'instance' => $instance];
290 $params = ['project' => $project, 'instance' => $instance];
[all …]
H A DProjectsInstances.php41 * @param string $instance Cloud SQL instance ID. This does not include the
47 …public function rescheduleMaintenance($project, $instance, SqlInstancesRescheduleMaintenanceReques… argument
49 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
57 * @param string $instance Cloud SQL instance ID. This does not include the
63 …public function startExternalSync($project, $instance, SqlInstancesStartExternalSyncRequest $postB… argument
65 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
74 * @param string $instance Cloud SQL instance ID. This does not include the
80 …public function verifyExternalSyncSettings($project, $instance, SqlInstancesVerifyExternalSyncSett… argument
82 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
H A DProjectsInstancesCreateEphemeral.php40 * @param string $instance Cloud SQL instance ID. This does not include the
46 …public function create($project, $instance, SslCertsCreateEphemeralRequest $postBody, $optParams =… argument
48 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
H A DSslCerts.php44 * @param string $instance Cloud SQL instance ID. This does not include the
52 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
61 * @param string $instance Cloud SQL instance ID. This does not include the
67 public function delete($project, $instance, $sha1Fingerprint, $optParams = []) argument
79 * @param string $instance Cloud SQL instance ID. This does not include the
85 public function get($project, $instance, $sha1Fingerprint, $optParams = []) argument
97 * @param string $instance Cloud SQL instance ID. This does not include the
105 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
114 * @param string $instance Cloud SQL instance ID. This does not include the
119 public function listSslCerts($project, $instance, $optParams = []) argument
[all …]
H A DUsers.php38 * @param string $instance Database instance ID. This does not include the
46 public function delete($project, $instance, $optParams = []) argument
48 $params = ['project' => $project, 'instance' => $instance];
56 * @param string $instance Database instance ID. This does not include the
62 public function insert($project, $instance, User $postBody, $optParams = []) argument
64 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
72 * @param string $instance Database instance ID. This does not include the
77 public function listUsers($project, $instance, $optParams = []) argument
79 $params = ['project' => $project, 'instance' => $instance];
87 * @param string $instance Database instance ID. This does not include the
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSslCert.php45 public $instance; variable in Google\\Service\\SQLAdmin\\SslCert
132 public function setInstance($instance) argument
134 $this->instance = $instance;
141 return $this->instance;
H A DUser.php33 public $instance; variable in Google\\Service\\SQLAdmin\\User
90 public function setInstance($instance) argument
92 $this->instance = $instance;
99 return $this->instance;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCreateInstanceMetadata.php68 public function setInstance(Instance $instance) argument
70 $this->instance = $instance;
77 return $this->instance;
H A DCreateInstanceRequest.php32 public function setInstance(Instance $instance) argument
34 $this->instance = $instance;
41 return $this->instance;
H A DUpdateInstanceMetadata.php68 public function setInstance(Instance $instance) argument
70 $this->instance = $instance;
77 return $this->instance;
H A DUpdateInstanceRequest.php46 public function setInstance(Instance $instance) argument
48 $this->instance = $instance;
55 return $this->instance;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md404 Let's say, for instance, we wished to apply a referrer to each request.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md251 owned by a request instance is no longer possible.
H A DUPGRADING.md326 `functions.php` for an easy to use static client instance.
653 - `readLine` has moved from an instance method to a static class method of
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md238 the rejection reason is an instance of `\Exception` the reason is thrown.
422 instance.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md593 An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative referenc…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md91 …* Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in S…
137 * BC Break: The record timezone is now set per Logger instance and not statically anymore
177 …* Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in S…
367 * Added Registry::hasLogger to check for the presence of a logger instance
518 …* Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterfac…
H A DUPGRADE.md16 - The timezone is now set per Logger instance and not statically, either
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php140 $instance = $this;
144 array_walk($records, function (&$value, $key) use ($instance) {
145 $value = $instance->format($value);
/plugin/authnc/
H A DREADME.md4 which uses a Nextcloud instance as authentication backend.
14 * ATM, there are no tests, it was programmed against a live instance with a simple dw instance, see…
25 * To use ACL create the appropriate groups within your NC instance and assign it to your users
/plugin/authowncloud/
H A Dplugin.info.txt6 desc Provides authentication against a owncloud instance
/plugin/authsaml/
H A Dplugin.info.txt6 desc Provides external authentication via simpleSAMLphp Service Provider instance
/plugin/authshibboleth/
H A DREADME.md18 * Shibboleth SP 2.x instance
/plugin/authshibboleth/plugin/authshibboleth/
H A Dplugin.info.txt6 desc Provides external authentication via Shibboleth Service Provider instance

12345678910>>...17