Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,394 for Versions (0.18 sec)

  1. maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/ModelVersionParserTest.java

        }
    
        private void assertNotContains(VersionConstraint c, String... versions) {
            assertContains(String.format("%s: %%s should not be contained\n", c.toString()), c, false, versions);
        }
    
        private void assertContains(String msg, VersionConstraint c, boolean b, String... versions) {
            for (String v : versions) {
                assertEquals(b, c.contains(versionParser.parseVersion(v)), String.format(msg, v));
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ModuleResolveState.java

         * - Make all 'selected' component versions selectable.
         */
        public void clearSelection() {
            if (selected != null) {
                selected.removeOutgoingEdges();
            }
            for (ComponentState version : versions.values()) {
                if (version.isSelected()) {
                    version.makeSelectable();
                }
            }
    
            selected = null;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/KotlinMultiplatformPluginSmokeTest.groovy

                )
                .build()
    
            then:
            result.task(':allTests').outcome == SUCCESS
    
            where:
            kotlinVersion << TestedVersions.kotlin.versions.findAll {
                def version = VersionNumber.parse(it)
                // versions prior to 1.7.0 use the removed 'void org.gradle.api.reporting.DirectoryReport.setEnabled(boolean)' method
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 07:33:24 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. build/pause/CHANGELOG.md

    # 3.4.1
    
    * Support for Windows container images (OS Versions: 20H2) was added.([#97322](https://prs.k8s.io/97322), [@claudiubelu](https://github.com/claudiubelu))
    
    # 3.4
    
    * Support for Windows container images (OS Versions: 1809, 1903, 1909, 2004) was added. ([#91452](https://prs.k8s.io/91452), [@claudiubelu](https://github.com/claudiubelu))
    
    # 3.3
    
    * update debian-base version to v2.1.0 ([#90665](https://prs.k8s.io/90665), [@justaugustus]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 13:09:17 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/RemoteSnapshotMetadata.java

            }
    
            for (Artifact artifact : artifacts) {
                String version = artifact.getVersion();
    
                if (version.endsWith(SNAPSHOT)) {
                    String qualifier = snapshot.getTimestamp() + '-' + snapshot.getBuildNumber();
                    version = version.substring(0, version.length() - SNAPSHOT.length()) + qualifier;
                }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 10:10:21 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/RunTasksBeforeRunActionCrossVersion.groovy

            }
    
            then:
            UnsupportedVersionException e = thrown()
            assert e.message == "The version of Gradle you are using (${targetDist.version.version}) does not support the forTasks() method on BuildActionExecuter. Support for this is available in Gradle 3.5 and all later versions."
        }
    
        @TargetGradleVersion(">=3.0 <3.5")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. testing/architecture-test/src/test/java/org/gradle/architecture/test/GuavaCollectionFactoryUsageTest.java

     *
     * The Javadoc for these methods notes that they should be treated as deprecated.  This applies
     * only to the no-argument versions of these methods; there are legitimate uses of the other
     * overloaded versions.
     *
     * Note that some methods matching this pattern, such as {@code Sets.newConcurrentHashSet()}, are not deprecated.
     */
    @AnalyzeClasses(packages = "org.gradle")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/utils/translate_utils.h

    #include "tensorflow/core/framework/versions.pb.h"
    #include "tensorflow/core/platform/statusor.h"
    
    namespace tensorflow {
    
    // Populates the tf.versions attribute on a module, given a corresponding
    // graph VersionDef proto.
    void PopulateTfVersions(mlir::ModuleOp module, const VersionDef& versions);
    
    // Extracts TensorFlow GraphDef version information from the given module.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RemoteSnapshotMetadata.java

            }
    
            for (Artifact artifact : artifacts) {
                String version = artifact.getVersion();
    
                if (version.endsWith(SNAPSHOT)) {
                    String qualifier = snapshot.getTimestamp() + '-' + snapshot.getBuildNumber();
                    version = version.substring(0, version.length() - SNAPSHOT.length()) + qualifier;
                }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 10:10:21 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  10. docs/distributed/decom.sh

    ## mirror some content to bucket2 and capture versions tiered
    ./mc mirror internal myminio/bucket2/ --quiet >/dev/null
    ./mc ls -r myminio/bucket2/ >bucket2_ns.txt
    ./mc ls -r --versions myminio/bucket2/ >bucket2_ns_versions.txt
    
    sleep 30
    
    ./mc ls -r --versions mytier/tiered/ >tiered_ns_versions.txt
    
    kill $pid
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top