Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,650 for haxe (0.04 sec)

  1. docs/en/docs/deployment/https.md

    Now, from a **developer's perspective**, here are several things to keep in mind while thinking about HTTPS:
    
    * For HTTPS, **the server** needs to **have "certificates"** generated by a **third party**.
        * Those certificates are actually **acquired** from the third party, not "generated".
    * Certificates have a **lifetime**.
        * They **expire**.
        * And then they need to be **renewed**, **acquired again** from the third party.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 16:31:18 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/upgrade/plan_test.go

    	kubeadm upgrade apply v1.18.4
    
    Note: Before you can perform this upgrade, you have to update kubeadm to v1.18.4.
    
    _____________________________________________________________________
    
    
    The table below shows the current state of component configs as understood by this version of kubeadm.
    Configs that have a "yes" mark in the "MANUAL UPGRADE REQUIRED" column require manual config upgrade or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/interpodaffinity/scoring_test.go

    		},
    		// the node1(node1) that have the label {"region": "China"} (match the topology key) and that have existing pods that match the labelSelector get high score
    		// the node2(node2) that have the label {"region": "China"}, match the topology key and have the same label value with node1, get the same high score with node1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 44.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/assignments.go

    			s = "unknown type"
    		case isUntyped(t):
    			if isNumeric(t) {
    				// Do not imply a specific type requirement:
    				// "have number, want float64" is better than
    				// "have untyped int, want float64" or
    				// "have int, want float64".
    				s = "number"
    			} else {
    				// If we don't have a number, omit the "untyped" qualifier
    				// for compactness.
    				s = strings.Replace(t.(*Basic).name, "untyped ", "", -1)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:21:43 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/typecheck/subr.go

    func ImplementsExplain(t, iface *types.Type) string {
    	var missing, have *types.Field
    	var ptr int
    	if implements(t, iface, &missing, &have, &ptr) {
    		return ""
    	}
    
    	if isptrto(t, types.TINTER) {
    		return fmt.Sprintf("%v is pointer to interface, not interface", t)
    	} else if have != nil && have.Sym == missing.Sym && have.Nointerface() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 19:45:58 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/scheduler/rate_limited_queue_test.go

    		t.Fatalf("Queue %v should have length %d", evictor.queue.queue, len(queuePattern))
    	}
    	if !CheckQueueEq(queuePattern, evictor.queue.queue) {
    		t.Errorf("Invalid queue. Got %v, expected %v", evictor.queue.queue, queuePattern)
    	}
    
    	setPattern := sets.NewString("first", "second", "third")
    	if len(evictor.queue.set) != len(setPattern) {
    		t.Fatalf("Map %v should have length %d", evictor.queue.set, len(setPattern))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 17:40:33 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model_ops_invalid.mlir

      ) attributes { tf_saved_model.exported_names = ["f"] } {
        func.return
      }
    
    }
    
    // -----
    
    module attributes {tf_saved_model.semantics} {
    
      // expected-error@+1 {{all arguments should have 'tf_saved_model.index_path', 'tf_saved_model.bound_input' or 'tf.resource_name' attributes}}
      func.func @f(
        %arg0: tensor<f32>
      ) attributes { tf_saved_model.exported_names = ["f"] } {
        func.return
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 19 13:38:14 UTC 2022
    - 14.1K bytes
    - Viewed (0)
  8. src/go/types/assignments.go

    			s = "unknown type"
    		case isUntyped(t):
    			if isNumeric(t) {
    				// Do not imply a specific type requirement:
    				// "have number, want float64" is better than
    				// "have untyped int, want float64" or
    				// "have int, want float64".
    				s = "number"
    			} else {
    				// If we don't have a number, omit the "untyped" qualifier
    				// for compactness.
    				s = strings.Replace(t.(*Basic).name, "untyped ", "", -1)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/security/simple-oauth2.md

        But `OAuth2PasswordRequestForm` is just a class dependency that you could have written yourself, or you could have declared `Form` parameters directly.
    
        But as it's a common use case, it is provided by **FastAPI** directly, just to make it easier.
    
    ### Use the form data
    
    !!! tip
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  10. pilot/pkg/model/gateway.go

    // Within HTTPS servers terminating TLS, user could setup multiple servers in the gateway. each server could have
    // one or more hosts but have different TLS certificates. In this case, we end up having separate filter chain
    // for each server, with the filter chain match matching on the server specific TLS certs and SNI headers.
    // We have two options here: either have all filter chains use the same RDS route name (e.g. "443") and expose
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top