Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for wall (0.16 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        - message: wildcard not allowed in label key match
                          rule: self.all(key, !key.contains('*'))
                        - message: key must not be empty
                          rule: self.all(key, key.size() != 0)
                    type: object
                  sha256:
                    description: SHA256 checksum that will be used to verify Wasm module
                      or OCI container.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                        - message: wildcard not allowed in label key match
                          rule: self.all(key, !key.contains('*'))
                        - message: key must not be empty
                          rule: self.all(key, key.size() != 0)
                    type: object
                  sha256:
                    description: SHA256 checksum that will be used to verify Wasm module
                      or OCI container.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Server).ServeRequest", Method, 0},
    		{"(ServerError).Error", Method, 0},
    		{"Accept", Func, 0},
    		{"Call", Type, 0},
    		{"Call.Args", Field, 0},
    		{"Call.Done", Field, 0},
    		{"Call.Error", Field, 0},
    		{"Call.Reply", Field, 0},
    		{"Call.ServiceMethod", Field, 0},
    		{"Client", Type, 0},
    		{"ClientCodec", Type, 0},
    		{"DefaultDebugPath", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

    ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Move {types.Types[types.TUINT8]} [int64(sz)] dst src mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpStaticCall || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpConst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  7. RELEASE.md

            *   `standardize="lower"` will lowercase inputs.
            *   `standardize="string_punctuation"` will remove all punctuation.
            *   `split="character"` will split on every unicode character.
        *   Added an `output_mode` argument to the `Discretization` and `Hashing`
            layers with the same semantics as other preprocessing layers. All
            categorical preprocessing layers now support `output_mode`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteARM64.go

    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpARM64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpARM64MOVDconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpAMD64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpAMD64MOVQconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1C84..1C85    ; mapped                 ; 0442          # 9.0  CYRILLIC SMALL LETTER TALL TE..CYRILLIC SMALL LETTER THREE-LEGGED TE
    1C86          ; mapped                 ; 044A          # 9.0  CYRILLIC SMALL LETTER TALL HARD SIGN
    1C87          ; mapped                 ; 0463          # 9.0  CYRILLIC SMALL LETTER TALL YAT
    1C88          ; mapped                 ; A64B          # 9.0  CYRILLIC SMALL LETTER UNBLENDED UK
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top