| /plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ |
| D | PsrCacheAdapter.php | 20 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/ |
| D | ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions.php | 159 public function setPool(ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption $pool) argument 161 $this->pool = $pool; 168 return $this->pool;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
| D | BuildOptions.php | 159 public function setPool(PoolOption $pool) argument 161 $this->pool = $pool; 168 return $this->pool;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/ |
| D | Pools.php | 89 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/ |
| D | connection-pool.asciidoc | 4 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 …]
|
| D | configuration.asciidoc | 44 include::connection-pool.asciidoc[]
|
| D | selectors.asciidoc | 4 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 D | ClientProtocolHandler.php | 51 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/ |
| D | helper.php | 88 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/ |
| D | Pool.php | 101 $pool = new static($client, $requests, $options); 102 $pool->promise()->wait();
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | Pool.php | 108 $pool = new static($client, $requests, $options); 109 $pool->promise()->wait();
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | httpcore-4.4.9.jar | ... io/
org/apache/http/impl/pool/
org/apache/http/io/
org ... |
| D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/pureldap/vendor/freedsx/socket/ |
| H A D | CHANGELOG.md | 10 * Support constructing a socket pool from a unix socket.
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 8 - Fix pool memory leak when empty array of promises provided
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 53 - Fix pool memory leak when empty array of promises provided
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
| D | ClientBuilder.asciidoc | 173 Set the connection pool (default is StaticNoPingConnectionPool)
|
| /plugin/coinhive/ |
| D | README.md | 37 …ways running as long as one tab of your site is open while keeping costly pool reconnections at a …
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 7.7.js.map | 1 …pool',\n 'cleanup',\n 'clear',\n 'client',\n 'clob',\n 'clock',\n 'close',\n …
|
| /plugin/combo/ |
| H A D | contrib.md | 22 * https://packages.sury.org/php/pool/main/p/php7.4/
|
| /plugin/bible/bible_douayRheims/ |
| D | Nahum.txt | 23 …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/ |
| D | Graph.js | 10296 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/ |
| D | CHANGELOG.md | 289 * 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/ |
| D | CHANGELOG.md | 578 * 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/ |
| D | CHANGELOG.md | 357 - Do not schedule connection pool checks on 4xx level errors [[fd75e99]](http://github.com/elastics…
|