Home
last modified time | relevance | path

Searched +defs:Widget +defs:init (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
125 func (m *Widget) GetText() *Text {
132 func (m *Widget) GetBlank() *empty.Empty {
149 func init() { func
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
125 func (m *Widget) GetText() *Text {
132 func (m *Widget) GetBlank() *empty.Empty {
149 func init() { func
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
125 func (m *Widget) GetText() *Text {
132 func (m *Widget) GetBlank() *empty.Empty {
149 func init() { func
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
125 func (m *Widget) GetText() *Text {
132 func (m *Widget) GetBlank() *empty.Empty {
149 func init() { func
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
125 func (m *Widget) GetText() *Text {
132 func (m *Widget) GetBlank() *empty.Empty {
149 func init() { func
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
125 func (m *Widget) GetText() *Text {
132 func (m *Widget) GetBlank() *empty.Empty {
149 func init() { func
[all …]
/dports/net/termshark/termshark-2.1.1/widgets/trackfocus/
H A Dtrackfocus.go14 type Widget struct { struct
15 gowid.IWidget
16 init bool member
17 last bool
18 cb *gowid.Callbacks
34 func (w *Widget) OnFocusLost(f gowid.IWidgetChangedCallback) {
38 func (w *Widget) RemoveOnFocusLost(f gowid.IIdentity) {
42 func (w *Widget) OnFocusGained(f gowid.IWidgetChangedCallback) {
46 func (w *Widget) RemoveOnFocusGained(f gowid.IIdentity) {
66 func (w *Widget) SubWidget() gowid.IWidget {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/todo/
H A Dwidget.go24 type Widget struct { struct
25 view.KeyboardWidget
26 view.TextWidget
28 app *tview.Application
29 settings *Settings
30 filePath string
31 list checklist.Checklist
32 pages *tview.Pages
63 func (widget *Widget) Refresh() {
100 func (widget *Widget) init() { func
[all …]
/dports/net/termshark/termshark-2.1.1/widgets/rossshark/
H A Drossshark.go42 func init() { func
56 type Widget struct { struct
57 gowid.IWidget
58 Dir Direction
59 active bool
60 xOffset int
61 mask [][]string
62 backg []string
63 ticker *time.Ticker
82 func (w *Widget) Advance() {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/spinner/
H A Dspinner.go40 type Widget struct { struct
41 enabled bool
42 label string
43 idx int
44 ticker *time.Ticker
45 stopChan chan struct{}
46 styler gowid.ICellStyler
47 Callbacks *gowid.Callbacks
48 gowid.RejectUserInput
49 gowid.NotSelectable
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/divider/
H A Ddivider.go22 func init() { func
41 type Widget struct { struct
42 opts Options
43 gowid.RejectUserInput
44 gowid.NotSelectable
92 func (w *Widget) String() string {
96 func (w *Widget) Opts() Options {
100 …Widget) RenderSize(size gowid.IRenderSize, focus gowid.Selector, app gowid.IApp) gowid.IRenderBox {
104 …nc (w *Widget) Render(size gowid.IRenderSize, focus gowid.Selector, app gowid.IApp) gowid.ICanvas {
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go48 type Widget struct { struct
49 state protoimpl.MessageState
50 sizeCache protoimpl.SizeCache
51 unknownFields protoimpl.UnknownFields
65 func (x *Widget) Reset() {
74 func (x *Widget) String() string {
78 func (*Widget) ProtoMessage() {}
97 func (x *Widget) GetTitle() string {
111 func (x *Widget) GetXyChart() *XyChart {
125 func (x *Widget) GetText() *Text {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go48 type Widget struct { struct
49 state protoimpl.MessageState
50 sizeCache protoimpl.SizeCache
51 unknownFields protoimpl.UnknownFields
65 func (x *Widget) Reset() {
74 func (x *Widget) String() string {
78 func (*Widget) ProtoMessage() {}
97 func (x *Widget) GetTitle() string {
111 func (x *Widget) GetXyChart() *XyChart {
125 func (x *Widget) GetText() *Text {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go48 type Widget struct { struct
49 state protoimpl.MessageState
50 sizeCache protoimpl.SizeCache
51 unknownFields protoimpl.UnknownFields
65 func (x *Widget) Reset() {
74 func (x *Widget) String() string {
78 func (*Widget) ProtoMessage() {}
97 func (x *Widget) GetTitle() string {
111 func (x *Widget) GetXyChart() *XyChart {
125 func (x *Widget) GetText() *Text {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go42 type Widget struct { struct
43 state protoimpl.MessageState
44 sizeCache protoimpl.SizeCache
45 unknownFields protoimpl.UnknownFields
59 func (x *Widget) Reset() {
68 func (x *Widget) String() string {
72 func (*Widget) ProtoMessage() {}
91 func (x *Widget) GetTitle() string {
105 func (x *Widget) GetXyChart() *XyChart {
119 func (x *Widget) GetText() *Text {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/genproto/go-genproto-6486ece9c497/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]
/dports/net/storj/storj-1.45.3/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go48 type Widget struct { struct
49 state protoimpl.MessageState
50 sizeCache protoimpl.SizeCache
51 unknownFields protoimpl.UnknownFields
65 func (x *Widget) Reset() {
74 func (x *Widget) String() string {
78 func (*Widget) ProtoMessage() {}
97 func (x *Widget) GetTitle() string {
111 func (x *Widget) GetXyChart() *XyChart {
125 func (x *Widget) GetText() *Text {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go47 type Widget struct { struct
48 state protoimpl.MessageState
49 sizeCache protoimpl.SizeCache
50 unknownFields protoimpl.UnknownFields
64 func (x *Widget) Reset() {
73 func (x *Widget) String() string {
77 func (*Widget) ProtoMessage() {}
96 func (x *Widget) GetTitle() string {
110 func (x *Widget) GetXyChart() *XyChart {
124 func (x *Widget) GetText() *Text {
[all …]

12345678910>>...13