Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for server_type (0.24 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.2.xsd

            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
        </xs:complexType>
        <xs:complexType name="key-serverType">
            <xs:attribute type="xs:string" name="uri"/>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.1.xsd

            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
        </xs:complexType>
        <xs:complexType name="key-serverType">
            <xs:attribute type="xs:string" name="uri"/>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.3.xsd

            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
        </xs:complexType>
        <xs:complexType name="key-serverType">
            <xs:attribute type="xs:string" name="uri"/>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 23:01:46 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. cmd/admin-handlers-users-race_test.go

    		// Init and run test on ErasureSD backend with signature v4.
    		{serverType: "ErasureSD", signer: signerV4},
    		// Init and run test on ErasureSD backend, with tls enabled.
    		{serverType: "ErasureSD", signer: signerV4, secure: true},
    		// Init and run test on Erasure backend.
    		{serverType: "Erasure", signer: signerV4},
    		// Init and run test on ErasureSet backend.
    		{serverType: "ErasureSet", signer: signerV4},
    	}
    	testCases := []*TestSuiteIAM{}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. cmd/sts-handlers_test.go

    		// Init and run test on ErasureSD backend with signature v4.
    		{serverType: "ErasureSD", signer: signerV4},
    		// Init and run test on ErasureSD backend, with tls enabled.
    		{serverType: "ErasureSD", signer: signerV4, secure: true},
    		// Init and run test on Erasure backend.
    		{serverType: "Erasure", signer: signerV4},
    		// Init and run test on ErasureSet backend.
    		{serverType: "ErasureSet", signer: signerV4},
    	}
    	testCases := []*TestSuiteIAM{}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  6. cmd/sftp-server_test.go

    }
    
    func TestSFTPAuthentication(t *testing.T) {
    	for i, testCase := range iamTestSuites {
    		t.Run(
    			fmt.Sprintf("Test: %d, ServerType: %s", i+1, testCase.ServerTypeDescription),
    			func(t *testing.T) {
    				c := &check{t, testCase.serverType}
    				suite := testCase
    
    				suite.SetUpSuite(c)
    
    				suite.SFTPServiceAccountLogin(c)
    				suite.SFTPInvalidServiceAccountPassword(c)
    
    				// LDAP tests
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 07:51:13 UTC 2024
    - 8K bytes
    - Viewed (0)
  7. pkg/kubelet/server/server.go

    	// monitor http requests
    	var serverType string
    	if s.auth == nil {
    		serverType = "readonly"
    	} else {
    		serverType = "readwrite"
    	}
    
    	method, path := s.getMetricMethodBucket(req.Method), s.getMetricBucket(req.URL.Path)
    
    	longRunning := strconv.FormatBool(isLongRunningRequest(path))
    
    	servermetrics.HTTPRequests.WithLabelValues(method, path, serverType, longRunning).Inc()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  8. cmd/admin-handlers-users_test.go

    		// Init and run test on ErasureSD backend with signature v4.
    		{serverType: "ErasureSD", signer: signerV4},
    		// Init and run test on ErasureSD backend, with tls enabled.
    		{serverType: "ErasureSD", signer: signerV4, secure: true},
    		// Init and run test on Erasure backend.
    		{serverType: "Erasure", signer: signerV4},
    		// Init and run test on ErasureSet backend.
    		{serverType: "ErasureSet", signer: signerV4},
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 45.7K bytes
    - Viewed (0)
  9. cmd/server_test.go

    		{serverType: "ErasureSD", signer: signerV4},
    		// Init and run test on ErasureSD backend with signature v2.
    		{serverType: "ErasureSD", signer: signerV2},
    		// Init and run test on ErasureSD backend, with tls enabled.
    		{serverType: "ErasureSD", signer: signerV4, secure: true},
    		// Init and run test on Erasure backend.
    		{serverType: "Erasure", signer: signerV4},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
Back to top