Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for 55555 (0.04 sec)

  1. src/crypto/tls/conn_test.go

    	{[]byte{1, 2, 3, 4, 1, 1}, true, 4},
    	{[]byte{1, 2, 3, 2, 2, 2}, true, 3},
    	{[]byte{1, 2, 3, 3, 3, 3}, true, 2},
    	{[]byte{1, 2, 3, 4, 3, 3}, false, 0},
    	{[]byte{1, 4, 4, 4, 4, 4}, true, 1},
    	{[]byte{5, 5, 5, 5, 5, 5}, true, 0},
    	{[]byte{6, 6, 6, 6, 6, 6}, false, 0},
    	{padding255Bad[:], false, 0},
    	{padding255Good[:], true, 0},
    }
    
    func TestRemovePadding(t *testing.T) {
    	for i := 1; i < len(padding255Bad); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:35:01 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. doc/next/9-todo.md

    CL 572535 - used "unix" build tag in more places, mentioned accepted proposal https://go.dev/issue/51572; doesn't need a release note
    CL 555255 - an x/tools CL implements accepted proposal https://go.dev/issue/53367 for x/tools/go/cfg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/loadbalancer/loadbalancer_test.go

    							Region:  "region2",
    							Zone:    "zone2",
    							SubZone: "subzone2",
    						},
    						LbEndpoints: []*endpoint.LbEndpoint{
    							{
    								HostIdentifier: buildEndpoint("5.5.5.5"),
    								LoadBalancingWeight: &wrappers.UInt32Value{
    									Value: 1,
    								},
    							},
    						},
    						LoadBalancingWeight: &wrappers.UInt32Value{
    							Value: 1,
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  4. pkg/client/tests/portfoward_test.go

    	stopChan1 := make(chan struct{}, 1)
    	defer close(stopChan1)
    	readyChan1 := make(chan struct{})
    
    	pf1, err := New(dialer, []string{":5555"}, stopChan1, readyChan1, os.Stdout, os.Stderr)
    	if err != nil {
    		t.Fatalf("error creating pf1: %v", err)
    	}
    	go pf1.ForwardPorts()
    	<-pf1.Ready
    
    	forwardedPorts, err := pf1.GetPorts()
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 05 06:08:18 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  5. pkg/kubelet/stats/cri_stats_provider_windows_test.go

    	return &i
    }
    
    func Test_criStatsProvider_makeWinContainerStats(t *testing.T) {
    	fakeClock := testingclock.NewFakeClock(time.Time{})
    	containerStartTime := fakeClock.Now()
    
    	cpuUsageTimestamp := int64(555555)
    	cpuUsageNanoSeconds := uint64(0x123456)
    	cpuUsageNanoCores := uint64(0x4000)
    	memoryUsageTimestamp := int64(666666)
    	memoryUsageWorkingSetBytes := uint64(0x11223344)
    	memoryUsageAvailableBytes := uint64(0x55667788)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 17 00:02:10 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/vcweb/script.go

    		"WINDIR",            // must be preserved on Windows to be able to run PowerShell command; golang.org/issue/30711
    		"ComSpec",           // must be preserved on Windows to be able to run Batch files; golang.org/issue/56555
    		"DYLD_LIBRARY_PATH", // must be preserved on macOS systems to find shared libraries
    		"LD_LIBRARY_PATH",   // must be preserved on Unix systems to find shared libraries
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 08 19:37:03 UTC 2022
    - 9K bytes
    - Viewed (0)
  7. pkg/proxy/config/config_test.go

    		ObjectMeta:  metav1.ObjectMeta{Namespace: "testnamespace", Name: "foobar"},
    		AddressType: discoveryv1.AddressTypeIPv4,
    		Endpoints: []discoveryv1.Endpoint{{
    			Addresses: []string{"5.5.5.5"},
    		}, {
    			Addresses: []string{"6.6.6.6"},
    		}},
    		Ports: []discoveryv1.EndpointPort{{Port: ptr.To[int32](80)}},
    	}
    	fakeWatch.Add(endpoints3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    		Hosts: []string{"*.google.com"},
    		Ports: []*networking.ServicePort{
    			{Number: 4567, Name: "http-port", Protocol: "http"},
    		},
    		Endpoints: []*networking.WorkloadEntry{
    			{
    				Address: "5.5.5.5",
    				Labels:  map[string]string{"overlay": "bar"},
    			},
    		},
    		Location:   networking.ServiceEntry_MESH_EXTERNAL,
    		Resolution: networking.ServiceEntry_STATIC,
    	},
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  9. pkg/util/iptables/iptables_test.go

    		t.Errorf("wrong CombinedOutput() log, got %s", fcmd.CombinedOutputLog[0])
    	}
    }
    
    func TestIPTablesWaitFlag(t *testing.T) {
    	testCases := []struct {
    		Version string
    		Result  []string
    	}{
    		{"0.55.55", nil},
    		{"1.0.55", nil},
    		{"1.4.19", nil},
    		{"1.4.20", []string{WaitString}},
    		{"1.4.21", []string{WaitString}},
    		{"1.4.22", []string{WaitString, WaitSecondsValue}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 08 15:21:59 UTC 2023
    - 46.3K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-64534`](https://youtrack.jetbrains.com/issue/KT-64534) K2: org.jetbrains.kotlin.util.FileAnalysisException: Somewhere in file
    - [`KT-57555`](https://youtrack.jetbrains.com/issue/KT-57555) [LC] Forbid deferred initialization of open properties with backing field
    - [`KT-65776`](https://youtrack.jetbrains.com/issue/KT-65776) [LC] K2 breaks `false && ...` and `false || ...`
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top