Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 25 of 99) sorted by last modified time

1234

/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md5 It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (EWKT), WKB (EWKB), TWKB, GeoJSON,
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt284 Corresponding Source. Regardless of what server hosts the
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md587 * `FIX`: ordering after moving boundary events between hosts ([#1207](https://github.com/bpmn-io/bp…
/plugin/katex/
H A DLICENSE284 Corresponding Source. Regardless of what server hosts the
/plugin/bbcodeextensions/
H A DLICENSE284 Corresponding Source. Regardless of what server hosts the
/plugin/confightmlok/
H A DLICENSE102 d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md26 ->addAttachment('host', '/etc/hosts')
47 ->addAttachment('host', '/etc/hosts');
/plugin/htmlokalt/
H A DLICENSE102 … saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding …
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/orphanmedia2/
H A DLICENSE284 Corresponding Source. Regardless of what server hosts the
/plugin/odtsupport/
H A DLICENSE284 Corresponding Source. Regardless of what server hosts the
/plugin/usecounter/
H A DLICENSE284 Corresponding Source. Regardless of what server hosts the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc4 The client offers two options to configure hosts:
15 number of nodes, their addresses, and ports. If no hosts are specified, the
25 $hosts = [
34 ->setHosts($hosts) // Set the hosts
43 $hosts = [
52 $clientBuilder->setHosts($hosts); // Set the hosts
80 $hosts = [
97 ->setHosts($hosts) // Se
[all...]
H A Dfutures.asciidoc19 Furthermore, the multi-interface allows requests to different hosts
H A Dselectors.asciidoc49 By default, this selector randomizes the hosts upon initialization which still
H A Dconfig-hash.asciidoc17 'hosts' => [
35 'hosts' => [
H A Dconnecting.asciidoc64 $hosts = [
70 ->setHosts($hosts)
129 $hosts = [
134 ->setHosts($hosts)
148 $hosts = ['https://localhost:9200'];
152 ->setHosts($hosts)
173 $hosts = ['https://localhost:9200'];
177 ->setHosts($hosts)
194 $hosts = ['https://user:pass@localhost:9200'];
198 ->setHosts($hosts)
[all...]
H A Dconnection-pool.asciidoc33 This connection pool maintains a static list of hosts which are assumed to be
79 alive. It is a simple pool of static hosts.
100 provides a seed list of hosts, which the client uses to "sniff" and discover the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php145 $hosts = [];
150 $hosts[] = array(
158 return $hosts;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md376 * Always set the Guzzle `base_uri` to support connecting to multiple ES hosts. [#1618](https://github.com/ruflin/Elastica/pull/1618)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php105 private $hosts; variable in Elasticsearch\\ClientBuilder
391 * Set the hosts (nodes)
393 * @param array $hosts
395 public function setHosts(array $hosts): ClientBuilder argument
397 $this->hosts = $hosts;
657 if (is_null($this->hosts)) {
658 $this->hosts = $this->getDefaultHost();
715 $connections = $this->buildConnectionsFromHosts($this->hosts);
762 private function buildConnectionsFromHosts(array $hosts) argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc272 .`setHosts(array $hosts)`
277 Set the hosts (nodes)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHostRule.php30 public $hosts; variable in Google\\Service\\Compute\\HostRule
53 public function setHosts($hosts) argument
55 $this->hosts = $hosts;
62 return $this->hosts;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Stats.php47 public function setHosts($hosts) argument
49 $this->hosts = $hosts;
56 return $this->hosts;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DDestination.php26 public $hosts; variable in Google\\Service\\NetworkSecurity\\Destination
41 public function setHosts($hosts) argument
43 $this->hosts = $hosts;
50 return $this->hosts;

1234