Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of about 10,000 for anchors (0.19 sec)

  1. pkg/apis/certificates/validation/validation_test.go

    			},
    		}, {
    			description: "invalid, no signer name, no trust anchors",
    			bundle: &capi.ClusterTrustBundle{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "foo",
    				},
    				Spec: capi.ClusterTrustBundleSpec{},
    			},
    			wantErrors: field.ErrorList{
    				field.Invalid(field.NewPath("spec", "trustBundle"), "<value omitted>", "at least one trust anchor must be provided"),
    			},
    		}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  2. src/crypto/x509/verify.go

    	// DNSName, if set, is checked against the leaf certificate with
    	// Certificate.VerifyHostname or the platform verifier.
    	DNSName string
    
    	// Intermediates is an optional pool of certificates that are not trust
    	// anchors, but can be used to form a chain from the leaf certificate to a
    	// root certificate.
    	Intermediates *CertPool
    	// Roots is the set of trusted root certificates the leaf certificate needs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    	.sect1 {
    		padding-bottom: 1.25em;
    	}
    }
    
    .sect1+.sect1 {
    	border-top: 1px solid #efefed;
    }
    
    #content h1>a.anchor,
    h2>a.anchor,
    h3>a.anchor,
    #toctitle>a.anchor,
    .sidebarblock>.content>.title>a.anchor,
    h4>a.anchor,
    h5>a.anchor,
    h6>a.anchor {
    	position: absolute;
    	z-index: 1001;
    	width: 1.5ex;
    	margin-left: -1.5ex;
    	display: block;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. pilot/pkg/bootstrap/server.go

    		pushReq := &model.PushRequest{
    			Full:   true,
    			Reason: model.NewReasonStats(model.GlobalUpdate),
    		}
    		s.XDSServer.ConfigUpdate(pushReq)
    	})
    
    	s.addStartFunc("remote trust anchors", func(stop <-chan struct{}) error {
    		go s.workloadTrustBundle.ProcessRemoteTrustAnchors(stop, tb.RemoteDefaultPollPeriod)
    		return nil
    	})
    
    	// MeshConfig: Add initial roots
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  5. AUTHORS

    # This is the official list of TensorFlow authors for copyright purposes.
    # This file is distinct from the CONTRIBUTORS files.
    # See the latter for an explanation.
    
    # Names should be added to this file as:
    # Name or Organization <email address>
    # The email address is not required for organizations.
    
    Google Inc.
    Yuan Tang <******@****.***>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 03 15:11:48 UTC 2022
    - 357 bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/AUTHORS

    # This is the official list of pprof authors for copyright purposes.
    # This file is distinct from the CONTRIBUTORS files.
    # See the latter for an explanation.
    # Names should be added to this file as:
    # Name or Organization <email address>
    # The email address is not required for organizations.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 20:27:03 UTC 2019
    - 305 bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

      must contain '^' or the '//' prefix to anchor to the start, and '$' or the port separator ':' to anchor to 
      the end. ([#112809](https://github.com/kubernetes/kubernetes/pull/112809), [@tkashem](https://github.com/tkashem)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/bootstrap.min.css.map

    ul and ol\n  margin-bottom: 0;\n}\n\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n  width: 100%; // For `<button>`s (anchors become 100% by default though)\n  color: $list-group-action-color;\n  text-align: inherit; // For `<button>`s (anchors inherit)\n\n  // Hover state\n  @include hover-focus() {\n    z-index: 1; // Place...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/bootstrap.min.css.map

    ul and ol\n  margin-bottom: 0;\n}\n\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n  width: 100%; // For `<button>`s (anchors become 100% by default though)\n  color: $list-group-action-color;\n  text-align: inherit; // For `<button>`s (anchors inherit)\n\n  // Hover state\n  @include hover-focus() {\n    z-index: 1; // Place...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top