Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for joinTo (1.1 sec)

  1. src/main/webapp/js/bootstrap.min.js.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    		if sniHostname.SubsetOf(host.Name(hostname)) {
    			return
    		}
    	}
    	return AppendValidation(errs, fmt.Errorf("SNI host %q is not a compatible subset of any of the virtual service hosts: [%s]",
    		sniHost, strings.Join(context.Hosts, ", ")))
    }
    
    func validateTCPRoute(tcp *networking.TCPRoute, gatewaySemantics bool) (errs error) {
    	if tcp == nil {
    		return nil
    	}
    	for _, match := range tcp.Match {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    				if !ok {
    					names := make([]string, 0, len(clusters))
    					for n := range clusters {
    						names = append(names, n)
    					}
    					t.Fatalf("cluster %v not found; have: %s", c, strings.Join(names, ", "))
    				}
    				g.Expect(len(cluster.CircuitBreakers.Thresholds)).To(Equal(1))
    				thresholds := cluster.CircuitBreakers.Thresholds[0]
    
    				if expected == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

    #if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
      status->status = tensorflow::errors::Unimplemented(
          "Server functionality is not supported on mobile");
    #else
      status->status = server->server->Join();
    #endif  // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    }
    
    const char* TF_ServerTarget(TF_Server* server) {
    #if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
      return nullptr;
    #else
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    ago I lent out a Manuscript containing such Theorems, and having since met with some Things copied out of it, I have on this Occasion made it publick, prefixing to it an_ Introduction, _and subjoining a_ Scholium _concerning that Method. And I have joined with it another small Tract concerning the Curvilinear Figures of the Second Kind, which was also written many Years ago, and made known to some Friends, who have solicited the making it publick._ _I. N._ April 1, 1704. Advertisement II _In this Second...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "key",
              "valueExpression"
            ],
            "type": "object"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    conditions may become true in # the future, they should ensure their meshes have different Mesh IDs # assigned. # # Within a multicluster mesh, each cluster must be (manually or auto) # configured to have the same Mesh ID value. If an existing cluster 'joins' a # multicluster mesh, it will need to be migrated to the new mesh ID. Details # of migration TBD, and it may be a disruptive operation to change the Mesh # ID post-install. # # If the mesh admin does not specify a value, Istio will use the value...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //	    Err           string   // the error itself
    //	}
    //
    // The module information is a Module struct, defined in the discussion
    // of list -m below.
    //
    // The template function "join" calls strings.Join.
    //
    // The template function "context" returns the build context, defined as:
    //
    //	type Context struct {
    //	    GOARCH        string   // target architecture
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

            "description": "EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.",
            "properties": {
              "addressType": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/CallTest.kt

          object : EventListener() {
            override fun requestHeadersStart(call: Call) {
              try {
                // Cancel call from another thread to avoid reentrance.
                cancelLater(call, 0).join()
              } catch (e: InterruptedException) {
                throw AssertionError()
              }
            }
          }
        client = client.newBuilder().eventListener(listener).build()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
Back to top