Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for 280 (0.04 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/ForcingUsingStrictlyPlatformAlignmentTest.groovy

                path "databind:2.6.7.1 -> core:2.6.7"
                path "databind:2.8.0 -> annotations:2.8.0"
                path "databind:2.8.0 -> annotations:2.8.0"
                path "databind:2.8.0 -> core:2.8.0"
                path "databind:2.8.0 -> core:2.8.0"
                path "databind:2.8.10 -> annotations:2.8.0"
                path "databind:2.8.10 -> annotations:2.8.0"
                path "databind:2.8.10 -> core:2.8.10"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/ForcingPlatformAlignmentTest.groovy

                path "databind:2.6.7.1 -> core:2.6.7"
                path "databind:2.8.0 -> annotations:2.8.0"
                path "databind:2.8.0 -> annotations:2.8.0"
                path "databind:2.8.0 -> core:2.8.0"
                path "databind:2.8.0 -> core:2.8.0"
                path "databind:2.8.10 -> annotations:2.8.0"
                path "databind:2.8.10 -> annotations:2.8.0"
                path "databind:2.8.10 -> core:2.8.10"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

        - [Removed](#removed-11)
    - [v1.28.0-rc.1](#v1280-rc1)
      - [Downloads for v1.28.0-rc.1](#downloads-for-v1280-rc1)
        - [Source Code](#source-code-12)
        - [Client Binaries](#client-binaries-12)
        - [Server Binaries](#server-binaries-12)
        - [Node Binaries](#node-binaries-12)
        - [Container Images](#container-images-12)
      - [Changelog since v1.28.0-rc.0](#changelog-since-v1280-rc0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/kotlin/catalog/repo/com/mycompany/catalog/1.0/catalog-1.0.toml

    #
    # This file has been generated by Gradle and is intended to be consumed by Gradle
    #
    [libraries]
    guava = {group = "com.google.guava", name = "guava", version = "28.0-jre" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 255 bytes
    - Viewed (0)
  5. src/runtime/preempt_riscv64.s

    	MOV X30, 200(X2)
    	MOVD F0, 208(X2)
    	MOVD F1, 216(X2)
    	MOVD F2, 224(X2)
    	MOVD F3, 232(X2)
    	MOVD F4, 240(X2)
    	MOVD F5, 248(X2)
    	MOVD F6, 256(X2)
    	MOVD F7, 264(X2)
    	MOVD F8, 272(X2)
    	MOVD F9, 280(X2)
    	MOVD F10, 288(X2)
    	MOVD F11, 296(X2)
    	MOVD F12, 304(X2)
    	MOVD F13, 312(X2)
    	MOVD F14, 320(X2)
    	MOVD F15, 328(X2)
    	MOVD F16, 336(X2)
    	MOVD F17, 344(X2)
    	MOVD F18, 352(X2)
    	MOVD F19, 360(X2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/groovy/catalog/repo/com/mycompany/catalog/1.0/catalog-1.0.toml

    #
    # This file has been generated by Gradle and is intended to be consumed by Gradle
    #
    [libraries]
    guava = {group = "com.google.guava", name = "guava", version = "28.0-jre" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 255 bytes
    - Viewed (0)
  7. requirements-tests.txt

    # TODO: once removing databases from tutorial, upgrade SQLAlchemy
    # probably when including SQLModel
    sqlalchemy >=1.3.18,<1.4.43
    databases[sqlite] >=0.3.2,<0.7.0
    flask >=1.1.2,<3.0.0
    anyio[trio] >=3.2.1,<4.0.0
    PyJWT==2.8.0
    pyyaml >=5.3.1,<7.0.0
    passlib[bcrypt] >=1.7.2,<2.0.0
    
    # types
    types-ujson ==5.7.0.1
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 17:37:28 UTC 2024
    - 468 bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/testing/FakeTicker.java

      public FakeTicker advance(long nanoseconds) {
        nanos.addAndGet(nanoseconds);
        return this;
      }
    
      /**
       * Advances the ticker value by {@code duration}.
       *
       * @since 33.1.0 (but since 28.0 in the JRE <a
       *     href="https://github.com/google/guava#guava-google-core-libraries-for-java">flavor</a>)
       */
      @GwtIncompatible
      @J2ktIncompatible
      @CanIgnoreReturnValue
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Mar 13 18:17:09 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/testing/FakeTicker.java

      @CanIgnoreReturnValue
      public FakeTicker advance(long nanoseconds) {
        nanos.addAndGet(nanoseconds);
        return this;
      }
    
      /**
       * Advances the ticker value by {@code duration}.
       *
       * @since 28.0
       */
      @GwtIncompatible
      @J2ktIncompatible
      @CanIgnoreReturnValue
      @SuppressWarnings("Java7ApiChecker") // guava-android can rely on library desugaring now.
      public FakeTicker advance(Duration duration) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 14:40:46 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-javaPlatformCatalog/groovy/catalog/build.gradle

     * limitations under the License.
     */
    
    plugins {
        id 'version-catalog'
        id 'maven-publish'
    }
    
    catalog {
        versionCatalog {
            library('guava', 'com.google.guava:guava:28.0-jre')
            library('myGroovy', 'org.codehaus.groovy:groovy:3.0.5')
        }
    }
    
    group = "com.mycompany"
    version = "1.0"
    
    publishing {
        publications {
            maven(MavenPublication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top