Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for __major (0.32 sec)

  1. cmd/storage-datatypes_gen.go

    		return
    	}
    	z.FreeInodes, err = dc.ReadUint64()
    	if err != nil {
    		err = msgp.WrapError(err, "FreeInodes")
    		return
    	}
    	z.Major, err = dc.ReadUint32()
    	if err != nil {
    		err = msgp.WrapError(err, "Major")
    		return
    	}
    	z.Minor, err = dc.ReadUint32()
    	if err != nil {
    		err = msgp.WrapError(err, "Minor")
    		return
    	}
    	z.NRRequests, err = dc.ReadUint64()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  2. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"a1b2b2905b1527d682049c6a76e35c7d8c72551abfe7833ac1be595f",
    		"The major problem is with sendmail.  -Mark Horton",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    		}
    		return 0, fmt.Errorf("%v: %v", cmd, err)
    	}
    	before, _, ok := strings.Cut(string(out), ".")
    	major, err := strconv.Atoi(before)
    	if !ok || err != nil {
    		return 0, fmt.Errorf("%v: unexpected output: %q", cmd, out)
    	}
    
    	return major, nil
    }
    
    func TestIssue51759(t *testing.T) {
    	if runtime.GOOS != "darwin" {
    		t.Skip("only affects darwin")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.4.md

      - [Downloads](#downloads-4)
      - [Changelog since v1.4.0](#changelog-since-v140)
        - [Other notable changes](#other-notable-changes-10)
    - [v1.4.0](#v140)
      - [Downloads](#downloads-5)
      - [Major Themes](#major-themes)
      - [Features](#features)
      - [Known Issues](#known-issues)
      - [Notable Changes to Existing Behavior](#notable-changes-to-existing-behavior)
        - [Deployments](#deployments)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

      - [Known Issues for v1.5.1](#known-issues-for-v151)
    - [v1.5.0](#v150)
      - [Downloads for v1.5.0](#downloads-for-v150)
        - [Client Binaries](#client-binaries-8)
        - [Server Binaries](#server-binaries-8)
      - [Major Themes](#major-themes)
      - [Features](#features)
      - [Known Issues](#known-issues)
      - [Notable Changes to Existing Behavior](#notable-changes-to-existing-behavior)
      - [Deprecations](#deprecations)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    		// Can't find version number; hope for the best.
    		return nil
    	}
    
    	major, err := strconv.Atoi(string(matches[1]))
    	if err != nil {
    		// Can't find version number; hope for the best.
    		return nil
    	}
    	const errmsg = "must have SWIG version >= 3.0.6"
    	if major < 3 {
    		return errors.New(errmsg)
    	}
    	if major > 3 {
    		// 4.0 or later
    		return nil
    	}
    
    	// We have SWIG version 3.x.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //
    // When compiling packages, build ignores files that end in '_test.go'.
    //
    // When compiling a single main package, build writes the resulting
    // executable to an output file named after the last non-major-version
    // component of the package import path. The '.exe' suffix is added
    // when writing a Windows executable.
    // So 'go build example/sam' writes 'sam' or 'sam.exe'.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

    version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_test.go

    			expectedLbPolicy:       defaultLBAlgorithm(),
    		},
    		// TODO: add more to cover all cases
    	}
    
    	proxy := model.Proxy{
    		Type:         model.SidecarProxy,
    		IstioVersion: &model.IstioVersion{Major: 1, Minor: 5},
    		Metadata:     &model.NodeMetadata{},
    	}
    
    	for _, tt := range testcases {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top