Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 25 of 48) sorted by relevance

12

/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
DPsrCacheAdapter.php20 private $pool; variable in Metadata\\Cache\\PsrCacheAdapter
27 public function __construct(string $prefix, CacheItemPoolInterface $pool) argument
30 $this->pool = $pool;
38 $this->lastItem = $this->pool->getItem(strtr($this->prefix . $class, '\\', '.'));
51 $this->lastItem = $this->pool->getItem($key);
54 $this->pool->save($this->lastItem->set($metadata));
62 $this->pool->deleteItem(strtr($this->prefix . $class, '\\', '.'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions.php159 public function setPool(ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption $pool) argument
161 $this->pool = $pool;
168 return $this->pool;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DBuildOptions.php159 public function setPool(PoolOption $pool) argument
161 $this->pool = $pool;
168 return $this->pool;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
DPools.php89 public $pool; variable in Google\\Service\\MyBusinessLodging\\Pools
362 public function setPool($pool) argument
364 $this->pool = $pool;
371 return $this->pool;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnection-pool.asciidoc4 The connection pool is an object inside the client that is responsible for
8 unclear why"_ or _"recently dead but now alive"_. The job of the connection pool
12 If a connection pool is unable to find an alive node to query against, it
17 (depending on the connection pool being used) and their "dead" timers begin
27 There are several connection pool implementations that you can choose from:
33 This connection pool maintains a static list of hosts which are assumed to be
79 alive. It is a simple pool of static hosts.
102 removed from the cluster, the client updates its pool of active connections.
160 If your connection pool only makes minor changes, you may consider extending
212 ==== Which connection pool to choose? PHP and connection pooling
[all …]
Dconfiguration.asciidoc44 include::connection-pool.asciidoc[]
Dselectors.asciidoc4 The connection pool maintains the list of connections, and decides when nodes
9 connections. Like the connection pool, there are several implementations to
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php51 protected $pool; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
78 …public function __construct(array $options, ClientQueue $queue = null, SocketPool $pool = null, Cl… argument
81 $this->pool = $pool ?? new SocketPool($options);
204 $this->queue = new ClientQueue($this->pool);
/plugin/passpolicy/
Dhelper.php88 foreach ($opts as $pool) {
89 $this->usepools[$pool] = true;
142 foreach ($this->usepools as $pool => $on) {
143 if ($on) $pools[] = $lang['pools_' . $pool];
260 foreach (['lower', 'upper', 'numeric'] as $pool) {
261 $pool_len = strlen($this->pools[$pool]);
262 $output .= $this->pools[$pool][$this->rand(0, $pool_len - 1)]; // add one char already
263 $characters .= $this->pools[$pool]; // add to full pool
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DPool.php101 $pool = new static($client, $requests, $options);
102 $pool->promise()->wait();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DPool.php108 $pool = new static($client, $requests, $options);
109 $pool->promise()->wait();
/plugin/diagramsnet/lib/WEB-INF/lib/
Dhttpcore-4.4.9.jar ... io/ org/apache/http/impl/pool/ org/apache/http/io/ org ...
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md10 * Support constructing a socket pool from a unix socket.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DCHANGELOG.md8 - Fix pool memory leak when empty array of promises provided
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md53 - Fix pool memory leak when empty array of promises provided
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClientBuilder.asciidoc173 Set the connection pool (default is StaticNoPingConnectionPool)
/plugin/coinhive/
DREADME.md37 …ways running as long as one tab of your site is open while keeping costly pool reconnections at a …
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1pool',\n 'cleanup',\n 'clear',\n 'client',\n 'clob',\n 'clock',\n 'close',\n …
/plugin/combo/
H A Dcontrib.md22 * https://packages.sury.org/php/pool/main/p/php7.4/
/plugin/bible/bible_douayRheims/
DNahum.txt23 …2:8. And as for Ninive, her waters are like a great pool: but the men flee away. They cry: Stand, …
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js10296 var pool = null;
10302 pool = lane;
10306 pool = model.getParent(lane);
10309 var lanes = model.getChildCells(pool, true);
10313 model.remove(pool);
10317 if (pool == lane)
10341 var pool = null;
10347 pool = lane;
10348 var lanes = model.getChildCells(pool, true);
10353 pool = model.getParent(lane);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md289 * Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as
387 requests concurrently using a capped pool size as efficiently as possible.
444 cancelling a pool of requests or each outstanding future request individually.
886 …oring to how CurlMulti handles work. There is now a proxy that sits in front of a pool of CurlMulti
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md578 * Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as
683 requests concurrently using a capped pool size as efficiently as possible.
740 cancelling a pool of requests or each outstanding future request individually.
1181 …oring to how CurlMulti handles work. There is now a proxy that sits in front of a pool of CurlMulti
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DCHANGELOG.md357 - Do not schedule connection pool checks on 4xx level errors [[fd75e99]](http://github.com/elastics…

12