- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Ldexp (0.03 seconds)
-
internal/bucket/lifecycle/delmarker-expiration.go
type delMarkerExpiration DelMarkerExpiration var dexp delMarkerExpiration err := dec.DecodeElement(&dexp, &start) if err != nil { return err } if dexp.Days <= 0 { return errInvalidDaysDelMarkerExpiration } *de = DelMarkerExpiration(dexp) return nil } // MarshalXML encodes a DelMarkerExpiration value into an XML element
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 01 01:11:10 GMT 2024 - 2.3K bytes - Click Count (0) -
internal/bucket/lifecycle/delmarker-expiration_test.go
err: errInvalidDaysDelMarkerExpiration, }, } for i, test := range tests { t.Run(fmt.Sprintf("TestDelMarker-%d", i), func(t *testing.T) { var dexp DelMarkerExpiration var fail bool err := xml.Unmarshal([]byte(test.xml), &dexp) if test.err == nil { if err != nil { fail = true } } else { if err == nil { fail = true } if test.err.Error() != err.Error() {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 01 01:11:10 GMT 2024 - 1.6K bytes - Click Count (0) -
api/go1.txt
pkg math, func IsInf(float64, int) bool pkg math, func IsNaN(float64) bool pkg math, func J0(float64) float64 pkg math, func J1(float64) float64 pkg math, func Jn(int, float64) float64 pkg math, func Ldexp(float64, int) float64 pkg math, func Lgamma(float64) (float64, int) pkg math, func Log(float64) float64 pkg math, func Log10(float64) float64 pkg math, func Log1p(float64) float64 pkg math, func Log2(float64) float64
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)