Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for connectat (0.27 sec)

  1. src/syscall/zsyscall_windows.go

    	procbind                               = modws2_32.NewProc("bind")
    	procclosesocket                        = modws2_32.NewProc("closesocket")
    	procconnect                            = modws2_32.NewProc("connect")
    	procgethostbyname                      = modws2_32.NewProc("gethostbyname")
    	procgetpeername                        = modws2_32.NewProc("getpeername")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (1)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

            global_jit_level_(global_jit_level),
            cpu_global_jit_(cpu_global_jit),
            cluster_name_prefix_(cluster_name_prefix) {}
    
      Status Run();
    
     private:
      // Represents a "cluster" or a connected subgraph of a TensorFlow graph.
      class Cluster {
       public:
        // Constructs a trivial cluster representing a single TF node.
        Cluster(int tf_graph_node_id, int effective_cluster_size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. gradle/verification-metadata.xml

                <pgp value="8446B9E902A3F3DDEE711FDB8E26FF248BC7AEAD"/>
             </artifact>
          </component>
          <component group="mysql" name="mysql-connector-java" version="8.0.17">
             <artifact name="mysql-connector-java-8.0.17.jar">
                <pgp value="A4A9406876FCBD3C456770C88C718D3B5072E1F5"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  4. pkg/controller/endpoint/endpoints_controller_test.go

    				Spec: v1.ServiceSpec{
    					ClusterIP: v1.ClusterIPNone,
    				},
    			},
    			expectedEndpointFamily: ipv6,
    		},
    		{
    			name:       "v6 headless service, in a dual stack cluster (connected to a new api-server)",
    			ipFamilies: ipv4ipv6,
    			service: v1.Service{
    				Spec: v1.ServiceSpec{
    					ClusterIP:  v1.ClusterIPNone,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. cmd/iam.go

    // whenever the parent user parses validly as a DN.
    func (sys *IAMSys) NormalizeLDAPAccessKeypairs(ctx context.Context, accessKeyMap map[string]madmin.SRSvcAccCreate,
    ) (err error) {
    	conn, err := sys.LDAPConfig.LDAP.Connect()
    	if err != nil {
    		return err
    	}
    	defer conn.Close()
    
    	// Bind to the lookup user account
    	if err = sys.LDAPConfig.LDAP.LookupBind(conn); err != nil {
    		return err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  6. src/crypto/tls/tls_test.go

    	peek := make([]byte, 1)
    
    	for i := 0; i < N; i++ {
    		conn, err := Dial("tcp", ln.Addr().String(), clientConfig)
    		if err != nil {
    			b.Fatal(err)
    		}
    		// make sure we're connected and previous connection has stopped
    		if _, err := conn.Write(buf[:1]); err != nil {
    			b.Fatal(err)
    		}
    		if _, err := io.ReadFull(conn, peek); err != nil {
    			b.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/convert_control_to_data_outputs.mlir

    // CHECK:           }
    // CHECK:           return %[[GRAPH]] : tensor<i1>
    
    // -----
    
    !tf_res = tensor<!tf_type.resource<tensor<f32>>>
    
    // Tests that ops not originally connected (via ctrl dep) to a fetch won't
    // get a data token.
    
    // CHECK-LABEL: func @unconnected_while_body
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 18:35:00 UTC 2024
    - 68.9K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        val connect1 = server.takeRequest()
        assertThat(connect1.requestLine).isEqualTo("CONNECT android.com:$port HTTP/1.1")
        assertThat(connect1.headers["Proxy-Authorization"]).isNull()
    
        val connect2 = server.takeRequest()
        assertThat(connect2.requestLine).isEqualTo("CONNECT android.com:$port HTTP/1.1")
        assertThat(connect2.headers["Proxy-Authorization"]).isEqualTo("password")
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //
      // See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
      google.protobuf.Struct nodeSelector = 12 [deprecated = true];
    
      // Maximum duration that a sidecar can be connected to a pilot.
      //
      // This setting balances out load across pilot instances, but adds some resource overhead.
      //
      // Examples: 300s, 30m, 1h
      google.protobuf.Duration keepaliveMaxServerConnectionAge = 13;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier.go

    		affinitySetName:  servicePortEndpointAffinityNamePrefix + chainNameBase,
    	}
    }
    
    // nftablesBaseChains lists our "base chains"; those that are directly connected to the
    // netfilter hooks (e.g., "postrouting", "input", etc.), as opposed to "regular" chains,
    // which are only run when a rule jumps to them. See
    // https://wiki.nftables.org/wiki-nftables/index.php/Configuring_chains.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
Back to top