Home
last modified time | relevance | path

Searched full:connections (Results 76 – 100 of 413) sorted by last modified time

12345678910>>...17

/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/Connectors/
H A DListConnectionsResponse.php37 public function setConnections($connections) argument
39 $this->connections = $connections;
46 return $this->connections;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php134 * Runs until all outstanding connections have completed.
/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/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2CloudSqlInstance.php22 protected $collection_key = 'connections';
26 public $connections; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2CloudSqlInstance
31 public function setConnections($connections) argument
33 $this->connections = $connections;
40 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/
H A DListConnectionsResponse.php22 protected $collection_key = 'connections';
33 public function setConnections($connections) argument
35 $this->connections = $connections;
42 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
H A DProjectsLocationsConnectionsRuntimeEntitySchemas.php37 * Format: projects/{project}/locations/{location}/connections/{connection}
/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/google/apiclient-services/src/Compute/Resource/
H A DSubnetworks.php339 * bound in seconds on the amount of time allowed to drain connections from the
H A DTargetHttpsProxies.php309 * server-side support for SSL features. This affects connections between
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsInstancesNatAddresses.php73 * Deletes the NAT address. Connections that are actively using the address are
/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/
H A DPeopleService.php513 'connections',
517 'path' => 'v1/{+resourceName}/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php52 * @param bool $persistent Flag to enable/disable persistent 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DServerRunnerInterface.php17 * Runs the TCP server, accepts client connections, dispatches client connections to the server protocol handler.
24 * Runs the socket server to accept incoming client connections and dispatch them to the protocol handler.
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php16 * TCP socket server to accept client connections.
/plugin/pureldap/lang/en/
H A Dsettings.php19 $lang['validate'] = 'Validate SSL certificates on encrypted connections?';
/plugin/diagramsnet/lib/
H A Dshortcuts.svg4 …-165-690-179-26-0)" font-size="12px"><text x="166.5" y="702.5">...with Connections / Labels</text>…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js12136 …\" w=\"wtemplate\" aspect=\"variable\" strokewidth=\"inherit\"><connections></connections><backgro…
/plugin/diagramsnet/lib/stencils/aws2/
H A Dnon-service_specific.xml3 <connections>
18 </connections>
235 <connections>
244 </connections>
414 <connections>
431 </connections>
644 <connections>
735 <connections>
829 <connections>
1011 <connections>
[all …]

12345678910>>...17