- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Ldexp (0.03 sec)
-
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
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed May 01 01:11:10 UTC 2024 - 2.3K bytes - Viewed (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() {Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed May 01 01:11:10 UTC 2024 - 1.6K bytes - Viewed (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
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)