- Sort Score
- Result 10 results
- Languages All
Results 31 - 33 of 33 for MatchString (0.14 sec)
-
docs/debugging/xl-meta/main.go
if b3, err := json.Marshal(tmp); err == nil { b2 = b3 } } toPrint = append(toPrint, fmt.Sprintf("\t%s: %s", string(b), string(b2))) } else if c.Bool("combine") && isPart.MatchString(file.Name) { // name := isPart.FindString(file.Name) name := strings.ReplaceAll(file.Name, ":", "_") r, err := file.Open() if err != nil { return err }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 05 11:57:44 UTC 2024 - 40.3K bytes - Viewed (0) -
cmd/server_test.go
`<DeleteMarker><Key>file.2</Key>.*<IsLatest>true</IsLatest>.*</DeleteMarker>` + `<Version><Key>file.2</Key>.*<IsLatest>false</IsLatest>.*</Version>` + `</ListVersionsResult>`) c.Assert(r.MatchString(string(getContent)), true) } // TestListObjectsSpecialCharactersHandler - Setting valid parameters to List Objects // and then asserting the response with the expected one.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 15 16:28:02 UTC 2024 - 116.3K bytes - Viewed (0) -
api/go1.txt
pkg regexp, func CompilePOSIX(string) (*Regexp, error) pkg regexp, func Match(string, []uint8) (bool, error) pkg regexp, func MatchReader(string, io.RuneReader) (bool, error) pkg regexp, func MatchString(string, string) (bool, error) pkg regexp, func MustCompile(string) *Regexp pkg regexp, func MustCompilePOSIX(string) *Regexp pkg regexp, func QuoteMeta(string) string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)