Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 74) sorted by path

123

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …olbars","application/vnd.ms-excel.connections","application/vnd.openxmlformats-officedocument.spre…
/plugin/authgoogle/google/io/
H A Dcacerts.pem1 # Certifcate Authority certificates for validating SSL connections.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigQueryConnectionService.php66 'connections',
70 'path' => 'v1beta1/{+parent}/connections',
114 'path' => 'v1beta1/{+parent}/connections',
H A DConnectors.php123 '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/BigQueryConnectionService/
H A DListConnectionsResponse.php33 public function setConnections($connections) argument
35 $this->connections = $connections;
42 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2CloudSqlInstance.php26 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/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/PeopleService/
H A DListConnectionsResponse.php45 public function setConnections($connections) argument
47 $this->connections = $connections;
54 return $this->connections;
/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.php29 public function setConnections($connections) argument
31 $this->connections = $connections;
38 return $this->connections;
/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/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/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()]);
5222 if (isset(self::$connections[$id])) {
5223 …return self::$connections[$id] instanceof \WeakReference ? self::$connections[$id]->get() : self::…
5237 return self::$connections;
5240 foreach (self::$connections as $key => $ref) {
/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.js45269 function areOutgoingEventBasedGatewayConnections(connections) { argument
45270 connections = connections || [];
45272 return connections.some(isOutgoingEventBasedGatewayConnection);
50534 connections, argument
50545 forEach(connections, function(connection) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1connections\n\n\n if (!clusterDb[id].externalConnections) {\n return id;\n } // Return the re…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1connections\n if (!clusterDb[id].externalConnections) {\n return id;\n }\n\n // Return the r…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md60 - Persistent, Keep-Alive connections (within the lifetime of the script)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc9 is to manage this set of unruly connections and try to provide the best behavior
102 removed from the cluster, the client updates its pool of active connections.
171 public function __construct($connections, SelectorInterface $selector, ConnectionFactory $factory, $connectionPoolParams)
173 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
219 responsible for creating, maintaining, and destroying connections everytime the
H A Dper-request-configuration.asciidoc266 to your client. If your client kills connections rapidly with a timeout, only to
268 many connections because there is no "back-pressure" on the client. In these
H A Dselectors.asciidoc4 The connection pool maintains the list of connections, and decides when nodes
6 connections, however. That job belongs to the selector class.
9 connections. Like the connection pool, there are several implementations to
16 This selector returns connections in a round-robin fashion. Node #1 is selected
44 shared-nothing and tend to exit quickly, creating new connections for each
106 * @param array $connections Array of Connection objects
110 public function select($connections)
H A Dserializers.asciidoc151 single Serializer object for all endpoints and all connections.

123