Home
last modified time | relevance | path

Searched refs:isNumberRegexp (Results 1 – 3 of 3) sorted by relevance

/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Dscope.go464isNumberRegexp = regexp.MustCompile("^\\s*\\d+\\s*$") // match if string is… var
554 if isNumberRegexp.MatchString(value) {
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Dscope.go481isNumberRegexp = regexp.MustCompile("^\\s*\\d+\\s*$") // match if string is… var
571 if isNumberRegexp.MatchString(value) {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Dscope.go464isNumberRegexp = regexp.MustCompile("^\\s*\\d+\\s*$") // match if string is… var
554 if isNumberRegexp.MatchString(value) {