Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for 111111112 (0.24 sec)

  1. pkg/registry/core/service/portallocator/controller/repair_test.go

    				},
    			},
    			expected: []int{111, 112, 113},
    		},
    		{
    			name: "duplicated nodePort with TCP protocol",
    			serviceSpec: corev1.ServiceSpec{
    				Ports: []corev1.ServicePort{
    					{NodePort: 111, Protocol: corev1.ProtocolTCP},
    					{NodePort: 111, Protocol: corev1.ProtocolTCP},
    					{NodePort: 112, Protocol: corev1.ProtocolUDP},
    				},
    			},
    			expected: []int{111, 111, 112},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "latest.milestone"   | "select branch" | "2.0"         | '["2.0"]'        | ['2.1', '2.0']     | false           | false            | ["didn't match version 2.1"]
            "1.1"                | "select 1.1"    | "1.1"         | '["1.1"]'        | ['1.1']            | true            | true             | []
            "1.1"                | "select status" | "1.1"         | '["1.1"]'        | ['1.1']            | false           | true             | []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/fiat/p521_invert.go

    	//
    	//	_10       = 2*1
    	//	_11       = 1 + _10
    	//	_1100     = _11 << 2
    	//	_1111     = _11 + _1100
    	//	_11110000 = _1111 << 4
    	//	_11111111 = _1111 + _11110000
    	//	x16       = _11111111 << 8 + _11111111
    	//	x32       = x16 << 16 + x16
    	//	x64       = x32 << 32 + x32
    	//	x65       = 2*x64 + 1
    	//	x129      = x65 << 64 + x64
    	//	x130      = 2*x129 + 1
    	//	x259      = x130 << 129 + x129
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  4. pilot/pkg/model/addressmap_test.go

    	. "github.com/onsi/gomega"
    
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pkg/cluster"
    )
    
    const (
    	c1ID = "cluster-1"
    	c2ID = "cluster-2"
    )
    
    var (
    	c1Addresses = []string{"1.1.1.1", "1.1.1.2"}
    	c2Addresses = []string{"2.1.1.1", "2.1.1.2"}
    )
    
    func TestAddressMapLen(t *testing.T) {
    	cases := []struct {
    		name     string
    		newMap   func() *model.AddressMap
    		expected int
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p224_sqrt.go

    	//	_110     = 2*_11
    	//	_111     = 1 + _110
    	//	_111000  = _111 << 3
    	//	_111111  = _111 + _111000
    	//	_1111110 = 2*_111111
    	//	_1111111 = 1 + _1111110
    	//	x12      = _1111110 << 5 + _111111
    	//	x24      = x12 << 12 + x12
    	//	i36      = x24 << 7
    	//	x31      = _1111111 + i36
    	//	x48      = i36 << 17 + x24
    	//	x96      = x48 << 48 + x48
    	//	return     x96 << 31 + x31
    	//
    	var t0 = new(fiat.P224Element)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 3.1K bytes
    - Viewed (1)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/StaticVersionComparator.java

    import java.util.Map;
    
    /**
     * Allows for comparison of Version instances.
     * Note that this comparator only considers the 'parts' of a version, and does not consider the part 'separators'.
     * This means that it considers `1.1.1 == 1-1-1 == 1.1-1`, and should not be used in cases where this is important.
     * One example where this comparator is inappropriate is if versions should be retained in a TreeMap/TreeSet.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. pkg/dns/client/dns_test.go

    					netip.MustParseAddr("11.11.11.11"),
    				}),
    		},
    		{
    			name: "success: remote cluster k8s svc round robin",
    			host: "details.ns2.svc.cluster.remote.",
    			id:   1,
    			expected: a("details.ns2.svc.cluster.remote.",
    				[]netip.Addr{
    					netip.MustParseAddr("13.13.13.13"),
    					netip.MustParseAddr("14.14.14.14"),
    					netip.MustParseAddr("11.11.11.11"),
    					netip.MustParseAddr("12.12.12.12"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  8. cni/pkg/nodeagent/podcgroupns_test.go

    			},
    			expectPodUID:      "",
    			expectContainerID: "",
    			expectMsg:         "multiple pod UIDs found in cgroups (11111111-b29f-11e7-9350-020968147796, 22222222-b29f-11e7-9350-020968147796)",
    		},
    	} {
    		tt := tt
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 21:47:31 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/MultiInputStreamTest.java

        joinHelper(1);
        joinHelper(0, 0, 0);
        joinHelper(10, 20);
        joinHelper(10, 0, 20);
        joinHelper(0, 10, 20);
        joinHelper(10, 20, 0);
        joinHelper(10, 20, 1);
        joinHelper(1, 1, 1, 1, 1, 1, 1, 1);
        joinHelper(1, 0, 1, 0, 1, 0, 1, 0);
      }
    
      public void testOnlyOneOpen() throws Exception {
        final ByteSource source = newByteSource(0, 50);
        final int[] counter = new int[1];
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 4.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/SmbComTreeConnectAndX.java

         * 7 = SMB_COM_TRANSACTION
         * 8 = SMB_COM_QUERY_INFORMATION
         */
    
        /* All batch limits are single batch only until further notice
         */
    
        private static byte[] batchLimits = {
            1, 1, 1, 1, 1, 1, 1, 1, 0
        };
    
        static {
            String s;
    
            if(( s = Config.getProperty( "jcifs.smb1.smb.client.TreeConnectAndX.CheckDirectory" )) != null ) {
                batchLimits[0] = Byte.parseByte( s );
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 6.8K bytes
    - Viewed (0)
Back to top