Home
last modified time | relevance | path

Searched refs:singleServer (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft/
H A Dconfiguration_test.go119 var singleServer = Configuration{ var
172 {singleServer, AddStaging, 2, "{[{Voter id1 addr1x} {Voter id2 addr2}]}"},
174 {singleServer, AddStaging, 1, "{[{Voter id1 addr1}]}"},
183 {singleServer, AddNonvoter, 1, "{[{Voter id1 addr1}]}"},
190 {singleServer, DemoteVoter, 2, "{[{Voter id1 addr1x}]}"},
199 {singleServer, RemoveServer, 2, "{[{Voter id1 addr1x}]}"},
208 {singleServer, Promote, 2, "{[{Voter id1 addr1x}]}"},
210 {singleServer, Promote, 1, "{[{Voter id1 addr1x}]}"},
244 _, err := nextConfiguration(singleServer, 2, req)
256 _, err = nextConfiguration(singleServer, 2, req)
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/bluecatnetworks/
H A DBCN-LICENSE-MIB112 singleServer(1),
119 singleServer(1) The license affects a single server, normally the
177 this license. On a singleServer license, this value is undefined.
189 On a singleServer license, this value is undefined."
/dports/www/librespeed/speedtest-5.2.5/
H A Ddoc.md113 … most people is `example-singleServer-gauges.html`. If you want to use telemetry and results shari…
122 `example-singleServer-full.html` and `example-multipleServers-full.html` both contain a privacy pol…
237 * `example-singleServer-basic.html`: The most basic configuration possible. Runs the test with the …
238 * `example-singleServer-pretty.html`: A more sophisticated example with a nicer layout and a start/…
239 * `example-singleServer-progressBar.html`: Same as `example-singleServer-pretty.html` but adds a pr…
240 * `example-singleServer-customSettings.html`: Same as `example-singleServer-pretty.html` but config…
241 * `example-singleServer-gauges.html`: The most sophisticated example, with the same functionality a…
242 * `example-singleServer-chart.html`: Shows how to use the test with the Chart.js library
243 * `example-singleServer-full.html`: The most complete example. Based on `example-singleServer-gauge…
246 * `example-multipleServers-pretty.html`: Same as `example-singleServer-pretty.html` but with multip…
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSSocketPortNameServer.m627 struct in_addr singleServer;
628 struct in_addr *svrs = &singleServer;
793 singleServer = [com addr];
826 *addr = [NSString stringWithUTF8String: inet_ntoa(singleServer)];