Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,545 for Configs (0.04 sec)

  1. src/test/java/jcifs/tests/DfsTest.java

    1. * @param properties
    2. */
    3. public DfsTest ( String name, Map<String, String> properties ) {
    4. super(name, properties);
    5. }
    6.  
    7.  
    8. @Parameters ( name = "{0}" )
    9. public static Collection<Object> configs () {
    10. return getConfigs("smb1", "smb2", "smb30", "smb31");
    11. }
    12.  
    13.  
    14. private String getTestDfsTargetServer () {
    15. String dfsTargetServer = getProperties().get("test.server.dfs");
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Mar 01 09:46:04 UTC 2020
    - 13.5K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

    1. {
    2. "configs": [
    3. {
    4. "@type": "type.googleapis.com/envoy.admin.v3.EndpointsConfigDump",
    5. "static_endpoint_configs": [
    6. {
    7. "endpoint_config": {
    8. "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
    9. "cluster_name": "zipkin",
    10. "policy": {
    11. "overprovisioning_factor": 140
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  3. docs/sts/keycloak.md

    1. MINIO_IDENTITY_OPENID_COMMENT (sentence) optionally add a comment to this setting
    2. ```
    3.  
    4. Set `identity_openid` config with `config_url`, `client_id` and restart MinIO
    5.  
    6. ```
    7. ~ mc admin config set myminio identity_openid config_url="http://localhost:8080/auth/realms/{your-realm-name}/.well-known/openid-configuration" client_id="account"
    8. ```
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 8.1K bytes
    - Viewed (0)
  4. cni/pkg/install/install.go

    1. func (in *Installer) Cleanup() error {
    2. installLog.Info("cleaning up CNI installation")
    3. if len(in.cniConfigFilepath) > 0 && file.Exists(in.cniConfigFilepath) {
    4. if in.cfg.ChainedCNIPlugin {
    5. installLog.Infof("removing Istio CNI config from CNI config file: %s", in.cniConfigFilepath)
    6.  
    7. // Read JSON from CNI config file
    8. cniConfigMap, err := util.ReadCNIConfigMap(in.cniConfigFilepath)
    9. if err != nil {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Aug 09 21:33:51 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  5. src/test/java/jcifs/tests/KerberosTest.java

    1. */
    2. public KerberosTest ( String name, Map<String, String> properties ) {
    3. super(name, properties);
    4. }
    5.  
    6.  
    7. @Parameters ( name = "{0}" )
    8. public static Collection<Object> configs () {
    9. return getConfigs("smb1", "smb2", "smb30", "smb31", "forceSpnegoIntegrity");
    10. }
    11.  
    12.  
    13. @Before
    14. public void setup () {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Mar 01 09:46:04 UTC 2020
    - 11.5K bytes
    - Viewed (0)
  6. cmd/bootstrap-peer-server.go

    1. type ServerSystemConfig struct {
    2. NEndpoints int
    3. CmdLines []string
    4. MinioEnv map[string]string
    5. Checksum string
    6. }
    7.  
    8. // Diff - returns error on first difference found in two configs.
    9. func (s1 *ServerSystemConfig) Diff(s2 *ServerSystemConfig) error {
    10. if s1.Checksum != s2.Checksum {
    11. return fmt.Errorf("Expected MinIO binary checksum: %s, seen: %s", s1.Checksum, s2.Checksum)
    12. }
    13.  
    14. ns1 := s1.NEndpoints
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/compare/testdata/configdump.json

    1. {
    2. "configs": [
    3. {
    4. "@type": "type.googleapis.com/envoy.admin.v3.ClustersConfigDump",
    5. "version_info": "2024-03-04T08:37:44Z/4",
    6. "dynamic_active_clusters": [
    7. {
    8. "cluster": {
    9. "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster",
    10. "name": "inbound-vip|9080|http|ratings.default.svc.cluster.local",
    11. "type": "EDS",
    12. "eds_cluster_config": {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  8. src/test/java/jcifs/tests/TimeoutTest.java

    1. public TimeoutTest ( String name, Map<String, String> properties ) {
    2. super(name, properties);
    3. }
    4.  
    5.  
    6. @Parameters ( name = "{0}" )
    7. public static Collection<Object> configs () {
    8. return getConfigs("smb1", "smb2", "smb30", "smb31");
    9. }
    10.  
    11.  
    12. protected CIFSContext lowTimeout ( CIFSContext ctx ) {
    13. return withConfig(ctx, new DelegatingConfiguration(ctx.getConfig()) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 12.4K bytes
    - Viewed (0)
  9. src/test/java/jcifs/tests/FileAttributesTest.java

    1. public FileAttributesTest ( String name, Map<String, String> properties ) {
    2. super(name, properties);
    3. }
    4.  
    5.  
    6. @Parameters ( name = "{0}" )
    7. public static Collection<Object> configs () {
    8. return getConfigs("smb1", "noUnicode", "forceUnicode", "noNTStatus", "noNTSmbs", "smb2", "smb30", "smb31");
    9. }
    10.  
    11.  
    12. @Test
    13. public void testBaseFile () throws MalformedURLException, CIFSException {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  10. src/test/java/jcifs/tests/ReadWriteTest.java

    1. super.setUp();
    2. }
    3.  
    4.  
    5. static Random getRandom () {
    6. return new Random(SEED);
    7. }
    8.  
    9.  
    10. @Parameters ( name = "{0}" )
    11. public static Collection<Object> configs () {
    12. return getConfigs("smb1", "noLargeReadWrite", "noNTSmbs", "forceSigning", "smb2", "smb30", "smb31");
    13. }
    14.  
    15.  
    16. @Test
    17. 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)
Back to top