Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 94 for version1 (0.22 sec)

  1. src/cmd/go/internal/work/exec.go

    	out, err := sh.runOut(".", nil, "swig", "-version")
    	if err != nil {
    		return err
    	}
    	re := regexp.MustCompile(`[vV]ersion +(\d+)([.]\d+)?([.]\d+)?`)
    	matches := re.FindSubmatch(out)
    	if matches == nil {
    		// 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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. cmd/storage-datatypes_gen.go

    	if err != nil {
    		err = msgp.WrapError(err, "Versions")
    		return
    	}
    	if cap(z.Versions) >= int(zb0002) {
    		z.Versions = (z.Versions)[:zb0002]
    	} else {
    		z.Versions = make([]FileInfo, zb0002)
    	}
    	for za0001 := range z.Versions {
    		err = z.Versions[za0001].DecodeMsg(dc)
    		if err != nil {
    			err = msgp.WrapError(err, "Versions", za0001)
    			return
    		}
    	}
    	var zb0003 uint32
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    				{Name: "v1", Labels: map[string]string{"version": "v1"}},
    				{Name: "v2", Labels: map[string]string{"version": "v2"}},
    			},
    		}, valid: false},
    
    		{name: "missing subset name", in: &networking.DestinationRule{
    			Host: "reviews",
    			Subsets: []*networking.Subset{
    				{Name: "", Labels: map[string]string{"version": "v1"}},
    				{Name: "v2", Labels: map[string]string{"version": "v2"}},
    			},
    		}, valid: false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

      pilot-dashboard.json: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller_test.go

    /*
    Copyright 2015 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            // TODO - these should not be required for unique versions
            m2.pom.expectHead()
            m2.artifact.expectHead()
    
            succeeds ":app:resolve"
    
            then:
            output.count("files: [changing-1.2.jar.txt, snapshot-1.2-SNAPSHOT.jar.txt]") == 1
    
            output.count("Transformed") == 0
    
            when:
            // new snapshot version
            server.resetExpectations()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

      local kubelet_bin="${KUBE_HOME}/bin/kubelet"
      local -r version="$("${kubelet_bin}" --version=true | cut -f2 -d " ")"
      local -r builtin_kubelet="/usr/bin/kubelet"
      if [[ "${TEST_CLUSTER:-}" == "true" ]]; then
        # Determine which binary to use on test clusters. We use the built-in
        # version only if the downloaded version is the same as the built-in
        # version. This allows GCI to run some of the e2e tests to qualify the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. cmd/object-handlers.go

    		dmVersionID := ""
    		versionID := ""
    		if objInfo.DeleteMarker {
    			dmVersionID = objInfo.VersionID
    		} else {
    			versionID = objInfo.VersionID
    		}
    		dobj := DeletedObjectReplicationInfo{
    			DeletedObject: DeletedObject{
    				ObjectName:            object,
    				VersionID:             versionID,
    				DeleteMarkerVersionID: dmVersionID,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

      else
        local version
        version=$(gcloud version --format=json)
        python3 -c"
    import json,sys
    from distutils import version
    
    minVersion = version.LooseVersion('1.3.0')
    required = [ 'alpha', 'beta', 'core' ]
    data = json.loads(sys.argv[1])
    rel = data.get('Google Cloud SDK')
    if 'CL @' in rel:
      print('Using dev version of gcloud: %s' %rel)
      exit(0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top