Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 65 for sans (0.05 sec)

  1. src/cmd/trace/tasks.go

    	"asMillisecond": asMillisecond,
    	"trimSpace":     strings.TrimSpace,
    }).Parse(`
    <!DOCTYPE html>
    <title>Tasks: {{.Name}}</title>
    <style>` + traceviewer.CommonStyle + `
    body {
      font-family: sans-serif;
    }
    table#req-status td.family {
      padding-right: 2em;
    }
    table#req-status td.active {
      padding-right: 1em;
    }
    table#req-status td.empty {
      color: #aaa;
    }
    table#reqs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls_test.go

    							},
    						},
    					},
    					Sni: "some-sni.com",
    				},
    				err: nil,
    			},
    		},
    		{
    			name: "tls mode SIMPLE, with SANs specified in service entries",
    			opts: &buildClusterOpts{
    				mutable:         newTestCluster(),
    				serviceAccounts: []string{"se-san.com"},
    				serviceRegistry: provider.External,
    			},
    			tls: &networking.ClientTLSSettings{
    				Mode:           networking.ClientTLSSettings_SIMPLE,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  3. pilot/pkg/xds/debug.go

    )
    
    var indexTmpl = template.Must(template.New("index").Parse(`<html>
    <head>
    <title>Pilot Debug Console</title>
    </head>
    <style>
    #endpoints {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      border-collapse: collapse;
    }
    
    #endpoints td, #endpoints th {
      border: 1px solid #ddd;
      padding: 8px;
    }
    
    #endpoints tr:nth-child(even){background-color: #f2f2f2;}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  4. docs/fr/docs/index.md

    ## Opinions
    
    "_[...] J'utilise beaucoup **FastAPI** ces derniers temps. [...] Je prévois de l'utiliser dans mon équipe pour tous les **services de ML chez Microsoft**. Certains d'entre eux seront intégrés dans le coeur de **Windows** et dans certains produits **Office**._"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/certs.go

    	"k8s.io/kubernetes/cmd/kubeadm/app/util/output"
    )
    
    var (
    	genericCertRenewLongDesc = cmdutil.LongDesc(`
    	Renew the %s.
    
    	Renewals run unconditionally, regardless of certificate expiration date; extra attributes such as SANs will
    	be based on the existing file/certificates, there is no need to resupply them.
    
    	Renewal by default tries to use the certificate authority in the local PKI managed by kubeadm; as alternative
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    				nro,
    				rt.expectedErrors,
    				actualErrors,
    			)
    		}
    	}
    }
    
    func TestValidateCertSANs(t *testing.T) {
    	var tests = []struct {
    		sans     []string
    		expected bool
    	}{
    		{[]string{}, true},                                                     // ok if not provided
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  7. src/crypto/x509/verify_test.go

    		},
    		{
    			// Build a simple two node graph, where the leaf is directly issued from
    			// the root and both certificates have matching subject and public key, but
    			// the leaf has SANs.
    			name: "leaf with same subject, key, as parent but with SAN",
    			graph: trustGraphDescription{
    				Roots: []rootDescription{{Subject: "root"}},
    				Leaf:  "root",
    				Graph: []trustGraphEdge{
    					{
    						Issuer:  "root",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  8. src/cmd/go/internal/toolchain/select.go

    			// GOTOOLCHAIN=go1.30.0+auto or GOTOOLCHAIN=go1.30.0,
    			// and the go.mod  says "toolchain default", we use Go 1.30, not Go 1.21.
    			// That is, default overrides the "auto" part of the calculation
    			// but not the minimum that the user has set.
    			// Of course, if the go.mod also says "go 1.35", using Go 1.30
    			// will provoke an error about the toolchain being too old.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:25:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/javadoc.css

     */
    
    /*
     * These CSS custom properties (variables) define the core color and font
     * properties used in this stylesheet.
     */
    :root {
        /* body, block and code fonts */
        --body-font-family: Lato, Arial, Helvetica, sans-serif;
        --block-font-family: Lato, Georgia, "Times New Roman", Times, serif;
        --code-font-family: monospace;
        /* Base font sizes for body and code elements */
        --body-font-size: 14px;
        --code-font-size: 14px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    -content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:theme('fontFamily.sans', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:theme('fontFamily.sans[1].fontFeatureSettings', normal);font-variation-settings:theme('fontFamily.sans[1].fontVariationSettings', normal);-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top