Home
last modified time | relevance | path

Searched refs:selector (Results 76 – 100 of 328) sorted by last modified time

12345678910>>...14

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php47 protected $selector; variable in Elasticsearch\\ConnectionPool\\AbstractConnectionPool
63 * @param SelectorInterface $selector A Selector instance to perform the selection logic for the available connections
67 public function __construct(array $connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, array $connectionPoolParams) argument
69 $paramList = array('connections', 'selector', 'connectionPoolParams');
84 $this->selector = $selector;
H A DSniffingConnectionPool.php43 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
45 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
60 $connection = $this->selector->select($this->connections);
90 $connection = $this->selector->select($this->connections);
H A DSimpleConnectionPool.php32 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
34 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
39 return $this->selector->select($this->connections);
H A DStaticConnectionPool.php42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
57 $connection = $this->selector->select($this->connections);
H A DStaticNoPingConnectionPool.php42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
54 $connection = $this->selector->select($this->connections);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc6 connections, however. That job belongs to the selector class.
8 The job of a selector is to return a single connection from a provided array of
16 This selector returns connections in a round-robin fashion. Node #1 is selected
37 This selector is "sticky", so that it prefers to reuse the same connection
40 failure, the selector will round-robin to the next available node, then "stick"
49 By default, this selector randomizes the hosts upon initialization which still
53 If you are using <<future_mode>>, the "sticky" behavior of this selector is
58 If you wish to use this selector, you may do so with:
73 This selector returns a random node, regardless of state. It is generally just
76 If you wish to use this selector, yo
[all...]
H A Dconnection-pool.asciidoc77 The `SimpleConnectionPool` returns the next node as specified by the selector;
171 public function __construct($connections, SelectorInterface $selector, ConnectionFactory $factory, $connectionPoolParams)
173 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php93 private $selector = RoundRobinSelector::class; variable in Elasticsearch\\ClientBuilder
498 * Set the selector algorithm
500 * @param \Elasticsearch\ConnectionPool\Selectors\SelectorInterface|string $selector
502 public function setSelector($selector): ClientBuilder argument
504 $this->parseStringOrObject($selector, $this->selector, 'SelectorInterface');
661 if (is_null($this->selector)) {
662 $this->selector = new RoundRobinSelector();
663 } elseif (is_string($this->selector)) {
664 $this->selector
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc350 .`setSelector(Elasticsearch\ConnectionPool\Selectors\SelectorInterface|string $selector)`
355 Set the selector algorithm
/plugin/ckgedit/ckeditor/
H A DCHANGES.md492 …olorButton_colorsPerRow) configuration option for setting the number of rows in the color selector.
H A Dckeditor.js.unc25777 selector: c
26155 var c = this._findOneNotNested(b.selector);
H A Dckeditor.js1294 …};if(a.editables)for(b in d)c=d[b],a.initEditable(b,"string"==typeof c?{selector:c}:c)}function ha…
1314 initEditable:function(a,b){var c=this._findOneNotNested(b.selector);return c&&c.is(CKEDITOR.dtd.$ed…
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js26 …Rules,f=0;f<h.length;f++)h[f].type===window.CSSRule.STYLE_RULE&&a.push({selector:h[f].selectorText…
27selector});return function(a,b){var h=-1!==(""+a.selector).indexOf(".")?1:0,h=(-1!==(""+b.selector
28 …));CKEDITOR.tools.array.forEach(c,function(a){var b=a.styles;a=d.find(a.selector);var c,g,q;w(b);f…
/plugin/tagfilter/script/select2/
H A Dselect2.js2580 var selector = ".select2-choices", selection;
2583 this.selection = selection = this.container.find(selector);
2721 this.container.on("click", selector, this.bind(function (e) {
2737 this.container.on("focus", selector, this.bind(function () {
/plugin/html5video2/script/
H A Dvideo.min.js20selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[s,W,A,o… property in i.buildCSSClass.e.En.fontFamily
/plugin/bootswrapper/exe/help/
H A Dbutton.txt117 | ''collapse'' | optional | | Target element selector to collapse (see [[collapse]]) |
/plugin/box/
H A Dprint.css131 /* IE fixes for unsupported child selector \*/
H A Dstyle.css131 /* IE fixes for unsupported child selector \*/
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
138 public function setSelector($selector) argument
140 $this->selector = $selector;
147 return $this->selector;
H A DContextRule.php42 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\ContextRule
103 public function setSelector($selector) argument
105 $this->selector = $selector;
112 return $this->selector;
H A DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\DocumentationRule
66 public function setSelector($selector) argument
68 $this->selector = $selector;
75 return $this->selector;
H A DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\UsageRule
52 public function setSelector($selector) argument
54 $this->selector = $selector;
61 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DContextRule.php42 public $selector; variable in Google\\Service\\ServiceManagement\\ContextRule
103 public function setSelector($selector) argument
105 $this->selector = $selector;
112 return $this->selector;
H A DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceManagement\\MetricRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
H A DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceManagement\\UsageRule
52 public function setSelector($selector) argument
54 $this->selector = $selector;
61 return $this->selector;

12345678910>>...14