Home
last modified time | relevance | path

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

/dports/www/gitea/gitea-1.16.5/models/
H A Drepo_list.go472 return SearchRepositoryByCondition(opts, cond, true)
476 func SearchRepositoryByCondition(opts *SearchRepoOptions, cond builder.Cond, loadAttributes bool) (… func
/dports/www/gitea/gitea-1.16.5/routers/web/user/
H A Dhome.go234 showRepos, _, err := models.SearchRepositoryByCondition(&repoOpts, userRepoCond, false)