Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 202 for toSend (0.13 sec)

  1. docs/ko/docs/index.md

    * 서로 다른 장소에서 **매개변수** 선언: **헤더**, **쿠키**, **폼 필드** 그리고 **파일**.
    * `maximum_length` 또는 `regex`처럼 **유효성 제약**하는 방법.
    * 강력하고 사용하기 쉬운 **<abbr title="컴포넌트, 리소스, 제공자, 서비스, injectables라 알려진">의존성 주입</abbr>** 시스템.
    * **OAuth2** 지원을 포함한 **JWT tokens** 및 **HTTP Basic**을 갖는 보안과 인증.
    * (Pydantic 덕분에) **깊은 중첩 JSON 모델**을 선언하는데 더 진보한 (하지만 마찬가지로 쉬운) 기술.
    * (Starlette 덕분에) 많은 추가 기능:
        * **웹 소켓**
        * **GraphQL**
        * HTTPX 및 `pytest`에 기반한 극히 쉬운 테스트
        * **CORS**
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  2. docs/fa/docs/index.md

    * سیستم **<abbr title="also known as components, resources, providers, services, injectables">Dependency Injection</abbr>** قوی و کاربردی.
    * امنیت و تایید هویت, شامل پشتیبانی از **OAuth2** مبتنی بر **JWT tokens** و **HTTP Basic**.
    * تکنیک پیشرفته برای تعریف **مدل‌های چند سطحی JSON** (بر اساس Pydantic).
    * قابلیت‌های اضافی دیگر (بر اساس Starlette) شامل:
        * **<abbr title="WebSocket">وب‌سوکت</abbr>**
        * **GraphQL**
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    	// jwt is a list of authenticator to authenticate Kubernetes users using
    	// JWT compliant tokens. The authenticator will attempt to parse a raw ID token,
    	// verify it's been signed by the configured issuer. The public key to verify the
    	// signature is discovered from the issuer's public endpoint using OIDC discovery.
    	// For an incoming token, each JWT authenticator will be attempted in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/constants/constants.go

    	// NodesGroup defines the well-known group for all nodes.
    	NodesGroup = "system:nodes"
    	// NodeBootstrapTokenAuthGroup specifies which group a Node Bootstrap Token should be authenticated in
    	NodeBootstrapTokenAuthGroup = "system:bootstrappers:kubeadm:default-node-token"
    	// KubeProxyClusterRoleName sets the name for the kube-proxy ClusterRole
    	KubeProxyClusterRoleName = "system:node-proxier"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/expr.go

    }
    
    // op2tok translates syntax.Operators into token.Tokens.
    var op2tok = [...]token.Token{
    	syntax.Def:  token.ILLEGAL,
    	syntax.Not:  token.NOT,
    	syntax.Recv: token.ILLEGAL,
    
    	syntax.OrOr:   token.LOR,
    	syntax.AndAnd: token.LAND,
    
    	syntax.Eql: token.EQL,
    	syntax.Neq: token.NEQ,
    	syntax.Lss: token.LSS,
    	syntax.Leq: token.LEQ,
    	syntax.Gtr: token.GTR,
    	syntax.Geq: token.GEQ,
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    </p>
    
    <h3 id="Tokens">Tokens</h3>
    
    <p>
    Tokens form the vocabulary of the Go language.
    There are four classes: <i>identifiers</i>, <i>keywords</i>, <i>operators
    and punctuation</i>, and <i>literals</i>.  <i>White space</i>, formed from
    spaces (U+0020), horizontal tabs (U+0009),
    carriage returns (U+000D), and newlines (U+000A),
    is ignored except as it separates tokens
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - Allow creating ServiceAccount tokens bound to Node objects.
      This allows users to bind a service account token's validity to a named Node object, similar to Pod bound tokens.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    type BootstrapTokenDiscovery struct {
    	// Token is a token used to validate cluster information
    	// fetched from the control-plane.
    	Token string `json:"token" datapolicy:"token"`
    
    	// APIServerEndpoint is an IP or domain name to the API server from which info will be fetched.
    	// +optional
    	APIServerEndpoint string `json:"apiServerEndpoint,omitempty"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    //    instance_key to distinguish collective groups. In this case, ordering
    //    tokens are irrelevant. Each collective group should have a unique
    //    instance_key at runtime.
    // 2) If at least one ordering token is present, then we purely rely on ordering
    //    tokens for side effect modeling and ignore the op-based effect
    //    `TF_CollectiveReduceOrderingEffect` for which this function is relevant
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			if auth != expectedAuth {
    				t.Errorf("bearer token expected: %q, was %q", expectedAuth, auth)
    			}
    			jws, err := signer.Sign([]byte(claimToResponseMap[claim]))
    			if err != nil {
    				t.Errorf("while signing response token: %v", err)
    			}
    			token, err := jws.CompactSerialize()
    			if err != nil {
    				t.Errorf("while serializing response token: %v", err)
    			}
    			w.Write([]byte(token))
    		default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
Back to top