Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for byte (0.06 sec)

  1. doc/go_spec.html

    </p>
    
    <pre>
    s := make([]byte, 2, 4)
    
    a0 := [0]byte(s)
    a1 := [1]byte(s[1:])     // a1[0] == s[1]
    a2 := [2]byte(s)         // a2[0] == s[0]
    a4 := [4]byte(s)         // panics: len([4]byte) > len(s)
    
    s0 := (*[0]byte)(s)      // s0 != nil
    s1 := (*[1]byte)(s[1:])  // &amp;s1[0] == &amp;s[1]
    s2 := (*[2]byte)(s)      // &amp;s2[0] == &amp;s[0]
    s4 := (*[4]byte)(s)      // panics: len([4]byte) > len(s)
    
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-06 19:12
    - 286.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>PRONOM fmt-473</_comment>
        <_comment>First byte and 53rd byte are the same -- the length of the name.</_comment>
        <_comment>Based on TIKA-2469, we've added a heuristic/wild guess that the first 10 chars</_comment>
        <_comment>after the length byte should be \x00 or a non-control character.</_comment>
        <magic priority="80">
    Registered: 2025-05-25 03:50
    - Last Modified: 2025-03-13 08:18
    - 320.1K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Client-go: fixed potential data races retrying requests using a custom `io.Reader` body; with this fix, only requests with no body or with `string` / `[]byte` / `runtime.Object` bodies can be retried ([#113933](https://github.com/kubernetes/kubernetes/pull/113933), [@liggitt](https://github.com/liggitt))
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-07-17 07:48
    - 466.3K bytes
    - Viewed (2)
  4. CHANGELOG/CHANGELOG-1.31.md

    - Fixed a bug in the JSON frame reader that could cause it to retain a reference to the underlying array of the byte slice passed to read. ([#123620](https://github.com/kubernetes/kubernetes/pull/123620), [@benluddy](https://github.com/benluddy))
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:52
    - 395.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.28.md

    - Exposed `rest.DefaultServerUrlFor` function. ([#118055](https://github.com/kubernetes/kubernetes/pull/118055), [@timofurrer](https://g...
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-10-23 20:13
    - 456.9K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.16.md

    * Fix a bug that pretty printer marshals empty byte or uint8 slice as null ([#81096](https://github.com/kubernetes/kubernetes/pull/81096), [@roycaihw](https://github.com/roycaihw))
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-10-23 20:13
    - 345.2K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    number of each running instance'), panels.timeSeries.bytes('Memory Usage', queries.memUsage, 'Memory usage of each running instance'), panels.timeSeries.base('CPU Usage', queries.cpuUsage, 'CPU usage of each running instance'), ]), row.new('Network') + row.withPanels([ panels.timeSeries.connections('Connections', queries.connections, 'Connections opened and closed per instance'), panels.timeSeries.bytesRate('Bytes Transmitted', queries.bytes, 'Bytes sent and received per instance'), panels.timeSeries.dns('DNS...
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-08-12 20:50
    - 266.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.32.md

    - github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
    - github.com/gogo/googleapis: [v1.4.1](https://github.com/gogo/googleapis/tree/v1.4.1)
    - github.com/golangplus/bytes: [v1.0.0](https://github.com/golangplus/bytes/tree/v1.0.0)
    - github.com/golangplus/fmt: [v1.0.0](https://github.com/golangplus/fmt/tree/v1.0.0)
    - github.com/golangplus/testing: [v1.0.0](https://github.com/golangplus/testing/tree/v1.0.0)
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:51
    - 375.9K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Paul Crowder <******@****.***>
    blackbaudcdn.net
    
    // Blatech : http://www.blatech.net
    // Submitted by Luke Bratch <******@****.***>
    of.je
    
    // Blue Bite, LLC : https://bluebite.com
    // Submitted by Joshua Weiss <******@****.***>
    bluebite.io
    
    // Boomla : https://boomla.com
    // Submitted by Tibor Halter <******@****.***>
    boomla.net
    
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-27 13:39
    - 309.7K bytes
    - Viewed (0)
Back to top