Home
last modified time | relevance | path

Searched refs:Confirm (Results 1 – 25 of 6186) sorted by relevance

12345678910>>...248

/dports/security/keybase/client-v5.7.1/shared/common-adapters/confirm-modal/
H A Dindex.stories.tsx17 …description: 'Description - Explain here what are the consequences of tapping the Confirm button.',
70 Sb.storiesOf('Common/Confirm Modal', module).add('Confirm', () => <ConfirmModal {...props} />)
71 Sb.storiesOf('Common/Confirm Modal', module).add('Confirm w/Button Text', () => (
74 Sb.storiesOf('Common/Confirm Modal', module).add('Confirm alternate content', () => (
77 Sb.storiesOf('Common/Confirm Modal', module).add('Confirm alternate header', () => (
80 Sb.storiesOf('Common/Confirm Modal', module).add('Confirm with error', () => (
83 Sb.storiesOf('Common/Confirm Modal', module).add('Confirm with error and header', () => (
86 Sb.storiesOf('Common/Confirm Modal', module).add(
87 'Confirm with error and header and long explanation',
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/dialoguer-0.8.0/src/prompts/
H A Dconfirm.rs22 pub struct Confirm<'a> { struct
30 impl<'a> Default for Confirm<'a> { argument
31 fn default() -> Confirm<'a> { in default()
32 Confirm::new() in default()
36 impl<'a> Confirm<'a> { implementation
38 pub fn new() -> Confirm<'static> { in new()
39 Confirm::with_theme(&SimpleTheme) in new()
58 pub fn with_theme(theme: &'a dyn Theme) -> Confirm<'a> { in with_theme()
59 Confirm { in with_theme()
76 pub fn with_text(&mut self, text: &str) -> &mut Confirm<'a> { in with_text()
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/gopkg.in/AlecAivazis/survey.v1/survey-1.8.8/
H A Dconfirm_test.go25 prompt Confirm
31 Confirm{Message: "Is pizza your favorite food?", Default: true},
37 Confirm{Message: "Is pizza your favorite food?", Default: false},
43 Confirm{Message: "Is pizza your favorite food?"},
49 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
55 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
66 test.data.Confirm = test.prompt
85 &Confirm{
97 &Confirm{
110 &Confirm{
[all …]
H A Dconfirm.go11 type Confirm struct { struct
20 Confirm anonMember
50 func (c *Confirm) getBool(showHelp bool) (bool, error) { argument
78 ConfirmTemplateData{Confirm: *c, ShowHelp: true},
93 ConfirmTemplateData{Confirm: *c, ShowHelp: showHelp},
115 func (c *Confirm) Prompt() (interface{}, error) { argument
119 ConfirmTemplateData{Confirm: *c},
130 func (c *Confirm) Cleanup(val interface{}) error { argument
136 ConfirmTemplateData{Confirm: *c, Answer: ans},
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/AlecAivazis/survey.v1/
H A Dconfirm_test.go25 prompt Confirm
31 Confirm{Message: "Is pizza your favorite food?", Default: true},
37 Confirm{Message: "Is pizza your favorite food?", Default: false},
43 Confirm{Message: "Is pizza your favorite food?"},
49 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
55 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
66 test.data.Confirm = test.prompt
85 &Confirm{
97 &Confirm{
110 &Confirm{
[all …]
H A Dconfirm.go11 type Confirm struct { struct
20 Confirm anonMember
50 func (c *Confirm) getBool(showHelp bool) (bool, error) { argument
78 ConfirmTemplateData{Confirm: *c, ShowHelp: true},
93 ConfirmTemplateData{Confirm: *c, ShowHelp: showHelp},
115 func (c *Confirm) Prompt() (interface{}, error) { argument
119 ConfirmTemplateData{Confirm: *c},
130 func (c *Confirm) Cleanup(val interface{}) error { argument
136 ConfirmTemplateData{Confirm: *c, Answer: ans},
/dports/devel/gh/cli-2.4.0/vendor/github.com/AlecAivazis/survey/v2/
H A Dconfirm_test.go25 prompt Confirm
31 Confirm{Message: "Is pizza your favorite food?", Default: true},
37 Confirm{Message: "Is pizza your favorite food?", Default: false},
43 Confirm{Message: "Is pizza your favorite food?"},
49 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
55 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
66 test.data.Confirm = test.prompt
89 &Confirm{
101 &Confirm{
114 &Confirm{
[all …]
H A Dconfirm.go9 type Confirm struct { struct
18 Confirm anonMember
49 func (c *Confirm) getBool(showHelp bool, config *PromptConfig) (bool, error) { argument
78 Confirm: *c,
97 Confirm: *c,
122 func (c *Confirm) Prompt(config *PromptConfig) (interface{}, error) { argument
127 Confirm: *c,
140 func (c *Confirm) Cleanup(config *PromptConfig, val interface{}) error { argument
148 Confirm: *c,
/dports/devel/bit/bit-1.1.2/vendor/github.com/AlecAivazis/survey/v2/
H A Dconfirm_test.go25 prompt Confirm
31 Confirm{Message: "Is pizza your favorite food?", Default: true},
37 Confirm{Message: "Is pizza your favorite food?", Default: false},
43 Confirm{Message: "Is pizza your favorite food?"},
49 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
55 Confirm{Message: "Is pizza your favorite food?", Help: "This is helpful"},
66 test.data.Confirm = test.prompt
89 &Confirm{
101 &Confirm{
114 &Confirm{
[all …]
H A Dconfirm.go9 type Confirm struct { struct
18 Confirm anonMember
49 func (c *Confirm) getBool(showHelp bool, config *PromptConfig) (bool, error) { argument
78 Confirm: *c,
97 Confirm: *c,
122 func (c *Confirm) Prompt(config *PromptConfig) (interface{}, error) { argument
127 Confirm: *c,
140 func (c *Confirm) Cleanup(config *PromptConfig, val interface{}) error { argument
148 Confirm: *c,
/dports/devel/git-town/git-town-7.6.0/vendor/gopkg.in/AlecAivazis/survey.v1/
H A Dconfirm.go11 type Confirm struct { struct
20 Confirm anonMember
50 func (c *Confirm) getBool(showHelp bool) (bool, error) { argument
78 ConfirmTemplateData{Confirm: *c, ShowHelp: true},
93 ConfirmTemplateData{Confirm: *c, ShowHelp: showHelp},
115 func (c *Confirm) Prompt() (interface{}, error) { argument
119 ConfirmTemplateData{Confirm: *c},
130 func (c *Confirm) Cleanup(val interface{}) error { argument
136 ConfirmTemplateData{Confirm: *c, Answer: ans},
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/AlecAivazis/survey/
H A Dconfirm.go13 type Confirm struct { struct
22 Confirm anonMember
52 func (c *Confirm) getBool(showHelp bool) (bool, error) { argument
78 ConfirmTemplateData{Confirm: *c, ShowHelp: true},
93 ConfirmTemplateData{Confirm: *c, ShowHelp: showHelp},
115 func (c *Confirm) Prompt() (interface{}, error) { argument
119 ConfirmTemplateData{Confirm: *c},
130 func (c *Confirm) Cleanup(val interface{}) error { argument
136 ConfirmTemplateData{Confirm: *c, Answer: ans},
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/dialoguer-0.8.0/examples/
H A Dconfirm.rs1 use dialoguer::{theme::ColorfulTheme, Confirm};
4 if Confirm::with_theme(&ColorfulTheme::default()) in main()
14 if Confirm::with_theme(&ColorfulTheme::default()) in main()
25 if Confirm::with_theme(&ColorfulTheme::default()) in main()
38 if Confirm::with_theme(&ColorfulTheme::default()) in main()
49 match Confirm::with_theme(&ColorfulTheme::default()) in main()
59 match Confirm::with_theme(&ColorfulTheme::default()) in main()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/ui-v2/app/components/consul-token-list/
H A Dindex.hbs52 Confirm logout
59 <BlockSlot @name="confirm" as |Confirm|>
60 <Confirm>Logout</Confirm>
73 Confirm use
80 <BlockSlot @name="confirm" as |Confirm|>
81 <Confirm>Use</Confirm>
95 Confirm delete
102 <BlockSlot @name="confirm" as |Confirm|>
103 <Confirm>Delete</Confirm>
/dports/net/traefik/traefik-2.6.1/vendor/github.com/AlecAivazis/survey/v2/
H A Dconfirm.go9 type Confirm struct { struct
18 Confirm anonMember
49 func (c *Confirm) getBool(showHelp bool, config *PromptConfig) (bool, error) { argument
78 Confirm: *c,
97 Confirm: *c,
122 func (c *Confirm) Prompt(config *PromptConfig) (interface{}, error) { argument
127 Confirm: *c,
140 func (c *Confirm) Cleanup(config *PromptConfig, val interface{}) error { argument
148 Confirm: *c,
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/app/components/consul/token/list/
H A Dindex.hbs60 Confirm logout
67 <BlockSlot @name="confirm" as |Confirm|>
68 <Confirm>Logout</Confirm>
81 Confirm use
88 <BlockSlot @name="confirm" as |Confirm|>
89 <Confirm>Use</Confirm>
105 Confirm delete
112 <BlockSlot @name="confirm" as |Confirm|>
113 <Confirm>Delete</Confirm>
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/consul/token/list/
H A Dindex.hbs60 Confirm logout
67 <BlockSlot @name="confirm" as |Confirm|>
68 <Confirm>Logout</Confirm>
81 Confirm use
88 <BlockSlot @name="confirm" as |Confirm|>
89 <Confirm>Use</Confirm>
105 Confirm delete
112 <BlockSlot @name="confirm" as |Confirm|>
113 <Confirm>Delete</Confirm>
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/consul/token/list/
H A Dindex.hbs60 Confirm logout
67 <BlockSlot @name="confirm" as |Confirm|>
68 <Confirm>Logout</Confirm>
81 Confirm use
88 <BlockSlot @name="confirm" as |Confirm|>
89 <Confirm>Use</Confirm>
105 Confirm delete
112 <BlockSlot @name="confirm" as |Confirm|>
113 <Confirm>Delete</Confirm>
/dports/devel/gh/cli-2.4.0/vendor/github.com/AlecAivazis/survey/v2/tests/
H A Dconfirm.go12 "Enter 'yes'", &survey.Confirm{
17 "Enter 'no'", &survey.Confirm{
22 "default", &survey.Confirm{
28 "not recognized (enter random letter)", &survey.Confirm{
34 "no help - type '?'", &survey.Confirm{
/dports/devel/git-town/git-town-7.6.0/vendor/gopkg.in/AlecAivazis/survey.v1/survey-1.8.8/tests/
H A Dconfirm.go12 "Enter 'yes'", &survey.Confirm{
17 "Enter 'no'", &survey.Confirm{
22 "default", &survey.Confirm{
28 "not recognized (enter random letter)", &survey.Confirm{
34 "no help - type '?'", &survey.Confirm{
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/AlecAivazis/survey.v1/tests/
H A Dconfirm.go12 "Enter 'yes'", &survey.Confirm{
17 "Enter 'no'", &survey.Confirm{
22 "default", &survey.Confirm{
28 "not recognized (enter random letter)", &survey.Confirm{
34 "no help - type '?'", &survey.Confirm{
/dports/devel/bit/bit-1.1.2/vendor/github.com/AlecAivazis/survey/v2/tests/
H A Dconfirm.go12 "Enter 'yes'", &survey.Confirm{
17 "Enter 'no'", &survey.Confirm{
22 "default", &survey.Confirm{
28 "not recognized (enter random letter)", &survey.Confirm{
34 "no help - type '?'", &survey.Confirm{
/dports/devel/gh/cli-2.4.0/pkg/prompt/
H A Dprompt.go6 orig := Confirm
7 Confirm = func(_ string, r *bool) error {
12 Confirm = orig
16 var Confirm = func(prompt string, result *bool) error { var
17 p := &survey.Confirm{
/dports/devel/gh/cli-2.4.0/pkg/cmd/codespace/
H A Dmock_prompter.go32 Confirm []struct {
41 func (mock *prompterMock) Confirm(message string) (bool, error) { func
51 mock.calls.Confirm = append(mock.calls.Confirm, callInfo)
66 calls = mock.calls.Confirm
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/helpers/
H A Dprompts.go34 confirm := &Confirm{
42 type Confirm struct { struct
48 func (c *Confirm) Ask() (bool, error) { argument
49 prompt := &survey.Confirm{
65 c := &Confirm{

12345678910>>...248