Home
last modified time | relevance | path

Searched full:connections (Results 26 – 50 of 413) sorted by path

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DConnectors.php26 * Enables users to create and manage connections to Google Cloud services and
123 'connections',
127 'path' => 'v1/{+parent}/connections',
189 'path' => 'v1/{+parent}/connections',
H A DPeopleService.php513 'connections',
517 'path' => 'v1/{+resourceName}/connections',
H A DServiceNetworking.php195 'connections',
199 'path' => 'v1/{+parent}/connections',
219 'path' => 'v1/{+parent}/connections',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DListConnectionsResponse.php37 public function setConnections($connections) argument
39 $this->connections = $connections;
46 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
H A DProjectsLocationsConnections.php30 * The "connections" collection of methods.
34 * $connections = $connectorsService->connections;
41 * (connections.create)
59 * Deletes a single Connection. (connections.delete)
62 * `projects/locations/connections`
73 * Gets details of a single Connection. (connections.get)
76 * `projects/locations/connections`
134 * Lists Connections in a given project and location.
135 * (connections.listProjectsLocationsConnections)
179 * `PERMISSION_DENIED` errors. (connections.setIamPolicy)
[all …]
H A DProjectsLocationsConnectionsRuntimeActionSchemas.php37 * Format: projects/{project}/locations/{location}/connections/{connection}
H A DProjectsLocationsConnectionsRuntimeEntitySchemas.php37 * Format: projects/{project}/locations/{location}/connections/{connection}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DListConnectionsResponse.php22 protected $collection_key = 'connections';
45 public function setConnections($connections) argument
47 $this->connections = $connections;
54 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/Resource/
H A DPeople.php172 * `people.connections.list`.
221 * `people.connections.list`. There is a maximum of 200 resource names.
H A DPeopleConnections.php23 * The "connections" collection of methods.
27 * $connections = $peopleService->connections;
46 * (connections.listPeopleConnections)
48 * @param string $resourceName Required. The resource name to return connections
52 * @opt_param int pageSize Optional. The number of connections to include in the
57 * When paginating, all other parameters provided to `people.connections.list`
73 * `sync_token`. More details about sync behavior at `people.connections.list`.
74 * @opt_param string sortOrder Optional. The order in which the connections
81 * to `people.connections.list` must match the first call that provided the sync
82 * token. More details about sync behavior at `people.connections.list`.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php153 public function setConnections($connections) argument
155 $this->connections = $connections;
162 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DListConnectionsResponse.php22 protected $collection_key = 'connections';
29 public function setConnections($connections) argument
31 $this->connections = $connections;
38 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesConnections.php26 * The "connections" collection of methods.
30 * $connections = $servicenetworkingService->connections;
42 * needs to be invoked once. (connections.create)
58 * Deletes a private service access connection. (connections.deleteConnection)
63 * `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google
65 * `services/servicenetworking.googleapis.com/connections/servicenetworking-
78 * List the private connections that are configured in a service consumer's VPC
79 * network. (connections.listServicesConnections)
104 * (connections.patch)
109 * `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DPhoto.php83 public function setConnections($connections) argument
85 $this->connections = $connections;
92 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/Resource/
H A DPhoto.php125 * connections, etc. Changing the pixels of a photo is not supported. Only the
144 * `pose.altitude` * `connections` * `places` > Note: When updateMask contains
146 * contents. For example, if updateMask contains `connections` and
147 * `UpdatePhotoRequest.photo.connections` is empty, all connections are removed.
H A DPhotos.php83 * Updates the metadata of Photos, such as pose, place association, connections,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md910 …CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on poor connections.
1287 * Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, t…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php134 * Runs until all outstanding connections have completed.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php52 * @param bool $persistent Flag to enable/disable persistent connections
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1067 private static $connections; variable in phpseclib3\\Net\\SSH2
1294 self::$connections[$this->getResourceId()] = class_exists('WeakReference')
3275 unset(self::$connections[$this->getResourceId()]);
5028 …ching this the first time you connect to a server and checking the result on subsequent connections
5222 if (isset(self::$connections[$id])) {
5223 …return self::$connections[$id] instanceof \WeakReference ? self::$connections[$id]->get() : self::…
5229 * Return all excising connections
5237 return self::$connections;
5240 foreach (self::$connections as $key => $ref) {
/plugin/authldaplocal/lang/en/
H A Dsettings.php9 $lang['starttls'] = 'Use TLS connections?';
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md114 * `FIX`: correct preserving of outgoing connections on event-based gateway morph ([#1738](https://g…
446 * `FEAT`: prefer straight layout for sub-process connections ([#1309](https://github.com/bpmn-io/bp…
533 * `FIX`: disable waypoints-cropping after pasting connections ([`9f8a724e`](https://github.com/bpmn…
595 * `FIX`: snap connections to task mid ([`86c61b0`](https://github.com/bpmn-io/bpmn-js/commit/86c61b…
596 * `FIX`: snap connections to sub process mid ([`83e9f05`](https://github.com/bpmn-io/bpmn-js/commit…
718 * `FIX`: correctly layout straight boundary to target connections ([#891](https://github.com/bpmn-i…
812 * `FIX`: prevent duplicate connections after drop on flow ([#774](https://github.com/bpmn-io/bpmn-j…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md360 * `FIX(drd)`: allow connections to be moved with DMN elements ([#438](https://github.com/bpmn-io/dm…
368 * `FEAT(drd)`: inverse allow inverse connections
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js35889 * connections and labels.
35895 // exclude connections
45270 connections = connections || [];
47791 // connections
47935 // moving connections
49538 * - Remove connections
49547 // remove connections
49909 * external connections.
49956 // move all child connections / layout external connections
50534 connections, argument
[all …]
/plugin/combo/ComboStrap/
H A DSqlite.php360 * https://www.php.net/manual/en/pdo.connections.php#114822

12345678910>>...17