Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 321 for vers (0.08 sec)

  1. docs/tr/docs/python-types.md

    * **Gereksinimleri tanımlama**:  request path parameters, query parameters, headers, bodies, dependencies, ve benzeri gereksinimlerden
    * **Verileri çevirme**: Gönderilen veri tipinden istenilen veri tipine çevirme.
    * **Verileri doğrulama**: Her gönderilen verinin:
        * doğrulanması ve geçersiz olduğunda **otomatik hata** oluşturma.
    * OpenAPI kullanarak apinizi **Belgeleyin** :
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. releasenotes/notes/51050.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 190 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1/types.go

    // about who the rule applies to or which namespace the rule applies to.
    type PolicyRule struct {
    	// Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs.
    	// +listType=atomic
    	Verbs []string `json:"verbs" protobuf:"bytes,1,rep,name=verbs"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

    		},
    		ResourceRequest: true,
    		Namespace:       "kittensandponies",
    		Verb:            "get",
    	}
    	bobAttr := authorizer.AttributesRecord{
    		User: &user.DefaultInfo{
    			Name: "bob",
    		},
    		ResourceRequest: false,
    		Namespace:       "kittensandponies",
    		Verb:            "get",
    	}
    	alice2Attr := authorizer.AttributesRecord{
    		User: &user.DefaultInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    	c = s.newValue1(ssa.OpSliceCap, types.Types[types.TINT], r[0])
    
    	s.vars[ptrVar] = p
    	s.vars[lenVar] = l
    	s.vars[capVar] = c
    	if inplace {
    		if sn.Op() == ir.ONAME {
    			sn := sn.(*ir.Name)
    			if sn.Class != ir.PEXTERN {
    				// Tell liveness we're about to build a new slice
    				s.vars[memVar] = s.newValue1A(ssa.OpVarDef, types.TypeMem, sn, s.mem())
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. api/discovery/apis__discovery.k8s.io__v1.json

      "resources": [
        {
          "kind": "EndpointSlice",
          "name": "endpointslices",
          "namespaced": true,
          "singularName": "endpointslice",
          "storageVersionHash": "qgS0xkrxYAI=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 06:31:58 UTC 2024
    - 472 bytes
    - Viewed (0)
  7. tensorflow/c/kernels_experimental.cc

      TF_VariableInputLockHolder(
          std::vector<tensorflow::Var*> vars,
          std::unique_ptr<std::vector<tensorflow::mutex_lock>> locks,
          std::unique_ptr<std::vector<tensorflow::tf_shared_lock>> shared_locks)
          : vars(std::move(vars)),
            locks(std::move(locks)),
            shared_locks(std::move(shared_locks)) {}
    
      std::vector<tensorflow::Var*> vars;
      std::unique_ptr<std::vector<tensorflow::mutex_lock>> locks;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:12:29 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/call.go

    				// each argument mapping to the ... parameter.
    				vars := make([]*Var, npars-1) // npars > 0 for variadic functions
    				copy(vars, sig.params.vars)
    				last := sig.params.vars[npars-1]
    				typ := last.typ.(*Slice).elem
    				for len(vars) < nargs {
    					vars = append(vars, NewParam(last.pos, last.pkg, last.name, typ))
    				}
    				sigParams = NewTuple(vars...) // possibly nil!
    				adjusted = true
    				npars = nargs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  9. src/go/types/call.go

    				// each argument mapping to the ... parameter.
    				vars := make([]*Var, npars-1) // npars > 0 for variadic functions
    				copy(vars, sig.params.vars)
    				last := sig.params.vars[npars-1]
    				typ := last.typ.(*Slice).elem
    				for len(vars) < nargs {
    					vars = append(vars, NewParam(last.pos, last.pkg, last.name, typ))
    				}
    				sigParams = NewTuple(vars...) // possibly nil!
    				adjusted = true
    				npars = nargs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  10. manifests/charts/gateways/istio-egress/templates/role.yaml

        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "EgressGateways"
    rules:
    - apiGroups: [""]
      resources: ["secrets"]
      verbs: ["get", "watch", "list"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 538 bytes
    - Viewed (0)
Back to top