Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 968 for Remotes (0.33 sec)

  1. src/net/interface_linux_test.go

    	})
    	ti.setupCmds = append(ti.setupCmds, &exec.Cmd{
    		Path: xname,
    		Args: []string{"ip", "address", "add", ti.local, "peer", ti.remote, "dev", ti.name},
    	})
    	ti.teardownCmds = append(ti.teardownCmds, &exec.Cmd{
    		Path: xname,
    		Args: []string{"ip", "address", "del", ti.local, "peer", ti.remote, "dev", ti.name},
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 06 00:05:32 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/DispatchingBuildCacheIntegrationTest.groovy

    class DispatchingBuildCacheIntegrationTest extends AbstractIntegrationSpec {
    
        private TestBuildCache localCache = new TestBuildCache(file('local-cache'))
        private TestBuildCache remoteCache = new TestBuildCache(file('remote-cache'))
        private TestFile inputFile = file('input.txt')
        private TestFile cacheOriginInputFile = file('cache-origin.txt')
        private TestFile outputFile = file('build/output.txt')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 15:17:04 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. releasenotes/notes/34086.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 33799
    
    releaseNotes:
    - |
      **Added** `istioctl x remote-clusters` to list the remote clusters each `istiod` instance has API Server credentials for,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 20 22:07:23 UTC 2021
    - 274 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_insecure_issue63845.txt

    env GOPRIVATE=golang.org
    env CURLOPT_TIMEOUT_MS=100
    env GIT_SSH_COMMAND=false
    
    ! go get -x golang.org/nonexist.git@latest
    stderr '^git ls-remote https://golang.org/nonexist$'
    stderr '^git ls-remote git\+ssh://golang.org/nonexist'
    stderr '^git ls-remote ssh://golang.org/nonexist$'
    ! stderr 'git://'
    stderr '^go: golang.org/nonexist.git@latest: no secure protocol found for repository$'
    
    -- go.mod --
    module example
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 21:10:03 UTC 2023
    - 908 bytes
    - Viewed (0)
  5. src/cmd/go/internal/gover/gover.go

    // compared using Compare.
    // If x and y compare equal, Max returns x.
    func Max(x, y string) string {
    	return gover.Max(x, y)
    }
    
    // IsLang reports whether v denotes the overall Go language version
    // and not a specific release. Starting with the Go 1.21 release, "1.x" denotes
    // the overall language version; the first release is "1.x.0".
    // The distinction is important because the relative ordering is
    //
    //	1.21 < 1.21rc1 < 1.21.0
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. platforms/core-runtime/native/src/main/java/org/gradle/internal/nativeintegration/ProcessEnvironment.java

        /**
         * Removes the given environment variable.
         *
         * @param name The name of the environment variable.
         * @throws NativeIntegrationException If the environment variable cannot be removed.
         */
        void removeEnvironmentVariable(String name) throws NativeIntegrationException;
    
        /**
         * Removes the given environment variable, if possible.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/hub/MessageHubBackedObjectConnectionTest.groovy

     */
    
    package org.gradle.internal.remote.internal.hub
    
    import org.gradle.api.GradleException
    import org.gradle.internal.dispatch.MethodInvocation
    import org.gradle.internal.dispatch.StreamCompletion
    import org.gradle.internal.remote.internal.ConnectCompletion
    import org.gradle.internal.remote.internal.TestConnection
    import org.gradle.internal.remote.internal.hub.protocol.ChannelIdentifier
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 4K bytes
    - Viewed (0)
  8. tests/integration/pilot/locality_test.go

    						Local:           destA.Config().Service,
    						Remote:          destB.Config().Service,
    					},
    					expectAllTrafficTo(destA.Config().Service),
    				},
    				{
    					"Prioritized/EDS",
    					LocalityInput{
    						LocalitySetting: localityFailover,
    						Resolution:      "STATIC",
    						Local:           destB.Address(),
    						Remote:          destA.Address(),
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/cluster_tf_ops_pass.mlir

    // The @main function is a Multi-hosts function which contains two parts:
    //   - A local subgraph which contains both local ops and remote_run kernel to
    //     trigger remote subgraph
    //   - A remote subgraph which contains remote ops on worker:1.
    // CHECK: func @main(%[[ARG_0:.*]]: tensor<i32> {tf.device = "/job:localhost/replica:0/task:0/device:CPU:0"}, %[[ARG_1:.*]]: tensor<i32> {tf.device = "/job:worker/replica:0/task:1/device:CPU:0"})
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  10. prow/config/topology/multicluster-large.json

    [
      {
        "clusterName": "primary-1",
        "podSubnet": "10.10.0.0/16",
        "svcSubnet": "10.255.10.0/24",
        "network": "network-1"
      },
      {
        "clusterName": "remote",
        "podSubnet": "10.20.0.0/16",
        "svcSubnet": "10.255.20.0/24",
        "network": "network-1",
        "controlPlaneClusterName": "primary"
      },
      {
        "clusterName": "primary-2",
        "podSubnet": "10.30.0.0/16",
        "svcSubnet": "10.255.30.0/24",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 22 21:11:06 UTC 2021
    - 787 bytes
    - Viewed (0)
Back to top