- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for FindString (0.33 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
migrator/migrator.go
alterColumn = true } } } } // check precision if realDataType == "decimal" || realDataType == "numeric" && regexp.MustCompile(realDataType+`\(.*\)`).FindString(fullDataType) != "" { // if realDataType has no precision,ignore precision, scale, ok := columnType.DecimalSize() if ok { if !strings.HasPrefix(fullDataType, fmt.Sprintf("%s(%d,%d)", realDataType, precision, scale)) &&
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:49:01 GMT 2026 - 29.8K bytes - Click Count (0) -
docs/debugging/xl-meta/main.go
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 } all, err := io.ReadAll(r) if err != nil {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 40.4K bytes - Click Count (0) -
api/go1.21.txt
pkg log/slog, const KindInt64 = 4 #56345 pkg log/slog, const KindInt64 Kind #56345 pkg log/slog, const KindLogValuer = 9 #56345 pkg log/slog, const KindLogValuer Kind #56345 pkg log/slog, const KindString = 5 #56345 pkg log/slog, const KindString Kind #56345 pkg log/slog, const KindTime = 6 #56345 pkg log/slog, const KindTime Kind #56345 pkg log/slog, const KindUint64 = 7 #56345 pkg log/slog, const KindUint64 Kind #56345
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Aug 07 09:39:17 GMT 2023 - 25.6K bytes - Click Count (0) -
api/go1.txt
pkg regexp, method (*Regexp) FindIndex([]uint8) []int pkg regexp, method (*Regexp) FindReaderIndex(io.RuneReader) []int pkg regexp, method (*Regexp) FindReaderSubmatchIndex(io.RuneReader) []int pkg regexp, method (*Regexp) FindString(string) string pkg regexp, method (*Regexp) FindStringIndex(string) []int pkg regexp, method (*Regexp) FindStringSubmatch(string) []string pkg regexp, method (*Regexp) FindStringSubmatchIndex(string) []int
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)