Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1_09 (0.16 sec)

  1. compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/JdkVersionProfileActivatorTest.java

            assertActivation(false, profile, newContext(null, newProperties("1.3.0_09-b03")));
    
            assertActivation(true, profile, newContext(null, newProperties("1.3.1")));
            assertActivation(true, profile, newContext(null, newProperties("1.3.1_09")));
            assertActivation(true, profile, newContext(null, newProperties("1.3.1_09-b03")));
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. .github/workflows/sigbuild-docker-branch.yml

      push:
        paths:
          - '.github/workflows/sigbuild-docker-branch.yml'
          - 'tensorflow/tools/tf_sig_build_dockerfiles/**'
          - '!tensorflow/tools/tf_sig_build_dockerfiles/README.md'
        branches:
          - "r[1-9].[0-9]+"
    
    permissions:
      contents: read
    
    jobs:
      docker:
        if: github.repository == 'tensorflow/tensorflow' # Don't do this in forks
        runs-on: ubuntu-latest
        strategy:
          matrix:
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Nov 01 08:40:10 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java

            assertOrder(X_LT_Y, "1.0.20101206.111434.2", "1.0.20101206.111434.10");
        }
    
        @Test
        void testDelimiters() {
            assertOrder(X_EQ_Y, "1.0", "1-0");
            assertOrder(X_EQ_Y, "1.0", "1_0");
            assertOrder(X_EQ_Y, "1.a", "1a");
        }
    
        @Test
        void testLeadingZerosAreSemanticallyIrrelevant() {
            assertOrder(X_EQ_Y, "1", "01");
            assertOrder(X_EQ_Y, "1.2", "1.002");
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  4. android/pom.xml

                <dependency>
                  <groupId>org.codehaus.plexus</groupId>
                  <artifactId>plexus-io</artifactId>
                  <!-- We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-source-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. -->
                  <version>3.5.1</version>
                </dependency>
              </dependencies>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. pom.xml

                <dependency>
                  <groupId>org.codehaus.plexus</groupId>
                  <artifactId>plexus-io</artifactId>
                  <!-- We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-source-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. -->
                  <version>3.5.1</version>
                </dependency>
              </dependencies>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * 🌐 Add Chinese translation for Benchmarks. PR [#2119](https://github.com/tiangolo/fastapi/pull/2119) by [@spaceack](https://github.com/spaceack).
    * 🌐 Add Chinese translation for Tutorial - Body - Nested Models. PR [#1609](https://github.com/tiangolo/fastapi/pull/1609) by [@waynerv](https://github.com/waynerv).
    * 🌐 Add Chinese translation for Advanced - Custom Response. PR [#1459](https://github.com/tiangolo/fastapi/pull/1459) by [@RunningIkkyu](https://github.com/RunningIkkyu).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top