Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for to_version (0.35 sec)

  1. RELEASE.md

        ([CVE-2021-37643](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37643))
    *   Fixes an integer overflow due to conversion to unsigned
        ([CVE-2021-37645](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37645))
    *   Fixes a bad allocation error in `StringNGrams` caused by integer conversion
        ([CVE-2021-37646](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37646))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      - gitVersion --> git_version
      - gitCommit --> git_commit
      - gitTreeState --> git_tree_state
      - buildDate --> build_date
      - goVersion --> go_version
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const RTM_RTTUNIT = 1000000 #53466
    pkg syscall (freebsd-riscv64), const RTM_RTTUNIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_VERSION = 5 #53466
    pkg syscall (freebsd-riscv64), const RTM_VERSION ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTV_EXPIRE = 4 #53466
    pkg syscall (freebsd-riscv64), const RTV_EXPIRE ideal-int #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (1)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    So 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 has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown...
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    5. `:-3:-1` shows the use of negative indices. A negative index `i` associated
    with a dimension that has shape `s` is converted to a positive index
    `s + i`. So `-1` becomes `s-1` (i.e. the last element). This conversion
    is done internally so begin, end and strides receive x, -3, and -1.
    The appropriate begin_mask bit is set to indicate the start range is the
    full range (ignoring the x).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

    So 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 has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DynTag", Type, 0},
    		{"EI_ABIVERSION", Const, 0},
    		{"EI_CLASS", Const, 0},
    		{"EI_DATA", Const, 0},
    		{"EI_NIDENT", Const, 0},
    		{"EI_OSABI", Const, 0},
    		{"EI_PAD", Const, 0},
    		{"EI_VERSION", Const, 0},
    		{"ELFCLASS32", Const, 0},
    		{"ELFCLASS64", Const, 0},
    		{"ELFCLASSNONE", Const, 0},
    		{"ELFDATA2LSB", Const, 0},
    		{"ELFDATA2MSB", Const, 0},
    		{"ELFDATANONE", 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)
Back to top