Home
last modified time | relevance | path

Searched refs:PatchQuoted (Results 1 – 2 of 2) sorted by relevance

/dports/www/gitea/gitea-1.16.5/models/
H A Dissue_comment.go236 PatchQuoted string `xorm:"LONGTEXT patch"` member
298 c.PatchQuoted = c.Patch
300 c.PatchQuoted = strconv.Quote(c.Patch)
306 c.PatchQuoted = c.Patch
308 c.PatchQuoted = strconv.Quote(c.Patch)
314 c.Patch = c.PatchQuoted
315 if len(c.PatchQuoted) > 0 && c.PatchQuoted[0] == '"' {
316 unquoted, err := strconv.Unquote(c.PatchQuoted)
/dports/www/gitea/gitea-1.16.5/models/migrations/
H A Dv147.go62 PatchQuoted string `xorm:"TEXT patch"`