Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 968 for Remotes (0.12 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/buildcache/TaskOutputCachingJavaPerformanceTest.groovy

        )
        /*
         * Similar to the "first use" scenario, because ephemeral agents have no local caches, but we do have a well-populated remote
         * cache. This scenario measures how much overhead Gradle's startup and input fingerprinting add on top of the cache hits.
         */
        def "clean check on ephemeral ci with remote http cache"() {
            runner.cleanTasks = ["clean"]
            runner.tasksToRun = ["check"]
            protocol = "http"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. releasenotes/notes/46051.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
      **Removed** the following experimental `istioctl` commands: `create-remote-secret` and `remote-clusters`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 19 13:55:38 UTC 2023
    - 244 bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/plugin/prefix/PluginPrefixRequest.java

         */
        PluginPrefixRequest setPom(Model pom);
    
        /**
         * Gets the remote repositories to use.
         *
         * @return The remote repositories to use, never {@code null}.
         */
        List<RemoteRepository> getRepositories();
    
        /**
         * Sets the remote repositories to use. Note: When creating a request from a project, be sure to use the
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/go/doc/comment/testdata/text2.txt

    {"TextWidth": -1}
    -- input --
    Package gob manages streams of gobs - binary values exchanged between an
    Encoder (transmitter) and a Decoder (receiver). A typical use is
    transporting arguments and results of remote procedure calls (RPCs) such as
    those provided by package "net/rpc".
    
    The implementation compiles a custom codec for each data type in the stream
    and is most efficient when a single Encoder is used to transmit a stream of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:41 UTC 2022
    - 937 bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/compilerapi/constants/ConstantToDependentsMappingMergerTest.groovy

            mapping.getConstantDependentsForClass("b").privateDependentClasses == ["3"] as Set
            mapping.getConstantDependentsForClass("c").privateDependentClasses == [] as Set
        }
    
        def "removes all removed classes from mapping on merge"() {
            given:
            ConstantToDependentsMapping oldMapping = ConstantToDependentsMapping.builder()
                .addAccessibleDependent("a", "1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  6. releasenotes/notes/49011.yaml

    kind: feature
    area: security
    issue:
      - 47489
    releaseNotes:
      - |-
        **Added** support for istio CA to handle node authorization for CSRs with impersonate identity from remote clusters.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 15:46:44 UTC 2024
    - 328 bytes
    - Viewed (0)
  7. doc/next/6-stdlib/99-minor/net/http/66343.md

    [Error] now removes misleading response headers....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 20:49:22 UTC 2024
    - 49 bytes
    - Viewed (0)
  8. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/caching/internal/operations/BuildCacheRemoteDisabledDueToFailureProgressDetails.java

    package org.gradle.caching.internal.operations;
    
    /**
     * Marks that the remote build cache has been disabled due to a failure.
     * <p>
     * There might be multiple disabled events from build cache operations happening in parallel.
     *
     * @since 8.6
     */
    public interface BuildCacheRemoteDisabledDueToFailureProgressDetails {
        /**
         * The identifier of the configuration of the remote build cache.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 09:53:25 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/dual-execution-ids/sub/pom.xml

    <version>1.0.0-alpha-3-SNAPSHOT</version>
     <build>
      <pluginManagement>
        <plugins>
          <plugin>
            <artifactId>maven-remote-resources-plugin</artifactId>
            <version>1.0</version>
          </plugin>
          </plugins>
      </pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-remote-resources-plugin</artifactId>
          <version>1.0</version>
          <executions>
            <execution>
              <id>default</id>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 1.1K bytes
    - Viewed (0)
  10. internal/grid/stream.go

    // All responses *must* be read by the caller.
    // If the call is canceled through the context,
    // the appropriate error will be returned.
    type Stream struct {
    	// responses from the remote server.
    	// Channel will be closed after error or when remote closes.
    	// All responses *must* be read by the caller until either an error is returned or the channel is closed.
    	// Canceling the context will cause the context cancellation error to be returned.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top