Home
last modified time | relevance | path

Searched defs:Pages (Results 1 – 25 of 4273) sorted by relevance

12345678910>>...171

/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dpages.go20 type Pages struct { struct
21 *Box
24 pages []*page
28 setFocus func(p Primitive)
32 changed func()
51 func (p *Pages) GetPageCount() int {
123 func (p *Pages) HasPage(name string) bool {
134 func (p *Pages) ShowPage(name string) *Pages {
151 func (p *Pages) HidePage(name string) *Pages {
240 func (p *Pages) HasFocus() bool {
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dpages.go20 type Pages struct { struct
21 *Box
24 pages []*page
28 setFocus func(p Primitive)
32 changed func()
52 func (p *Pages) GetPageCount() int {
124 func (p *Pages) HasPage(name string) bool {
135 func (p *Pages) ShowPage(name string) *Pages {
152 func (p *Pages) HidePage(name string) *Pages {
241 func (p *Pages) HasFocus() bool {
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dpages.go20 type Pages struct { struct
21 *Box
24 pages []*page
28 setFocus func(p Primitive)
32 changed func()
52 func (p *Pages) GetPageCount() int {
124 func (p *Pages) HasPage(name string) bool {
135 func (p *Pages) ShowPage(name string) *Pages {
152 func (p *Pages) HidePage(name string) *Pages {
241 func (p *Pages) HasFocus() bool {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/
H A DREADME.md24 1. When a client initiates the TLS connection, GitLab Pages looks in
58 Ideally the GitLab Pages should run without any load balancer in front of it.
64 ### How to run it
83 ### Listen on multiple ports
106 ### PROXY protocol for HTTPS
134 ### GitLab access control
171 You can use the `-log-format json` option to make GitLab Pages output
193 ### Custom headers
204 ### Configuration
237 ### Testing and linting
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dpages.go20 type Pages struct { struct
21 *Box
24 pages []*page
28 setFocus func(p Primitive)
32 changed func()
52 func (p *Pages) GetPageCount() int {
124 func (p *Pages) HasPage(name string) bool {
135 func (p *Pages) ShowPage(name string) *Pages {
152 func (p *Pages) HidePage(name string) *Pages {
230 func (p *Pages) HasFocus() bool {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/
H A Dpages.go20 type Pages struct { struct
21 *Box
24 pages []*page
28 setFocus func(p Primitive)
32 changed func()
52 func (p *Pages) GetPageCount() int {
124 func (p *Pages) HasPage(name string) bool {
135 func (p *Pages) ShowPage(name string) *Pages {
152 func (p *Pages) HidePage(name string) *Pages {
230 func (p *Pages) HasFocus() bool {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmPages.h42 struct Pages { struct
49 constexpr explicit Pages(uint64_t value) : value_(value) {} in Pages() function
57 static Pages fromByteLengthExact(size_t byteLength) { in fromByteLengthExact() argument
81 bool checkedIncrement(Pages delta) { in checkedIncrement() argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmPages.h42 struct Pages { struct
49 constexpr explicit Pages(uint64_t value) : value_(value) {} in Pages() function
57 static Pages fromByteLengthExact(size_t byteLength) { in fromByteLengthExact() argument
81 bool checkedIncrement(Pages delta) { in checkedIncrement() argument
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmMemory.h62 struct Pages { struct
69 constexpr Pages() : value_(0) {} in Pages() function
70 constexpr explicit Pages(uint64_t value) : value_(value) {} in Pages() argument
78 static Pages fromByteLengthExact(size_t byteLength) { in fromByteLengthExact() argument
102 bool checkedIncrement(Pages delta) { in checkedIncrement() argument
/dports/sysutils/doctl/doctl-1.68.0/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
45 func (p *Pages) current() (int, error) {
63 func (p *Pages) nextPageToken() (string, error) {
74 func (p *Pages) prevPageToken() (string, error) {
93 func (p *Pages) isLast() bool {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dlinks.go12 Pages *Pages `json:"pages,omitempty"` member
17 type Pages struct { struct
18 First string `json:"first,omitempty"`
19 Prev string `json:"prev,omitempty"`
20 Last string `json:"last,omitempty"`
21 Next string `json:"next,omitempty"`
36 func (p *Pages) current() (int, error) {
62 func (p *Pages) isLast() bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dlinks.go12 Pages *Pages `json:"pages,omitempty"` member
17 type Pages struct { struct
18 First string `json:"first,omitempty"`
19 Prev string `json:"prev,omitempty"`
20 Last string `json:"last,omitempty"`
21 Next string `json:"next,omitempty"`
36 func (p *Pages) current() (int, error) {
62 func (p *Pages) isLast() bool {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dlinks.go12 Pages *Pages `json:"pages,omitempty"` member
17 type Pages struct { struct
18 First string `json:"first,omitempty"`
19 Prev string `json:"prev,omitempty"`
20 Last string `json:"last,omitempty"`
21 Next string `json:"next,omitempty"`
36 func (p *Pages) current() (int, error) {
62 func (p *Pages) isLast() bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dlinks.go12 Pages *Pages `json:"pages,omitempty"` member
17 type Pages struct { struct
18 First string `json:"first,omitempty"`
19 Prev string `json:"prev,omitempty"`
20 Last string `json:"last,omitempty"`
21 Next string `json:"next,omitempty"`
36 func (p *Pages) current() (int, error) {
62 func (p *Pages) isLast() bool {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/digitalocean/godo/
H A Dlinks.go10 Pages *Pages `json:"pages,omitempty"` member
15 type Pages struct { struct
16 First string `json:"first,omitempty"`
17 Prev string `json:"prev,omitempty"`
18 Last string `json:"last,omitempty"`
19 Next string `json:"next,omitempty"`
34 func (p *Pages) current() (int, error) {
60 func (p *Pages) isLast() bool {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/digitalocean/godo/
H A Dlinks.go11 Pages *Pages `json:"pages,omitempty"` member
16 type Pages struct { struct
17 First string `json:"first,omitempty"`
18 Prev string `json:"prev,omitempty"`
19 Last string `json:"last,omitempty"`
20 Next string `json:"next,omitempty"`
35 func (p *Pages) current() (int, error) {
61 func (p *Pages) isLast() bool {

12345678910>>...171