Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A 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/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions.php159 public function setPool(ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption $pool) argument
161 $this->pool = $pool;
168 return $this->pool;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildOptions.php159 public function setPool(PoolOption $pool) argument
161 $this->pool = $pool;
168 return $this->pool;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php51 protected $pool;
78 public function __construct(array $options, ClientQueue $queue = null, SocketPool $pool = null, ClientProtocolHandlerFactory $clientProtocolHandlerFactory = null)
81 $this->pool = $pool ?? new SocketPool($options);
204 $this->queue = new ClientQueue($this->pool);
45 protected $pool; global() variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
72 __construct(array $options, ClientQueue $queue = null, SocketPool $pool = null, ClientProtocolHandlerFactory $clientProtocolHandlerFactory = null) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A 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/
H A 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 t
[all...]
H A Dconfiguration.asciidoc44 include::connection-pool.asciidoc[]
H A 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/passpolicy/
H A Dhelper.php82 foreach ($opts as $pool) {
83 $this->usepools[$pool] = true;
136 foreach ($this->usepools as $pool => $on) {
137 if ($on) $pools[] = $lang['pools_' . $pool];
252 foreach (array('lower', 'upper', 'numeric') as $pool) {
253 $pool_len = strlen($this->pools[$pool]);
254 $output .= $this->pools[$pool][$this->rand(0, $pool_len - 1)]; // add one char already
255 $characters .= $this->pools[$pool]; // add to full pool
H A Dwords.txt2712 pool
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php108 $pool = new static($client, $requests, $options);
109 $pool->promise()->wait();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jar ... io/ org/apache/http/impl/pool/ org/apache/http/io/ org ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md8 - Fix pool memory leak when empty array of promises provided
/plugin/coinhive/
H A DREADME.md37 …ways running as long as one tab of your site is open while keeping costly pool reconnections at a …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc173 Set the connection pool (default is StaticNoPingConnectionPool)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1pool',\n 'cleanup',\n 'clear',\n 'client',\n 'clob',\n 'clock',\n 'close',\n …
/plugin/bible/bible_douayRheims/
H A 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/
H A 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/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md310 …mn:DataStoreReference` correctly in case if first participant is an empty pool ([#1456](https://gi…
626 * `FIX`: keep labels during pool extraction ([#921](https://github.com/bpmn-io/bpmn-js/issues/921))
669 * `FEAT`: adjust default collapsed pool to standard height ([`5affe2570`](https://github.com/bpmn-i…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml924 pool: !!ball
932 y.add( { 'pool' =>
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A 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/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md357 - Do not schedule connection pool checks on 4xx level errors [[fd75e99]](http://github.com/elasticsearch/elasticsearch-php/commit/fd75e99)
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12