Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for qDecode (0.51 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    successiveACState=0;}}
    function decodeMcu(component,decode,mcu,row,col){var mcuRow=(mcu/mcusPerLine)|0;var mcuCol=mcu%mcusPerLine;var blockRow=mcuRow*component.v+row;var blockCol=mcuCol*component.h+col;decode(component,component.blocks[blockRow][blockCol]);}
    function decodeBlock(component,decode,mcu){var blockRow=(mcu/component.blocksPerLine)|0;var blockCol=mcu%component.blocksPerLine;decode(component,component.blocks[blockRow][blockCol]);}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  2. api/go1.txt

    pkg debug/pe, type SectionHeader32 struct, SizeOfRawData uint32
    pkg debug/pe, type SectionHeader32 struct, VirtualAddress uint32
    pkg debug/pe, type SectionHeader32 struct, VirtualSize uint32
    pkg encoding/ascii85, func Decode([]uint8, []uint8, bool) (int, int, error)
    pkg encoding/ascii85, func Encode([]uint8, []uint8) int
    pkg encoding/ascii85, func MaxEncodedLen(int) int
    pkg encoding/ascii85, func NewDecoder(io.Reader) io.Reader
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.",
          "properties": {
            "apiServerID": {
              "description": "The ID of the reporting API server.",
              "type": "string"
            },
            "decodableVersions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"apiServerID": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

          "properties": {
            "apiServerID": {
              "description": "The ID of the reporting API server.",
              "type": "string"
            },
            "decodableVersions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.",
          "properties": {
            "apiServerID": {
              "description": "The ID of the reporting API server.",
              "type": "string"
            },
            "decodableVersions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. api/openapi-spec/v3/api__v1_openapi.json

    `json:\"aOption\"`\n\t}\n\n// On the wire, the JSON will look something like this:\n\n\t{\n\t\t\"kind\":\"MyAPIObject\",\n\t\t\"apiVersion\":\"v1\",\n\t\t\"myPlugin\": {\n\t\t\t\"kind\":\"PluginA\",\n\t\t\t\"aOption\":\"foo\",\n\t\t},\n\t}\n\nSo what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top