Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for version2 (0.17 sec)

  1. src/cmd/go/internal/modfetch/coderepo.go

    			versions = versions[:i]
    			break
    		}
    	}
    	if len(versions) == 0 {
    		return func(string) bool { return false }, nil
    	}
    
    	var highest string
    	for i := len(versions) - 1; i >= 0; i-- {
    		v := versions[i]
    		if semver.Prerelease(v) == "" {
    			highest = v
    			break
    		}
    	}
    	if highest == "" {
    		highest = versions[len(versions)-1]
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  2. cmd/bucket-lifecycle.go

    	}
    }
    
    // enqueueByNewerNoncurrent enqueues object versions expired by
    // NewerNoncurrentVersions limit for expiry.
    func (es *expiryState) enqueueByNewerNoncurrent(bucket string, versions []ObjectToDelete, lcEvent lifecycle.Event) {
    	if len(versions) == 0 {
    		return
    	}
    
    	task := newerNoncurrentTask{bucket: bucket, versions: versions, event: lcEvent}
    	wrkr := es.getWorkerCh(task.OpHash())
    	if wrkr == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/INSTALL.md

    and detailed dependency version info will be added to your `go.mod` file
    (or you can also run `go mod tidy` to do this directly).
    
    ## Using a specific version
    
    If you want to use a particular version of the `k8s.io/client-go` library,
    you can indicate which version of `client-go` your project requires:
    
    - If you are using Kubernetes versions >= `v1.17.0`, use a corresponding `v0.x.y` tag.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. maven-api-impl/src/test/remote-repo/org/apache/maven/its/b/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.its</groupId>
      <artifactId>b</artifactId>
      <version>0.1</version>
      <versioning>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023222817</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 295 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc

    Beta and RC versions may or may not work.
    
    .Embedded Kotlin version
    |===
    | Embedded Kotlin version | Minimum Gradle version | Kotlin Language version
    
    | 1.3.10 | 5.0 | 1.3
    | 1.3.11 | 5.1 | 1.3
    | 1.3.20 | 5.2 | 1.3
    | 1.3.21 | 5.3 | 1.3
    | 1.3.31 | 5.5 | 1.3
    | 1.3.41 | 5.6 | 1.3
    | 1.3.50 | 6.0 | 1.3
    | 1.3.61 | 6.1 | 1.3
    | 1.3.70 | 6.3 | 1.3
    | 1.3.71 | 6.4 | 1.3
    | 1.3.72 | 6.5 | 1.3
    | 1.4.20 | 6.8 | 1.3
    | 1.4.31 | 7.0 | 1.4
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 03:35:50 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/README.md

    The Gradle version under test is often a Gradle distribution built from the same source git revision as the performance test suite, but may be any Gradle distribution. 
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/build.go

    			return
    		}
    
    		checksumOk := func(suffix string) bool {
    			return rs == nil || m.Version == "" || !mustHaveSums() ||
    				modfetch.HaveSum(module.Version{Path: m.Path, Version: m.Version + suffix})
    		}
    
    		mod := module.Version{Path: m.Path, Version: m.Version}
    
    		if m.Version != "" {
    			if old := reuse[mod]; old != nil {
    				if err := checkReuse(ctx, mod, old.Origin); err == nil {
    					*m = *old
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/conversion.go

    		return err
    	}
    
    	if len(out.Versions) == 0 {
    		return nil
    	}
    
    	// Copy versions[0] to version
    	out.Version = out.Versions[0].Name
    
    	// If versions[*].{subresources,schema,additionalPrinterColumns,selectableFields} are identical, move to spec
    	subresources := out.Versions[0].Subresources
    	subresourcesIdentical := true
    	validation := out.Versions[0].Schema
    	validationIdentical := true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  9. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-surefire-plugin</artifactId>
      <version>0.1</version>
      <versioning>
        <latest>0.1</latest>
        <release>0.1</release>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023225125</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 371 bytes
    - Viewed (0)
  10. maven-api-impl/src/test/remote-repo/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <metadata>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-deploy-plugin</artifactId>
      <version>0.1</version>
      <versioning>
        <latest>0.1</latest>
        <release>0.1</release>
        <versions>
          <version>0.1</version>
        </versions>
        <lastUpdated>20091023224421</lastUpdated>
      </versioning>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 369 bytes
    - Viewed (0)
Back to top