Home
last modified time | relevance | path

Searched refs:RegionPage (Results 1 – 21 of 21) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go87 type RegionPage struct { struct
92 func (r RegionPage) IsEmpty() (bool, error) { argument
98 func (r RegionPage) NextPageURL() (string, error) { argument
117 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go87 type RegionPage struct { struct
92 func (r RegionPage) IsEmpty() (bool, error) { argument
98 func (r RegionPage) NextPageURL() (string, error) { argument
117 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/identity/v3/regions/
H A Dresults.go88 type RegionPage struct { struct
93 func (r RegionPage) IsEmpty() (bool, error) { argument
99 func (r RegionPage) NextPageURL() (string, error) { argument
118 err := (r.(RegionPage)).ExtractInto(&s)
H A Drequests.go37 return RegionPage{pagination.LinkedPageBase{PageResult: r}}
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dimport.c1439 } RegionPage, PNTR RegionPagePtr; typedef
1506 rpp = (RegionPagePtr) MemNew (sizeof (RegionPage)); in CreateRegionDialog()