Home
last modified time | relevance | path

Searched refs:setHost (Results 1 – 25 of 2078) sorted by relevance

12345678910>>...84

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dconfig-old.go189 c.setHost("local", hostConfigV7{
197 c.setHost("s3", hostConfigV7{
205 c.setHost("gcs", hostConfigV7{
213 c.setHost("play", hostConfigV7{
221 c.setHost("player", hostConfigV7{
229 c.setHost("dl", hostConfigV7{
238 func (c *configV7) setHost(alias string, cfg hostConfigV7) { func
276 c.setHost("local", hostConfigV8{
284 c.setHost("s3", hostConfigV8{
292 c.setHost("gcs", hostConfigV8{
[all …]
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/contrib/org/apache/commons/httpclient/contrib/ssl/
H A DHostConfigurationWithHostFactory.java45 public void setHost(String host) in setHost() method in HostConfigurationWithHostFactory
47 setHost(host, Protocol.getProtocol(DEFAULT_SCHEME).getDefaultPort()); in setHost()
50 public void setHost(final String host, int port) in setHost() method in HostConfigurationWithHostFactory
52 setHost(host, port, DEFAULT_SCHEME); in setHost()
55 public synchronized void setHost(String host, int port, String scheme) in setHost() method in HostConfigurationWithHostFactory
57 setHost(factory.getHost(this, scheme, host, port)); in setHost()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/
H A DHostConfiguration.java241 public synchronized void setHost(final HttpHost host) { in setHost() method in HostConfiguration
252 public synchronized void setHost(final String host, int port, final String protocol) { in setHost() method in HostConfiguration
266 public synchronized void setHost(final String host, final String virtualHost, int port, in setHost() method in HostConfiguration
268 setHost(host, port, protocol); in setHost()
279 public synchronized void setHost(final String host, int port, final Protocol protocol) { in setHost() method in HostConfiguration
295 public synchronized void setHost(final String host, int port) { in setHost() method in HostConfiguration
296 setHost(host, port, Protocol.getProtocol("http")); in setHost()
304 public synchronized void setHost(final String host) { in setHost() method in HostConfiguration
306 setHost(host, defaultProtocol.getDefaultPort(), defaultProtocol); in setHost()
313 public synchronized void setHost(final URI uri) { in setHost() method in HostConfiguration
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dsharding_catalog_remove_shard_from_zone_test.cpp52 shard.setHost("a:1234"); in TEST_F()
69 shardA.setHost("a:1234"); in TEST_F()
74 shardB.setHost("b:1234"); in TEST_F()
102 shardA.setHost("a:1234"); in TEST_F()
107 shardB.setHost("b:1234"); in TEST_F()
144 shardA.setHost("a:1234"); in TEST_F()
149 shardB.setHost("b:1234"); in TEST_F()
188 shardA.setHost("a:1234"); in TEST_F()
210 shardA.setHost("a:1234"); in TEST_F()
215 shardB.setHost("b:1234"); in TEST_F()
H A Dsharding_catalog_commit_chunk_migration_test.cpp55 shard0.setHost("shard0:12"); in TEST_F()
59 shard1.setHost("shard1:12"); in TEST_F()
129 shard0.setHost("shard0:12"); in TEST_F()
133 shard1.setHost("shard1:12"); in TEST_F()
185 shard0.setHost("shard0:12"); in TEST_F()
189 shard1.setHost("shard1:12"); in TEST_F()
236 shard0.setHost("shard0:12"); in TEST_F()
240 shard1.setHost("shard1:12"); in TEST_F()
289 shard0.setHost("shard0:12"); in TEST_F()
293 shard1.setHost("shard1:12"); in TEST_F()
[all …]
H A Dsharding_catalog_remove_shard_test.cpp125 shard1.setHost("host1:12345"); in TEST_F()
131 shard2.setHost("host2:12345"); in TEST_F()
153 shard1.setHost("host1:12345"); in TEST_F()
168 shard1.setHost("host1:12345"); in TEST_F()
174 shard2.setHost("host2:12345"); in TEST_F()
190 shard1.setHost("host1:12345"); in TEST_F()
196 shard2.setHost("host2:12345"); in TEST_F()
233 shard1.setHost("host1:12345"); in TEST_F()
239 shard2.setHost("host2:12345"); in TEST_F()
261 shard1.setHost("host1:12345"); in TEST_F()
[all …]
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/test/org/olsr/v1/info/api/dto/
H A DTestJsonInfoConfigIpcAcl.java36 this.impl.setHost(true); in testGettersAndSetters()
62 this.impl.setHost(false); in testCompareTo()
63 other.setHost(true); in testCompareTo()
67 this.impl.setHost(true); in testCompareTo()
68 other.setHost(false); in testCompareTo()
72 this.impl.setHost(true); in testCompareTo()
73 other.setHost(true); in testCompareTo()
77 this.impl.setHost(booleanOrg); in testCompareTo()
78 other.setHost(booleanOrg); in testCompareTo()
172 this.impl.setHost(true); in testHashCode()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/find/
H A Dtest_find.cpp98 setHost(finder, haystack); in Test_OnlineAlg()
102 setHost(pattern, needle); in Test_OnlineAlg()
126 setHost(pattern, ndl); in Test_OnlineAlg()
180 setHost(pattern, query); in Test_OnlineAlg()
1738 setHost(p, ndl); in test_pattern_set_host()
1746 setHost(p, ndl); in test_pattern_set_host()
1750 setHost(p, ndl2); in test_pattern_set_host()
1759 setHost(p, ndl); in test_pattern_set_host()
1764 setHost(p, ndl2); in test_pattern_set_host()
1782 setHost(p, ndl); in test_pattern_set_host()
[all …]
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestHttpConnectionManager.java95 client.getHostConfiguration().setHost( in testConnectMethodFailureRelease()
352 host1.setHost("host1", -1, "http"); in testConnectionReclaiming()
355 host2.setHost("host2", -1, "http"); in testConnectionReclaiming()
382 host1.setHost("host1", -1, "http"); in testShutdownAll()
426 host1.setHost("host1", -1, "http"); in testShutdown()
470 host1.setHost("host1", -1, "http"); in testMaxConnections()
473 host2.setHost("host2", -1, "http"); in testMaxConnections()
510 host1.setHost("host1", -1, "http"); in testMaxConnectionsPerHost()
513 host2.setHost("host2", -1, "http"); in testMaxConnectionsPerHost()
516 host3.setHost("host3", -1, "http"); in testMaxConnectionsPerHost()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host) function in Zend\\View\\Helper\\ServerUrl
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/View/Helper/
H A DServerUrl.php88 $this->setHost($matches['host']);
97 $this->setHost($matches['host']);
101 $this->setHost($_SERVER['HTTP_HOST']);
111 $this->setHost($name);
189 $this->setHost($host);
254 public function setHost($host)
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/View/Helper/
H A DServerUrl.php67 $this->setHost($_SERVER['HTTP_HOST']);
74 $this->setHost($name);
76 $this->setHost($name . ':' . $port);
121 public function setHost($host) function in Zend_View_Helper_ServerUrl
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Dsrc_network_access_qhttp.cpp55 http->setHost("qt.nokia.com");
61 http->setHost("qt.nokia.com"); // id == 1
91 http->setHost("www.foo.bar"); // id == 1
117 http->setHost("ticker.example.com"); in stateChanged()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/doc/src/snippets/code/
H A Dsrc_network_access_qhttp.cpp65 http->setHost("qt-project.org");
71 http->setHost("qt-project.org"); // id == 1
101 http->setHost("www.foo.bar"); // id == 1
127 http->setHost("ticker.example.com"); in stateChanged()

12345678910>>...84