Home
last modified time | relevance | path

Searched refs:IsInvalidPath (Results 1 – 5 of 5) sorted by relevance

/dports/www/gitea/gitea-1.16.5/services/migrations/
H A Dmigrate.go56 …return &models.ErrInvalidCloneAddr{Host: "<LOCAL_FILESYSTEM>", IsInvalidPath: true, LocalPath: tru…
64 …return &models.ErrInvalidCloneAddr{Host: "<LOCAL_FILESYSTEM>", IsInvalidPath: true, LocalPath: tru…
/dports/www/gitea/gitea-1.16.5/models/
H A Derror.go331 IsInvalidPath bool member
348 if err.IsInvalidPath {
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dmigrate.go263 case addrErr.IsInvalidPath:
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dmigrate.go139 case addrErr.IsInvalidPath:
H A Dsetting.go815 case addrErr.IsInvalidPath: