Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 724 for Change (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.22.md

        - [Container Images](#container-images-9)
      - [Changelog since v1.22.7](#changelog-since-v1227)
      - [Changes by Kind](#changes-by-kind-8)
        - [API Change](#api-change)
        - [Feature](#feature-1)
        - [Bug or Regression](#bug-or-regression-8)
      - [Dependencies](#dependencies-9)
        - [Added](#added-9)
        - [Changed](#changed-9)
        - [Removed](#removed-9)
    - [v1.22.7](#v1227)
      - [Downloads for v1.22.7](#downloads-for-v1227)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.13](#changelog-since-v12513)
      - [Changes by Kind](#changes-by-kind-1)
        - [API Change](#api-change)
        - [Feature](#feature-1)
        - [Bug or Regression](#bug-or-regression-1)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-1)
      - [Dependencies](#dependencies-2)
        - [Added](#added-2)
        - [Changed](#changed-2)
        - [Removed](#removed-2)
    - [v1.25.13](#v12513)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/ConnectionPool.kt

     * of which connections to keep open for future use.
     *
     * @constructor Create a new connection pool with tuning parameters appropriate for a single-user
     * application. The tuning parameters in this pool are subject to change in future OkHttp releases.
     * Currently this pool holds up to 5 idle connections which will be evicted after 5 minutes of
     * inactivity.
     */
    class ConnectionPool internal constructor(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 03 20:39:41 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.24.md

      - [Changelog since v1.24.13](#changelog-since-v12413)
      - [Changes by Kind](#changes-by-kind-3)
        - [API Change](#api-change)
        - [Feature](#feature-3)
        - [Bug or Regression](#bug-or-regression-3)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies-3)
        - [Added](#added-3)
        - [Changed](#changed-3)
        - [Removed](#removed-3)
    - [v1.24.13](#v12413)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_tidy_version.txt

    # https://golang.org/issue/45094: 'go mod tidy' now accepts a '-go' flag
    # to change the language version in use.
    #
    # The package import graph used in this test looks like:
    #
    # m --- a --- b
    #             |
    #             b_test --- c
    #                        |
    #                        c_test --- d
    #
    # The module diagram looks like:
    #
    # m --- a --- b
    # |
    # + --- c
    # |
    # + --- d
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 23:07:08 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprint.kt

            /**
             * Whether the undeclared inputs accessed while serializing the task graph will be
             * excluded from input tracking. This is a temporary opt-out flag after a change
             * was made in that behavior.
             */
            val ignoreInputsInConfigurationCacheTaskGraphWriting: Boolean,
            /**
             * Whether the instrumentation agent was used when computing the cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. architecture/build-state-model.md

    The build process state also includes state that is tied to a particular Gradle user home directory.
    When that directory changes between Gradle invocations, the state is discarded and recreated.
    Typically, the Gradle user home directory does not change for a given process, so this is effectively process state.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_download_exec_toolchain.txt

    ! stdout '"Error": "rsc.io/needgo121'  # We can handle this one.
    ! stderr .
    
    
    # Within a module, 'go mod download' of explicit versions should upgrade if
    # needed to perform the download, but should not change the main module's
    # toolchain version (because the downloaded modules are still not required by
    # the main module).
    
    cd example
    cp go.mod go.mod.orig
    
    env GOTOOLCHAIN=auto
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 19:32:39 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  9. CONTRIBUTING.md

    Making and Submitting Changes
    --------------
    
    We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
    main channel of communication for contributors.  
    There are some guidelines which will make applying PRs easier for us:
    + Create a topic branch from where you want to base your work (this is usually the master branch).
      Push your changes to a topic branch in your fork of the repository.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 10 09:48:27 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    The `init` task uses the (also built-in) `wrapper` task to create a Gradle wrapper script, `gradlew`.
    
    The first step is to create a folder for the new project and change directory into it.
    
    [listing.terminal.sample-command]
    ----
    \$ mkdir demo
    \$ cd demo
    ----
    
    == Run the init task
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
Back to top