Home
last modified time | relevance | path

Searched refs:host (Results 251 – 275 of 413) sorted by path

1...<<11121314151617

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc1 [[host-config]]
6 * <<inline-host-config>>
7 * <<extended-host-config>>
11 [[inline-host-config]]
20 to one node in your cluster. The format of the host can vary, depending on your
58 [[extended-host-config]]
61 The client also supports an _extended_ host configuration syntax. The inline
70 For this reason, the client supports an extended host syntax which provides
71 greater control over host initialization. None of the components are validated,
74 The extended syntax is an array of parameters for each host
[all...]
H A Dinstallation.asciidoc21 If you have a host that does not have libcurl installed, you can use an
H A Drelease-notes.asciidoc405 * Fix HTTP port specification using CURLOPT_PORT, not anymore in the host
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php458 'host' => $this->parseElasticCloudId($cloudId),
765 foreach ($hosts as $host) {
766 if (is_string($host)) {
767 $host = $this->prependMissingScheme($host);
768 $host = $this->extractURIParts($host);
769 } elseif (is_array($host)) {
770 $host = $this->normalizeExtendedHost($host);
785 normalizeExtendedHost(array $host) global() argument
804 extractURIParts(string $host) global() argument
819 prependMissingScheme(string $host) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php67 protected $host; variable in Elasticsearch\\Connections\\Connection
177 $host = $hostDetails['host'];
184 $this->host = $host;
215 $host = $this->host;
217 $host .= ':' . $this->port;
227 'Host' => [$host]
550 return $this->host;
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md28 'host' => ['www.google.com'],
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php184 * the url is built up based on the scheme, host, uri, and query_string
201 if ($host = self::header($request, 'host')) {
202 $uri .= $host;
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
228 [userinfo@]host[:port]
249 host:
263 - scheme:?host[localhost]&host[localhost:12345]=3
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php24 private $host; variable in Nyholm\\Dsn\\Configuration\\Url
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = []) argument
41 $this->host = $host;
50 return $this->host;
56 public function withHost(string $host) argument
59 $new->host = $host;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md35 * Update `AWSAuthV4 transport` to sanitize host name for AWS requests before signing [#2090](https://github.com/ruflin/Elastica/pull/2090)
1053 - Make host for all tests dynamic to prepare it for a more dynamic test environment [#846](https://github.com/ruflin/Elastica/pull/846)
1251 - Be able to configure ES host/port via ENV var in test env [#652](https://github.com/ruflin/Elastica/issues/652/)
1978 - Refactor client constructor. Elastica_Client::__construct(array $config) now takes a config array instead of host and port
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php21 * Default host.
55 * @param array $params OPTIONAL Connection params: host, port, transport, timeout. All are optional
91 return $this->hasParam('host') ? $this->getParam('host') : self::DEFAULT_HOST;
95 * @param string $host
99 public function setHost($host) argument
101 return $this->setParam('host', $host);
/plugin/epub/
H A Dscript.js28 var epub='http://'+ location.host + DOKU_BASE + 'lib/exe/fetch.php?media=' + result[1];
/plugin/epub/scripts/
H A Dscript.js22 var epub='http://'+ location.host + DOKU_BASE + '/lib/exe/fetch.php?media=' + result[1];
/plugin/etherpadlite/action/
H A Detherpadlite.php363 $host = parse_url($this->ep_url, PHP_URL_HOST);
364 setcookie("sessionID",$_SESSION["ep_sessionID"], 0, "/", $host);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php21 $host = "http://beta.etherpad.org"; variable
74 $newlocation = "$host/p/$padID"; // redirect to the new padID location
142 echo "<h1><a href=$host/p/$padUrl>$padname</a></h1>";
146 echo "<h3><a href=$host/p/$padUrl>Edit Pad</a></h3>";
149 echo "<h3><a href=$host/ro/$readOnlyID>Read only view</a>";
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php46 $host = 'Host: '.$endpoint->getHost();
49 $host .= ':'.$endpoint->getPort();
52 $extraHeaders['Host'] = $host;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php30 private $host; variable in OAuth\\Common\\Http\\Uri\\Uri
90 $this->host = $uriParts['host'];
173 return $this->host;
217 $authority .= $this->host;
232 $authority .= $this->host;
386 * @param string $host
388 public function setHost($host) argument
390 $this->host = $host;
H A DUriFactory.php26 $host = $this->detectHost($_server);
31 return $this->createFromParts($scheme, '', $host, $port, $path, $query);
49 * @param string $host
57 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
62 $uri->setHost($host);
120 $host = isset($_server['HTTP_HOST']) ? $_server['HTTP_HOST'] : '';
122 if (strstr($host, ':')) {
123 $host = parse_url($host, PHP_URL_HOST);
126 return $host;
H A DUriFactoryInterface.php33 * @param string $host
41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
H A DUriInterface.php23 * @param string $host
25 public function setHost($host); argument
/plugin/farm/
H A Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { argument
667 if($host && self::$farmconf['virtual']) {
669 …`\', \'$1\', $l);'), explode("\n", $vh))), create_function('$v', 'return ($v == \''.$host.'\');'));
673 fwrite($fp, $vh."\n".$host.' '.$name);
H A Danimalmanager.class.php50 …$host = (isset($_POST['animal_host']) && !empty($_POST['animal_host'])) ? $_POST['animal_host'] : …
51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {
H A Dsoapserver.php136 $host = isset($args['host']) ? $args['host'] : ''; // only used if farm is in virtual mode
138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf998 https?:\/\/([^\/]*\.)?blade\.host-page\.com
999 https?:\/\/([^\/]*\.)?blade1\.host-page\.com
1001 https?:\/\/([^\/]*\.)?blade2\.host-page\.com
1002 https?:\/\/([^\/]*\.)?blade4\.host-page\.com
1003 https?:\/\/([^\/]*\.)?blade5\.host-page\.com
1004 https?:\/\/([^\/]*\.)?blade6\.host-page\.com
1005 https?:\/\/([^\/]*\.)?blade7\.host-page\.com
1006 https?:\/\/([^\/]*\.)?blade8\.host-page\.com
3590 https?:\/\/([^\/]*\.)?host-page\.com
3849 https?:\/\/([^\/]*\.)?jamm\.host-page\.com
[all …]
/plugin/farm/install/
H A Dpreload.php54 $host = $_SERVER['HTTP_HOST']; variable
57 if($m[1] == $host) {

1...<<11121314151617