Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 256 for connectat (0.95 sec)

  1. pilot/pkg/xds/lds_test.go

    		}
    	}
    }
    
    // TestLDS is running LDS tests.
    func TestLDS(t *testing.T) {
    	t.Run("sidecar", func(t *testing.T) {
    		s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{})
    		ads := s.ConnectADS().WithType(v3.ListenerType)
    		ads.RequestResponseAck(t, nil)
    	})
    
    	// 'router' or 'gateway' type of listener
    	t.Run("gateway", func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_types.cc

        return false;
      }
      return IsIntToQintCast(v.getDefiningOp());
    }
    
    bool IsTFUniformQuantizedOpLegal(Operation *op) {
      // UniformQuantized Ops are considered legal if its qint operands and
      // results are connected to TF CastOp.
      return op && llvm::all_of(op->getResults(), IsQintValueQintToIntCast) &&
             llvm::all_of(op->getOperands(), IsQintValueDefinedByIntToQintCast);
    }
    
    bool IsCastOpLegal(TF::CastOp cast_op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go

    	   SpdyRoundTripper, and use it a single time, so this hopefully won't be an issue.
    	*/
    	// conn is the underlying network connection to the remote server.
    	conn net.Conn
    
    	// Dialer is the dialer used to connect.  Used if non-nil.
    	Dialer *net.Dialer
    
    	// proxier knows which proxy to use given a request, defaults to http.ProxyFromEnvironment
    	// Used primarily for mocking the proxy discovery in tests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/lazy_configuration.adoc

    ====
    
    [[connecting_properties_together]]
    == Connecting properties together
    
    An important feature of lazy properties is that they can be connected together so that changes to one property are automatically reflected in other properties.
    
    Here is an example where the property of a task is connected to a property of a project extension:
    
    ====
    include::sample[dir="snippets/providers/connectProperties/kotlin",files="build.gradle.kts[]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  5. cmd/storage-rest-client.go

    	return client.endpoint.String()
    }
    
    // IsOnline - returns whether client failed to connect or not.
    func (client *storageRESTClient) IsOnline() bool {
    	return client.restClient.IsOnline() || client.IsOnlineWS()
    }
    
    // IsOnlineWS - returns whether websocket client failed to connect or not.
    func (client *storageRESTClient) IsOnlineWS() bool {
    	return client.gridConn.State() == grid.StateConnected
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  6. src/runtime/map_fast32.go

    		hashGrow(t, h)
    		goto again // Growing the table invalidates everything, so try again
    	}
    
    	if insertb == nil {
    		// The current bucket and all the overflow buckets connected to it are full, allocate a new one.
    		insertb = h.newoverflow(t, b)
    		inserti = 0 // not necessary, but avoids needlessly spilling inserti
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. pilot/pkg/xds/ads.go

    	for _, v := range s.Clients() {
    		if v.proxy.Metadata.ClusterID == clusterID && v.proxy.IPAddresses[0] == ip {
    			connection = v
    			break
    		}
    	}
    
    	// It is possible that the envoy has not connected to this pilot, maybe connected to another pilot
    	if connection == nil {
    		return
    	}
    	if log.DebugEnabled() {
    		currentlyPending := s.pushQueue.Pending()
    		if currentlyPending != 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  8. src/os/exec/exec.go

    	Stdin io.Reader
    
    	// Stdout and Stderr specify the process's standard output and error.
    	//
    	// If either is nil, Run connects the corresponding file descriptor
    	// to the null device (os.DevNull).
    	//
    	// If either is an *os.File, the corresponding output from the process
    	// is connected directly to that file.
    	//
    	// Otherwise, during the execution of the command a separate goroutine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  9. fess-crawler-es/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java

        protected int idPrefixLength = 445;
    
        protected FesenClient getClient() {
            if (!fesenClient.connected()) {
                synchronized (fesenClient) {
                    if (!fesenClient.connected()) {
                        fesenClient.connect();
                    }
                }
            }
            return fesenClient;
        }
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Apr 04 09:58:36 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  10. src/net/net_windows_test.go

    	//----------------------------------------------
    	//IfLuid                             : ethernet_6
    	//IfIndex                            : 11
    	//State                              : connected
    	//Metric                             : 10
    	//...
    	var name string
    	lines := bytes.Split(out, []byte{'\r', '\n'})
    	for _, line := range lines {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top