Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 696 for Remotes (0.16 sec)

  1. guava/src/com/google/common/util/concurrent/AtomicLongMap.java

       * if the specified map is modified while the operation is in progress.
       */
      public void putAll(Map<? extends K, ? extends Long> m) {
        m.forEach(this::put);
      }
    
      /**
       * Removes and returns the value associated with {@code key}. If {@code key} is not in the map,
       * this method has no effect and returns zero.
       */
      @CanIgnoreReturnValue
      public long remove(K key) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. security/pkg/server/ca/server_test.go

    		account:   ztunnelCallerRemote.PodServiceAccount,
    		uid:       ztunnelCallerRemote.PodUID,
    		node:      "zt-node-remote",
    	}
    	podSameNodeRemote := pod{
    		name:      "pod-c",
    		namespace: podSameNode.namespace,
    		account:   podSameNode.account,
    		uid:       "3",
    		node:      "zt-node-remote",
    	}
    
    	testCases := []struct {
    		name                string
    		authenticators      []security.Authenticator
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. tests/integration/pilot/istioctl_test.go

    					istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{Cluster: cluster})
    					var output string
    					args := []string{"remote-clusters"}
    					output, _ = istioCtl.InvokeOrFail(t, args)
    					for _, otherName := range t.Clusters().Exclude(cluster).Names() {
    						if !strings.Contains(output, otherName) {
    							t.Fatalf("remote-clusters output did not contain %s; got:\n%s", otherName, output)
    						}
    					}
    				})
    			}
    		})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativeLanguageIncrementalCompileIntegrationTest.groovy

            executedAndNotSkipped compileTask
    
            and:
            outputs.recompiledFiles sharedHeaderFile, commonHeaderFile
        }
    
        @ToBeFixedForConfigurationCache
        def "recompiles all source files and removes stale outputs when compiler arg changes"() {
            given:
            def extraSource = file("src/main/${app.sourceType}/extra.${app.sourceExtension}")
            extraSource << sourceFile.text.replaceAll("main", "main2")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  5. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/hub/MessageHubTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.remote.internal.hub
    
    import org.gradle.api.Action
    import org.gradle.internal.dispatch.BoundedDispatch
    import org.gradle.internal.dispatch.Dispatch
    import org.gradle.internal.remote.internal.RemoteConnection
    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
    - 21.8K bytes
    - Viewed (0)
  6. docs/bucket/replication/DESIGN.md

    An additional header `X-Minio-Replication-Delete-Status` is returned which would show `PENDING` or `FAILED` status if the replication is still not caught up.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  7. pilot/pkg/xds/mesh_network_test.go

        app: remote-we-svc
    `,
    		},
    		{
    			name: "ServiceEntry",
    			cfg: `
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: remote-we-svc
      namespace: test
    spec:
      hosts:
      - remote-we-svc
      ports:
        - number: 80
          name: http
          protocol: HTTP
      resolution: STATIC
      location: MESH_INTERNAL
      workloadSelector:
        labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  8. cmd/admin-bucket-handlers.go

    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    		return
    	}
    	// Write success response.
    	writeSuccessResponseJSON(w, data)
    }
    
    // RemoveRemoteTargetHandler - removes a remote target for bucket with specified ARN
    func (a adminAPIHandlers) RemoveRemoteTargetHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	vars := mux.Vars(r)
    	bucket := pathClean(vars["bucket"])
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  9. maven-compat/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

                 * resolution failures, in particular when using the enhanced local repo which guards access to local files
                 * based on the configured remote repos.
                 */
                MavenSession session = legacySupport.getSession();
                if (session != null) {
                    MavenExecutionRequest req = session.getRequest();
                    if (req != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 15 14:24:56 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  10. cmd/notification.go

    	allPeerClients []*peerRESTClient // Includes nil client for self
    }
    
    // NotificationPeerErr returns error associated for a remote peer.
    type NotificationPeerErr struct {
    	Host xnet.Host // Remote host on which the rpc call was initiated
    	Err  error     // Error returned by the remote peer for an rpc call
    }
    
    // A NotificationGroup is a collection of goroutines working on subtasks that are part of
    // the same overall task.
    //
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
Back to top