Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for 0x9ba5 (0.17 sec)

  1. internal/dsync/lock-args_gen.go

    	}
    	for za0001 := range z.Resources {
    		err = en.WriteString(z.Resources[za0001])
    		if err != nil {
    			err = msgp.WrapError(err, "Resources", za0001)
    			return
    		}
    	}
    	// write "Owner"
    	err = en.Append(0xa5, 0x4f, 0x77, 0x6e, 0x65, 0x72)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.Owner)
    	if err != nil {
    		err = msgp.WrapError(err, "Owner")
    		return
    	}
    	// write "Source"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 24 10:24:01 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. cmd/xl-storage-format-v2_gen.go

    		// string "V1Obj"
    		o = append(o, 0xa5, 0x56, 0x31, 0x4f, 0x62, 0x6a)
    		if z.ObjectV1 == nil {
    			o = msgp.AppendNil(o)
    		} else {
    			o, err = z.ObjectV1.MarshalMsg(o)
    			if err != nil {
    				err = msgp.WrapError(err, "ObjectV1")
    				return
    			}
    		}
    	}
    	if (zb0001Mask & 0x4) == 0 { // if not omitted
    		// string "V2Obj"
    		o = append(o, 0xa5, 0x56, 0x32, 0x4f, 0x62, 0x6a)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  3. cmd/xl-storage-format-v1_gen.go

    	if err != nil {
    		return
    	}
    	err = en.WriteInt64(z.BlockSize)
    	if err != nil {
    		err = msgp.WrapError(err, "BlockSize")
    		return
    	}
    	// write "Index"
    	err = en.Append(0xa5, 0x49, 0x6e, 0x64, 0x65, 0x78)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt(z.Index)
    	if err != nil {
    		err = msgp.WrapError(err, "Index")
    		return
    	}
    	// write "Distribution"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  4. cmd/untar.go

    	formatBZ2
    )
    
    var magicHeaders = []struct {
    	header []byte
    	f      format
    }{
    	{
    		header: []byte{0x1f, 0x8b, 8},
    		f:      formatGzip,
    	},
    	{
    		// Zstd default header.
    		header: []byte{0x28, 0xb5, 0x2f, 0xfd},
    		f:      formatZstd,
    	},
    	{
    		// Zstd skippable frame header.
    		header: []byte{0x2a, 0x4d, 0x18},
    		f:      formatZstd,
    	},
    	{
    		// LZ4
    		header: []byte{0x4, 0x22, 0x4d, 0x18},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 22 00:33:43 UTC 2024
    - 6K bytes
    - Viewed (2)
  5. internal/grid/msg_gen.go

    	if err != nil {
    		return
    	}
    	err = en.WriteTime(z.Time)
    	if err != nil {
    		err = msgp.WrapError(err, "Time")
    		return
    	}
    	// write "Token"
    	err = en.Append(0xa5, 0x54, 0x6f, 0x6b, 0x65, 0x6e)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.Token)
    	if err != nil {
    		err = msgp.WrapError(err, "Token")
    		return
    	}
    	return
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jul 25 21:07:21 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/hash/HashCodeTest.java

                  0x0123456789abcdefL, // asInt/asLong as above, due to equal eight first bytes
                  "efcdab89674523010102030405060708"),
              new ExpectedHashCode(
                  new byte[] {(byte) 0xdf, (byte) 0x9b, (byte) 0x57, (byte) 0x13},
                  0x13579bdf,
                  null,
                  "df9b5713"),
              new ExpectedHashCode(
                  new byte[] {(byte) 0xcd, (byte) 0xab, (byte) 0x00, (byte) 0x00},
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/UrlComponentEncodingTester.kt

          component: Component,
        ) {
        }
      }
    
      companion object {
        /** Arbitrary code point that's 2 bytes in UTF-8 and valid in IdnaMappingTable.txt. */
        private const val UNICODE_2 = 0x1a5
    
        /** Arbitrary code point that's 3 bytes in UTF-8 and valid in IdnaMappingTable.txt. */
        private const val UNICODE_3 = 0x2202
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  8. cmd/metacache-set_gen.go

    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.Marker)
    	if err != nil {
    		err = msgp.WrapError(err, "Marker")
    		return
    	}
    	// write "Limit"
    	err = en.Append(0xa5, 0x4c, 0x69, 0x6d, 0x69, 0x74)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt(z.Limit)
    	if err != nil {
    		err = msgp.WrapError(err, "Limit")
    		return
    	}
    	// write "AskDisks"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Mar 19 20:23:12 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/DoublesTest.java

      }
    
      private static final String[] BAD_TRY_PARSE_INPUTS = {
        "",
        "+-",
        "+-0",
        " 5",
        "32 ",
        " 55 ",
        "infinity",
        "POSITIVE_INFINITY",
        "0x9A",
        "0x9A.bE-5",
        ".",
        ".e5",
        "NaNd",
        "InfinityF"
      };
    
      @GwtIncompatible // Doubles.tryParse
      public void testTryParseFailures() {
        for (String badInput : BAD_TRY_PARSE_INPUTS) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  10. cmd/object-api-interface_gen.go

    	// string "VersionsSort"
    	o = append(o, 0xac, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x6f, 0x72, 0x74)
    	o = msgp.AppendUint8(o, uint8(z.VersionsSort))
    	// string "Limit"
    	o = append(o, 0xa5, 0x4c, 0x69, 0x6d, 0x69, 0x74)
    	o = msgp.AppendInt(o, z.Limit)
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    func (z *WalkOptions) UnmarshalMsg(bts []byte) (o []byte, err error) {
    	var field []byte
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 22 21:57:20 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top