- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for sps (0.02 sec)
-
src/archive/tar/reader_test.go
populateSparseMap := func(sa sparseArray, sps []string) []string { for i := 0; len(sps) > 0 && i < sa.maxEntries(); i++ { copy(sa.entry(i), sps[0]) sps = sps[1:] } if len(sps) > 0 { copy(sa.isExtended(), "\x80") } return sps } makeInput := func(format Format, size string, sps ...string) (out []byte) { // Write the initial GNU header.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 03 15:48:09 UTC 2024 - 46.9K bytes - Viewed (0) -
tests/serializer_test.go
} func (*SerializerPostgresStruct) TableName() string { return "serializer_structs" } func adaptorSerializerModel(s *SerializerStruct) interface{} { if DB.Dialector.Name() == "postgres" { sps := SerializerPostgresStruct(*s) return &sps } return s } type Roles []string type Job struct { Title string Number int Location string IsIntern bool } type EncryptedString string
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Fri Apr 21 14:09:38 UTC 2023 - 7.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
#application/x-sh sh # sh Shell Program application/x-shar shar # application/x-shockwave-flash swf # Macromedia Shockwave file application/x-spss sav spp sbs sps spo # SPSS application/x-stuffit sit # Macintosh Stuff-It application/x-sv4cpio sv4cpio # application/x-sv4crc sv4crc #
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0)