Home
last modified time | relevance | path

Searched refs:PerPage (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/dports/security/lego/lego-4.5.3/vendor/github.com/cloudflare/cloudflare-go/
H A Dcloudflare_test.go508 PerPage int
514 …{"per_page do not match", 20, 1, 0, ResultInfo{Page: 1, PerPage: 30, TotalPages: 0, Count: 0, Tota…
515 …{"page counts do not match", 20, 2, 20, ResultInfo{Page: 1, PerPage: 20, TotalPages: 2, Count: 20,…
516 …{"counts do not match", 20, 1, 20, ResultInfo{Page: 1, PerPage: 20, TotalPages: 2, Count: 19, Tota…
517 …{"counts do not match", 20, 1, 19, ResultInfo{Page: 1, PerPage: 20, TotalPages: 2, Count: 20, Tota…
518 …{"per_page 0", 0, 1, 0, ResultInfo{Page: 1, PerPage: 0, TotalPages: 1, Count: 0, Total: 0}, false},
519 …{"number of items is zero", 20, 1, 0, ResultInfo{Page: 1, PerPage: 20, TotalPages: 0, Count: 0, To…
524 …{"page number cannot be zero", 20, 0, 20, ResultInfo{Page: 0, PerPage: 20, TotalPages: 1, Count: 2…
526 …{"the last page is full of results", 20, 1, 20, ResultInfo{Page: 1, PerPage: 20, TotalPages: 1, Co…
529 …{"fully working result info", 20, 2, 19, ResultInfo{Page: 2, PerPage: 20, TotalPages: 2, Count: 19…
[all …]
H A Dcloudflare.go374 PerPage int `json:"per_page"` member
407 PerPage int `json:"per_page,omitempty"` member
454 if opts.PerPage > 0 {
455 opt.params.Set("per_page", strconv.Itoa(opts.PerPage))
477 case info.PerPage != perPage || info.Page != page || info.Count != count:
480 case info.PerPage <= 0:
489 case info.Total > info.PerPage*info.TotalPages || info.Total <= info.PerPage*(info.TotalPages-1):
498 return info.Count == info.PerPage
501 return info.Count == info.Total-info.PerPage*(info.TotalPages-1)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/localcachelayer/
H A Dpost_layer.go113 offset := options.PerPage * options.Page
115 if offset == 0 && (options.PerPage == 60 || options.PerPage == 30) {
117 …Store.postLastPostsCache, fmt.Sprintf("%s%v", options.ChannelId, options.PerPage), &cacheItem); er…
128 if offset == 0 && (options.PerPage == 60 || options.PerPage == 30) {
129 …ache(s.rootStore.postLastPostsCache, fmt.Sprintf("%s%v", options.ChannelId, options.PerPage), list)
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/security/vault/vault-1.8.2/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go30 opt := &ListOptions{Page: 1, PerPage: 2}
53 opt := &ListOptions{Page: 1, PerPage: 2}
76 opt := &ListOptions{Page: 1, PerPage: 2}
99 opt := &ListOptions{Page: 1, PerPage: 2}
122 opt := &ListOptions{Page: 1, PerPage: 2}
145 opt := &ListOptions{Page: 1, PerPage: 2}
168 opt := &ListOptions{Page: 1, PerPage: 2}
191 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/security/vuls/vuls-0.13.7/vendor/github.com/google/go-github/v28/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/google/go-github/github/
H A Dapps_marketplace_test.go30 opt := &ListOptions{Page: 1, PerPage: 2}
53 opt := &ListOptions{Page: 1, PerPage: 2}
76 opt := &ListOptions{Page: 1, PerPage: 2}
99 opt := &ListOptions{Page: 1, PerPage: 2}
122 opt := &ListOptions{Page: 1, PerPage: 2}
145 opt := &ListOptions{Page: 1, PerPage: 2}
168 opt := &ListOptions{Page: 1, PerPage: 2}
191 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
H A Dsearch_test.go33 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
64 opts := &SearchOptions{ListOptions: ListOptions{Page: 2, PerPage: 2}}
128 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
236 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
269 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
321 …opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}…
364 …opts := &SearchOptions{Sort: "updated", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: …
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/google/go-github/v26/go-github-26.0.9/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/v32/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
51 opt := &ListOptions{Page: 1, PerPage: 2}
73 opt := &ListOptions{Page: 1, PerPage: 2}
95 opt := &ListOptions{Page: 1, PerPage: 2}
117 opt := &ListOptions{Page: 1, PerPage: 2}
139 opt := &ListOptions{Page: 1, PerPage: 2}
161 opt := &ListOptions{Page: 1, PerPage: 2}
183 opt := &ListOptions{Page: 1, PerPage: 2}
H A Dsearch_test.go33 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
64 opts := &SearchOptions{ListOptions: ListOptions{Page: 2, PerPage: 2}}
128 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
236 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
269 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
321 …opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}…
364 …opts := &SearchOptions{Sort: "updated", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: …
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cloudflare/cloudflare-go/
H A Dcloudflare.go374 PerPage int `json:"per_page"` member
407 PerPage int `json:"per_page,omitempty"` member
454 if opts.PerPage > 0 {
455 opt.params.Set("per_page", strconv.Itoa(opts.PerPage))
477 case info.PerPage != perPage || info.Page != page || info.Count != count:
480 case info.PerPage <= 0:
489 case info.Total > info.PerPage*info.TotalPages || info.Total <= info.PerPage*(info.TotalPages-1):
498 return info.Count == info.PerPage
501 return info.Count == info.Total-info.PerPage*(info.TotalPages-1)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Dsearch_test.go28 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
60 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
92 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
124 opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}}
174 …opts := &SearchOptions{Sort: "forks", Order: "desc", ListOptions: ListOptions{Page: 2, PerPage: 2}…
/dports/security/lego/lego-4.5.3/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/
H A Dinstance_sdk.go1407 if (req.PerPage == nil || *req.PerPage == 0) && exist {
1455 if (req.PerPage == nil || *req.PerPage == 0) && exist {
1503 if (req.PerPage == nil || *req.PerPage == 0) && exist {
1571 if (req.PerPage == nil || *req.PerPage == 0) && exist {
2178 if (req.PerPage == nil || *req.PerPage == 0) && exist {
2486 if (req.PerPage == nil || *req.PerPage == 0) && exist {
2782 if (req.PerPage == nil || *req.PerPage == 0) && exist {
3056 if (req.PerPage == nil || *req.PerPage == 0) && exist {
3374 if (req.PerPage == nil || *req.PerPage == 0) && exist {
3681 if (req.PerPage == nil || *req.PerPage == 0) && exist {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/scaleway/scaleway-sdk-go/api/instance/v1/
H A Dinstance_sdk.go1407 if (req.PerPage == nil || *req.PerPage == 0) && exist {
1455 if (req.PerPage == nil || *req.PerPage == 0) && exist {
1503 if (req.PerPage == nil || *req.PerPage == 0) && exist {
1571 if (req.PerPage == nil || *req.PerPage == 0) && exist {
2178 if (req.PerPage == nil || *req.PerPage == 0) && exist {
2486 if (req.PerPage == nil || *req.PerPage == 0) && exist {
2782 if (req.PerPage == nil || *req.PerPage == 0) && exist {
3056 if (req.PerPage == nil || *req.PerPage == 0) && exist {
3374 if (req.PerPage == nil || *req.PerPage == 0) && exist {
3681 if (req.PerPage == nil || *req.PerPage == 0) && exist {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/
H A Dmarketplace_sdk.go167 PerPage *uint32 `json:"-"` member
177 if (req.PerPage == nil || *req.PerPage == 0) && exist {
178 req.PerPage = &defaultPerPage
182 parameter.AddToQuery(query, "per_page", req.PerPage)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/scaleway/scaleway-sdk-go/api/marketplace/v1/
H A Dmarketplace_sdk.go167 PerPage *uint32 `json:"-"` member
177 if (req.PerPage == nil || *req.PerPage == 0) && exist {
178 req.PerPage = &defaultPerPage
182 parameter.AddToQuery(query, "per_page", req.PerPage)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dapps_marketplace_test.go29 opt := &ListOptions{Page: 1, PerPage: 2}
61 opt := &ListOptions{Page: 1, PerPage: 2}
84 opt := &ListOptions{Page: 1, PerPage: 2}
116 opt := &ListOptions{Page: 1, PerPage: 2}
192 opt := &ListOptions{Page: 1, PerPage: 2}
224 opt := &ListOptions{Page: 1, PerPage: 2}
/dports/devel/lab/lab-0.17.2/internal/gitlab/
H A Dgitlab.go265 opts.PerPage = 100
282 opts.PerPage = n - len(list)
429 opts.PerPage = 100
447 opts.PerPage = n - len(list)
483 PerPage: 100,
552 opts.PerPage = 100
564 opts.PerPage = n - len(list)
598 opts.PerPage = 100
610 opts.PerPage = n - len(list)
667 opts.PerPage = n - len(list)
[all …]

12345678910>>...27