Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 785 for 123x (0.04 sec)

  1. pkg/proxy/ipvs/util/ipvs_linux_test.go

    				Timeout:       0,
    				Netmask:       0xffffffff,
    				AddressFamily: unix.AF_INET,
    				Address:       netutils.ParseIPSloppy("1.2.3.4"),
    				PEName:        "",
    			},
    			VirtualServer{
    				Address:   netutils.ParseIPSloppy("1.2.3.4"),
    				Protocol:  "",
    				Port:      0,
    				Scheduler: "lc",
    				Flags:     ServiceFlags(0),
    				Timeout:   0,
    			},
    			false,
    			"",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 27 16:37:50 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. src/net/http/cookiejar/jar_test.go

    	},
    	{
    		"TestIpAddress #1.",
    		"http://1.2.3.4/foo",
    		[]string{"a=1; path=/"},
    		"a=1",
    		[]query{{"http://1.2.3.4/foo", "a=1"}},
    	},
    	{
    		"TestIpAddress #2.",
    		"http://1.2.3.4/foo",
    		[]string{
    			"a=1; domain=.1.2.3.4",
    			"b=2; domain=.3.4"},
    		"",
    		[]query{{"http://1.2.3.4/foo", ""}},
    	},
    	{
    		"TestIpAddress #3.",
    		"http://1.2.3.4/foo",
    		[]string{"a=1; domain=1.2.3.3"},
    		"",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  3. test/fixedbugs/issue23545.go

    package main
    
    func main() {
    	if a := Get(); a != dummyID(1234) {
    		panic("FAIL")
    	}
    }
    
    func dummyID(x int) [Size]interface{} {
    	var out [Size]interface{}
    	out[0] = x
    	return out
    }
    
    const Size = 32
    
    type OutputID [Size]interface{}
    
    //go:noinline
    func Get() OutputID {
    	return dummyID(1234)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 10 01:20:45 UTC 2018
    - 557 bytes
    - Viewed (0)
  4. pkg/kubelet/envvars/envvars_test.go

    			Spec: v1.ServiceSpec{
    				Selector:  map[string]string{"bar": "sctp-sel"},
    				ClusterIP: "1.2.3.4",
    				Ports: []v1.ServicePort{
    					{Port: 777, Protocol: "SCTP"},
    				},
    			},
    		},
    	}
    	vars := envvars.FromServices(sl)
    	expected := []v1.EnvVar{
    		{Name: "FOO_BAR_SERVICE_HOST", Value: "1.2.3.4"},
    		{Name: "FOO_BAR_SERVICE_PORT", Value: "8080"},
    		{Name: "FOO_BAR_PORT", Value: "tcp://1.2.3.4:8080"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 05:56:27 UTC 2018
    - 5.8K bytes
    - Viewed (0)
  5. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/DefaultSerializerRegistryTest.groovy

            registry.register(Integer, intSerializer)
            def serializer = registry.build(Number)
    
            expect:
            serialize(123L, serializer) == 123L
            serialize(123, serializer) == 123
            toBytes(123L, serializer).length == toBytes(123L, longSerializer).length + 1
        }
    
        def "does not write type tag when there is only one matching registered type"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. pkg/kubelet/config/common_test.go

    			}},
    			SecurityContext:    &v1.PodSecurityContext{},
    			SchedulerName:      v1.DefaultSchedulerName,
    			EnableServiceLinks: &enableServiceLinks,
    		},
    		Status: v1.PodStatus{
    			PodIP: "1.2.3.4",
    			PodIPs: []v1.PodIP{
    				{
    					IP: "1.2.3.4",
    				},
    			},
    		},
    	}
    	json, err := runtime.Encode(clientscheme.Codecs.LegacyCodec(v1.SchemeGroupVersion), pod)
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/sidecar_simulation_test.go

    		{Address: "1.2.3.4", Port: 81, Protocol: simulation.TCP, HostHeader: "headless.default.svc.cluster.local"},
    
    		{Address: "1.2.3.4", Port: 82, Protocol: simulation.TCP, HostHeader: "headless.default.svc.cluster.local"},
    
    		// Use short host name
    		{Address: "1.2.3.4", Port: 83, Protocol: simulation.TCP, TLS: simulation.TLS, HostHeader: "headless.default"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/proxy-override.yaml

              securityContext:
                allowPrivilegeEscalation: true
                readOnlyRootFilesystem: false
                # These should not be removed or ignored, should be honored
                runAsUser: 1234
                runAsGroup: 1234
          volumes:
            - name: certs
              secret:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 19:52:06 UTC 2023
    - 1.4K bytes
    - Viewed (1)
  9. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

            result.component.version == VersionNumber.parse("15.0")
            result.component.baseDir == dir3
            result.component.visualCpp.name == "Visual C++ 1.2.3-4"
            result.component.visualCpp.version == VersionNumber.parse("1.2.3.4")
        }
    
        def "use highest visual studio version found from the command line and registry"() {
            def dir1 = vsDir("vs1")
            def dir2 = vsDir("vs2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/const_tensor.mlir

    // CHECK-LABEL: func @dense_tensor
    func.func @dense_tensor() -> tensor<4xui64> {
      // CHECK: tfrt_fallback_async.const_dense_tensor dense<[1, 2, 3, 4]> : tensor<4xui64>
      %0 = "tf.Const"() {value = dense<[1, 2, 3, 4]> : tensor<4xui64>} : () -> tensor<4xui64>
      // CHECK: tfrt_fallback_async.const_dense_tensor  dense<1.000000e+00> : tensor<1xbf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 00:40:32 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top