Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1536Mi (0.32 sec)

  1. common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto

    // - The exponent (or suffix) is as large as possible.
    //
    // The sign will be omitted unless the number is negative.
    //
    // Examples:
    //
    // - 1.5 will be serialized as "1500m"
    // - 1.5Gi will be serialized as "1536Mi"
    //
    // Note that the quantity will NEVER be internally represented by a
    // floating point number. That is the whole point of this exercise.
    //
    // Non-canonical values will still parse as long as they are well formed,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. src/archive/tar/reader_test.go

    		{data2[:1200], 1, io.EOF},
    		{data2[:1535], 1, io.EOF},
    		{data2[:1536], 1, io.EOF}, // Exact end of padding
    		{data2[:1536] + trash[:1], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash[:511], 1, io.ErrUnexpectedEOF},
    		{data2[:1536] + trash, 1, ErrHeader},
    		{data2[:2048], 1, io.EOF}, // Exactly 1 empty block
    		{data2[:2048] + trash[:1], 1, io.ErrUnexpectedEOF},
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 03 15:48:09 UTC 2024
    - 46.9K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCLRSP ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ = 15362
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCREQ ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP = 15363
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPCRSP ideal-int
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDG = 15367
    pkg syscall (netbsd-arm64), const ETHERTYPE_NBPDGB = 15368
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
    pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top