- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 1,606 for configs (0.17 sec)
-
src/test/java/jcifs/tests/SessionTest.java
public SessionTest ( String name, Map<String, String> properties ) { super(name, properties); } @Parameters ( name = "{0}" ) public static Collection<Object> configs () { return getConfigs( "smb1", "smb1-noSigning", "smb1-forceSigning", "noSigning", "forceSigning", "legacyAuth",
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/tests/ReadWriteTest.java
super.setUp(); } static Random getRandom () { return new Random(SEED); } @Parameters ( name = "{0}" ) public static Collection<Object> configs () { return getConfigs("smb1", "noLargeReadWrite", "noNTSmbs", "forceSigning", "smb2", "smb30", "smb31"); } @Test public void test () throws IOException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 13.2K bytes - Viewed (0) -
internal/config/config.go
APISubSys: {apiReplicationWorkers, apiReplicationFailedWorkers}, // Add future sub-system deleted keys } // Merge - merges a new config with all the // missing values for default configs, // returns a config. func (c Config) Merge() Config { cp := New() for subSys, tgtKV := range c { for tgt := range tgtKV { ckvs := c[subSys][tgt] for _, kv := range cp[subSys][Default] {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 37.7K bytes - Viewed (0) -
architecture/environments/operator.md
The available features and the components that comprise each feature are as follows: | Feature | Components | |---------|------------| CRDs, and other cluster wide configs | Base Traffic Management | Pilot Security | Pilot Configuration management | Pilot AutoInjection | Pilot Gateways | Ingress gateway Gateways | Egress gateway Policy | Policy (deprecated)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Jul 29 21:11:35 UTC 2024 - 13.2K bytes - Viewed (0) -
src/test/java/jcifs/tests/ConcurrencyTest.java
public ConcurrencyTest ( String name, Map<String, String> properties ) { super(name, properties); } @Parameters ( name = "{0}" ) public static Collection<Object> configs () { return getConfigs("smb1", "noNTStatus", "noNTSmbs", "smb2", "smb30", "smb31"); } @Override @Before public void setUp () throws Exception { super.setUp();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:40:50 UTC 2021 - 17.6K bytes - Viewed (0) -
src/test/java/jcifs/tests/FileOperationsTest.java
public FileOperationsTest ( String name, Map<String, String> properties ) { super(name, properties); } @Parameters ( name = "{0}" ) public static Collection<Object> configs () { return getConfigs("smb1", "noUnicode", "forceUnicode", "noNTStatus", "noNTSmbs", "smb2", "smb30", "smb31"); } @Test
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:17:59 UTC 2023 - 16.3K bytes - Viewed (0) -
istioctl/pkg/proxyconfig/testdata/config_dump.json
{ "configs": [ { "@type": "type.googleapis.com/envoy.admin.v3.BootstrapConfigDump", "bootstrap": { "node": { "id": "waypoint~192.168.252.229~httpbin-istio-waypoint-58f646c5ff-dbfkz.default~default.svc.cluster.local", "metadata": { "ISTIO_PROXY_SHA": "ee85c5f28702f00621aed895915fca565796b9e4", "ISTIO_VERSION": "1.21.0-1226", "metadata": { "build.type": "RELEASE",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jan 03 23:08:06 UTC 2024 - 54.8K bytes - Viewed (0) -
common/scripts/kind_provisioner.sh
DOCKER_KIND_SUBNET="$(docker inspect kind | jq '.[0].IPAM.Config[0].Subnet' -r)" METALLB_IPS4=() while read -r ip; do METALLB_IPS4+=("$ip") done < <(cidr_to_ips "$DOCKER_KIND_SUBNET" | tail -n 100) METALLB_IPS6=() if [[ "$(docker inspect kind | jq '.[0].IPAM.Config | length' -r)" == 2 ]]; then # Two configs? Must be dual stack.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 21 04:47:23 UTC 2024 - 17.2K bytes - Viewed (0) -
architecture/networking/pilot.md
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Feb 07 17:53:24 UTC 2024 - 19.1K bytes - Viewed (0) -
istioctl/pkg/writer/compare/testdata/configdump_diff.json
{ "configs": [ { "@type": "type.googleapis.com/envoy.admin.v3.ClustersConfigDump", "version_info": "2024-03-04T08:37:44Z/4", "dynamic_active_clusters": [ { "cluster": { "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "inbound-vip|9999|http|ratings.default.svc.cluster.local", "type": "EDS", "transport_socket": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Mar 12 10:02:09 UTC 2024 - 51.6K bytes - Viewed (0)