Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 242 for sumneg (3.6 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// SQNEG <V><d>, <V><n>
    	{0xff3ffc00, 0x7e207800, SQNEG, instArgs{arg_Vd_22_2__B_0__H_1__S_2__D_3, arg_Vn_22_2__B_0__H_1__S_2__D_3}, nil},
    	// SQNEG <Vd>.<t>, <Vn>.<t>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  2. cmd/globals.go

    	// The name of this local node, fetched from arguments
    	globalLocalNodeName    string
    	globalLocalNodeNameHex string
    	globalNodeNamesHex     = make(map[string]struct{})
    
    	// The global subnet config
    	globalSubnetConfig subnet.Config
    
    	// The global callhome config
    	globalCallhomeConfig callhome.Config
    
    	// The global drive config
    	globalDriveConfig drive.Config
    
    	// The global cache config
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE.md

    For urgent issues (e.g. production down, etc.), subscribe to [SUBNET](https://min.io/pricing?jmp=github) for direct to engineering support.
     
    <!--- Provide a general summary of the issue in the Title above -->
    
    ## Expected Behavior
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jan 29 00:04:16 UTC 2022
    - 2K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"sube;":                            '\U00002286',
    		"subedot;":                         '\U00002AC3',
    		"submult;":                         '\U00002AC1',
    		"subnE;":                           '\U00002ACB',
    		"subne;":                           '\U0000228A',
    		"subplus;":                         '\U00002ABF',
    		"subrarr;":                         '\U00002979',
    		"subset;":                          '\U00002282',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/ipset_test.go

    			currentEntries:  nil,
    			expectedEntries: []string{"172.17.0.4,tcp:80,172.17.0.9", "172.17.0.5,tcp:80,172.17.0.10"},
    		},
    		{
    			name: "ipset sync, no current entries with /16 subnet",
    			set: &utilipset.IPSet{
    				Name: "ABC-DEF",
    			},
    			setType:         utilipset.HashIPPortNet,
    			ipv6:            false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  6. .github/ISSUE_TEMPLATE/bug_report.md

    ---
    name: Bug report
    about: Create a report to help us improve
    title: ''
    labels: community, triage
    assignees: ''
    
    ---
    
    ## NOTE
    If this case is urgent, please subscribe to [Subnet](https://min.io/pricing) so that our 24/7 support team may help you faster.
    
    <!--- Provide a general summary of the issue in the Title above -->
    
    ## Expected Behavior
    <!--- If you're describing a bug, tell us what should happen -->
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 20 17:37:40 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/tls.go

    			// give preference to the user provided one
    			virtualServiceDestinationSubnets := make([]string, 0)
    
    			for _, match := range tcp.Match {
    				if matchTCP(match, node.Labels, gateways, listenPort.Port, node.Metadata.Namespace) {
    					// Scan all the match blocks
    					// if we find any match block without a runtime destination subnet match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/componentconfigs/kubelet_test.go

    					HealthzPort:        ptr.To[int32](constants.KubeletHealthzPort),
    					RotateCertificates: kubeletRotateCertificates,
    					CgroupDriver:       constants.CgroupDriverSystemd,
    				},
    			},
    		},
    		{
    			name: "Service subnet, no dual stack defaulting works",
    			clusterCfg: kubeadmapi.ClusterConfiguration{
    				Networking: kubeadmapi.Networking{
    					ServiceSubnet: "192.168.0.0/16",
    				},
    			},
    			expected: kubeletConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 10:26:46 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  9. src/container/ring/ring_test.go

    	r10.Link(r0)
    	verify(t, r10, 10, sumN(10))
    
    	r10.Link(r1a)
    	verify(t, r10, 12, sumN(10)+42+77)
    }
    
    func TestLink3(t *testing.T) {
    	var r Ring
    	n := 1
    	for i := 1; i < 10; i++ {
    		n += i
    		verify(t, r.Link(New(i)), n, -1)
    	}
    }
    
    func TestUnlink(t *testing.T) {
    	r10 := makeN(10)
    	s10 := r10.Move(6)
    
    	sum10 := sumN(10)
    
    	verify(t, r10, 10, sum10)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  10. build/build-image/rsyncd.sh

    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    # The directory that gets sync'd
    VOLUME=${HOME}
    
    # Assume that this is running in Docker on a bridge.  Allow connections from
    # anything on the local subnet.
    ALLOW=$(ip route | awk  '/^default via/ { reg = "^[0-9./]+ dev "$5 } ; $0 ~ reg { print $1 }')
    
    CONFDIR="/tmp/rsync.k8s"
    PIDFILE="${CONFDIR}/rsyncd.pid"
    CONFFILE="${CONFDIR}/rsyncd.conf"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 04 15:58:52 UTC 2022
    - 2.2K bytes
    - Viewed (0)
Back to top