Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 115 for Dealer (0.44 sec)

  1. fastapi/param_functions.py

            Doc(
                """
                Automatically convert underscores to hyphens in the parameter field name.
    
                Read more about it in the
                [FastAPI docs for Header Parameters](https://fastapi.tiangolo.com/tutorial/header-params/#automatic-conversion)
                """
            ),
        ] = True,
        title: Annotated[
            Optional[str],
            Doc(
                """
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  2. pilot/pkg/security/authn/policy_applier_test.go

    			},
    		},
    		{
    			name: "Output claim to header",
    			in: []*config.Config{
    				{
    					Spec: &v1beta1.RequestAuthentication{
    						JwtRules: []*v1beta1.JWTRule{
    							{
    								Issuer:               "https://secret.foo.com",
    								JwksUri:              jwksURI,
    								ForwardOriginalToken: true,
    								OutputClaimToHeaders: []*v1beta1.ClaimToHeader{
    									{Header: "x-jwt-key1", Claim: "value1"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_test.go

    							},
    						},
    					},
    					"custom_tag_request_header": {
    						Type: &meshconfig.Tracing_CustomTag_Header{
    							Header: &meshconfig.Tracing_RequestHeader{
    								Name:         "custom_tag_request_header_name",
    								DefaultValue: "custom-defaulted-value-request-header",
    							},
    						},
    					},
    					// leave this in non-alphanumeric order to verify
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  4. src/crypto/tls/handshake_server_test.go

    	}
    	// buf contains a TLS record, with a 5 byte record header and a 4 byte
    	// handshake header. The length of the ServerHello is taken from the
    	// handshake header.
    	serverHelloLen := int(buf[6])<<16 | int(buf[7])<<8 | int(buf[8])
    
    	var serverHello serverHelloMsg
    	// unmarshal expects to be given the handshake header, but
    	// serverHelloLen doesn't include it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  5. cmd/sts-handlers_test.go

    		zipWriter := zip.NewWriter(&b)
    		rawDataFn := func(r io.Reader, filename string, sz int) error {
    			header, zerr := zip.FileInfoHeader(dummyFileInfo{
    				name:    filename,
    				size:    int64(sz),
    				mode:    0o600,
    				modTime: time.Now(),
    				isDir:   false,
    				sys:     nil,
    			})
    			if zerr != nil {
    				adminLogIf(ctx, zerr)
    				return nil
    			}
    			header.Method = zip.Deflate
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  6. cmd/xl-storage.go

    			if fi.InlineData() {
    				// If written with header we are fine.
    				return fi, nil
    			}
    			if fi.Size == 0 || !(fi.VersionID != "" && fi.VersionID != nullVersionID) {
    				// If versioned we have no conflicts.
    				fi.SetInlineData()
    				return fi, nil
    			}
    
    			// For overwritten objects without header we might have a
    			// conflict with data written later. Check the data path
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (2)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

            }
    
            def verifFile = file("gradle/verification-keyring.${extension}")
            keyring.writePublicKeyRingTo(verifFile)
            if (header != null) {
                verifFile.setText("""$header
    ${verifFile.getText('us-ascii')}""", 'us-ascii')
            }
    
            given:
            javaLibrary()
            uncheckedModule("org", "foo", "1.0") {
                withSignature {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  8. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				HTTPCheckFrequency: metav1.Duration{Duration: 60 * time.Second},
    				StaticPodURL:       "static-pod-url",
    				StaticPodURLHeader: map[string][]string{"Static-Pod-URL-Header": {"true"}},
    				Address:            "192.168.1.2",
    				Port:               10250,
    				ReadOnlyPort:       10251,
    				TLSCertFile:        "tls-cert-file",
    				TLSPrivateKeyFile:  "tls-private-key-file",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

          "type": "string",
          "format": "date-time"
        }
      },
      "securityDefinitions": {
        "BearerToken": {
          "description": "Bearer Token authentication",
          "type": "apiKey",
          "name": "authorization",
          "in": "header"
        }
      },
      "security": [{ "BearerToken": [] }]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/dwarf.go

    // form the DWARF line table for the specified compilation unit,
    // returning a list of symbols. The returned list will include an
    // initial symbol containing the line table header and prologue (with
    // file table), then a series of compiler-emitted line table symbols
    // (one per live function), and finally an epilog symbol containing an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top