Home
last modified time | relevance | path

Searched refs:prompt_type (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_unhandled_prompt_behavior.py37 prompt_type, argument
52 script_args=(prompt_type, text),
79 def test_accept(self, prompt_type, result): argument
82 prompt_type, "foo {}".format(prompt_type), result, expected_notify=False
91 prompt_type, "foo {}".format(prompt_type), result
97 def test_dismiss(self, prompt_type, result): argument
100 prompt_type, "foo {}".format(prompt_type), result, expected_notify=False
109 prompt_type, "foo {}".format(prompt_type), result
115 def test_ignore(self, prompt_type, result): argument
118 prompt_type, "foo {}".format(prompt_type), result, expected_close=False
[all …]
/dports/www/firefox/firefox-99.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_unhandled_prompt_behavior.py37 prompt_type, argument
52 script_args=(prompt_type, text),
79 def test_accept(self, prompt_type, result): argument
82 prompt_type, "foo {}".format(prompt_type), result, expected_notify=False
91 prompt_type, "foo {}".format(prompt_type), result
97 def test_dismiss(self, prompt_type, result): argument
100 prompt_type, "foo {}".format(prompt_type), result, expected_notify=False
109 prompt_type, "foo {}".format(prompt_type), result
115 def test_ignore(self, prompt_type, result): argument
118 prompt_type, "foo {}".format(prompt_type), result, expected_close=False
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_unhandled_prompt_behavior.py37 prompt_type, argument
52 script_args=(prompt_type, text),
79 def test_accept(self, prompt_type, result): argument
82 prompt_type, "foo {}".format(prompt_type), result, expected_notify=False
91 prompt_type, "foo {}".format(prompt_type), result
97 def test_dismiss(self, prompt_type, result): argument
100 prompt_type, "foo {}".format(prompt_type), result, expected_notify=False
109 prompt_type, "foo {}".format(prompt_type), result
115 def test_ignore(self, prompt_type, result): argument
118 prompt_type, "foo {}".format(prompt_type), result, expected_close=False
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_unhandled_prompt_behavior.py45 """, script_args=(prompt_type, text))
70 def test_accept(self, prompt_type, result): argument
72 self.perform_user_prompt_check(prompt_type, "foo {}".format(prompt_type), result,
80 self.perform_user_prompt_check(prompt_type, "foo {}".format(prompt_type), result)
85 def test_dismiss(self, prompt_type, result): argument
87 self.perform_user_prompt_check(prompt_type, "foo {}".format(prompt_type), result,
95 self.perform_user_prompt_check(prompt_type, "foo {}".format(prompt_type), result)
100 def test_ignore(self, prompt_type, result): argument
102 self.perform_user_prompt_check(prompt_type, "foo {}".format(prompt_type), result,
108 def test_default(self, prompt_type, result): argument
[all …]
/dports/security/openssh-portable/openssh-8.8p1/contrib/
H A Dgnome-ssh-askpass3.c134 passphrase_dialog(char *message, int prompt_type) in passphrase_dialog() argument
159 switch (prompt_type) { in passphrase_dialog()
188 if (prompt_type == PROMPT_ENTRY || prompt_type == PROMPT_NONE) { in passphrase_dialog()
199 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
242 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
283 int result, prompt_type = PROMPT_ENTRY; in main() local
295 prompt_type = PROMPT_CONFIRM; in main()
297 prompt_type = PROMPT_NONE; in main()
301 result = passphrase_dialog(message, prompt_type); in main()
H A Dgnome-ssh-askpass2.c150 passphrase_dialog(char *message, int prompt_type) in passphrase_dialog() argument
172 switch (prompt_type) { in passphrase_dialog()
201 if (prompt_type == PROMPT_ENTRY || prompt_type == PROMPT_NONE) { in passphrase_dialog()
212 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
273 if (prompt_type == PROMPT_ENTRY) { in passphrase_dialog()
319 int result, prompt_type = PROMPT_ENTRY; in main() local
331 prompt_type = PROMPT_CONFIRM; in main()
333 prompt_type = PROMPT_NONE; in main()
337 result = passphrase_dialog(message, prompt_type); in main()
/dports/security/gcr/gcr-3.40.0/ui/
H A Dfrob-prompt.c36 static gchar *prompt_type = NULL; variable
109 if (!prompt_type || g_str_equal (prompt_type, "dialog")) in prompt_perform()
111 else if (g_str_equal (prompt_type, "system")) in prompt_perform()
113 else if (g_str_equal (prompt_type, "private")) in prompt_perform()
116 g_error ("invalid type: %s", prompt_type); in prompt_perform()
224 { "type", 'c', 0, G_OPTION_ARG_STRING, &prompt_type,
277 g_free (prompt_type); in main()
/dports/editors/gedit/gedit-40.1/plugins/time/
H A Dgedit-time-plugin.c562 GeditTimePluginPromptType prompt_type; in configure_widget_button_toggled() local
572 prompt_type = USE_CUSTOM_FORMAT; in configure_widget_button_toggled()
580 prompt_type = USE_SELECTED_FORMAT; in configure_widget_button_toggled()
588 prompt_type = PROMPT_SELECTED_FORMAT; in configure_widget_button_toggled()
597 prompt_type); in configure_widget_button_toggled()
647 GeditTimePluginPromptType prompt_type; in get_configure_widget() local
687 if (prompt_type == USE_CUSTOM_FORMAT) in get_configure_widget()
832 if (prompt_type == PROMPT_CUSTOM_FORMAT) in get_choose_format_dialog()
958 GeditTimePluginPromptType prompt_type; in time_cb() local
971 if (prompt_type == USE_CUSTOM_FORMAT) in time_cb()
[all …]
/dports/editors/xed/xed-3.2.0/plugins/time/
H A Dxed-time-plugin.c526 XedTimePluginPromptType prompt_type; in configure_widget_button_toggled() local
536 prompt_type = USE_CUSTOM_FORMAT; in configure_widget_button_toggled()
545 prompt_type = USE_SELECTED_FORMAT; in configure_widget_button_toggled()
554 prompt_type = PROMPT_SELECTED_FORMAT; in configure_widget_button_toggled()
611 XedTimePluginPromptType prompt_type; in get_configure_widget() local
658 if (prompt_type == USE_CUSTOM_FORMAT) in get_configure_widget()
666 else if (prompt_type == USE_SELECTED_FORMAT) in get_configure_widget()
822 if (prompt_type == PROMPT_CUSTOM_FORMAT) in get_choose_format_dialog()
926 XedTimePluginPromptType prompt_type; in time_cb() local
937 if (prompt_type == USE_CUSTOM_FORMAT) in time_cb()
[all …]
/dports/editors/pluma/pluma-1.26.0/plugins/time/
H A Dpluma-time-plugin.c325 PlumaTimePluginPromptType prompt_type; in get_prompt_type() local
330 return prompt_type; in get_prompt_type()
335 PlumaTimePluginPromptType prompt_type) in set_prompt_type() argument
345 prompt_type); in set_prompt_type()
700 PlumaTimePluginPromptType prompt_type; in get_configure_dialog() local
741 prompt_type = get_prompt_type (plugin); in get_configure_dialog()
848 PlumaTimePluginPromptType prompt_type, in get_choose_format_dialog() argument
926 if (prompt_type == PROMPT_CUSTOM_FORMAT) in get_choose_format_dialog()
1043 PlumaTimePluginPromptType prompt_type; in time_cb() local
1051 prompt_type = get_prompt_type (plugin); in time_cb()
[all …]
/dports/misc/py-powerline-status/powerline-2.8.2/tests/test_python/
H A Dtest_provided_config_files.py158 for prompt_type in ['in', 'in2']:
159 powerline.render(is_prompt=True, matcher_info=prompt_type, segment_info=segment_info)
160 powerline.render(is_prompt=True, matcher_info=prompt_type, segment_info=segment_info)
162 for prompt_type in ['out', 'rewrite']:
163 powerline.render(is_prompt=False, matcher_info=prompt_type, segment_info=segment_info)
164 powerline.render(is_prompt=False, matcher_info=prompt_type, segment_info=segment_info)
/dports/games/tads/tads-3.0.8/tads2/
H A Daskf_os.c40 int prompt_type, os_filetype_t file_type) in tio_askfile() argument
43 return os_askfile(prompt, reply, replen, prompt_type, file_type); in tio_askfile()
H A Daskf_tx.c40 int prompt_type, os_filetype_t file_type) in tio_askfile() argument
/dports/math/R/R-4.1.2/src/main/
H A Dmain.c124 static int prompt_type; variable
241 state->prompt_type = 1; in Rf_ReplIteration()
278 state->prompt_type = 1; in Rf_ReplIteration()
283 state->prompt_type = 1; in Rf_ReplIteration()
291 state->prompt_type = 2; in Rf_ReplIteration()
357 prompt_type = 1; in R_ReplDLLinit()
388 prompt_type = 1; in R_ReplDLLdo1()
410 prompt_type = 1; in R_ReplDLLdo1()
415 prompt_type = 1; in R_ReplDLLdo1()
419 prompt_type = 2; in R_ReplDLLdo1()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Dmain.c124 static int prompt_type; variable
241 state->prompt_type = 1; in Rf_ReplIteration()
278 state->prompt_type = 1; in Rf_ReplIteration()
283 state->prompt_type = 1; in Rf_ReplIteration()
291 state->prompt_type = 2; in Rf_ReplIteration()
357 prompt_type = 1; in R_ReplDLLinit()
388 prompt_type = 1; in R_ReplDLLdo1()
410 prompt_type = 1; in R_ReplDLLdo1()
415 prompt_type = 1; in R_ReplDLLdo1()
419 prompt_type = 2; in R_ReplDLLdo1()
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/iex/lib/iex/
H A Dserver.ex128 {prompt_type, prefix} =
135 input = spawn(fn -> io_get(self_pid, prompt_type, prefix, counter) end)
360 defp io_get(pid, prompt_type, prefix, counter) do
361 prompt = prompt(prompt_type, prefix, counter)
365 defp prompt(prompt_type, prefix, counter) do
368 {prompt_mode(prompt_type, :alive), prefix || remote_prefix()}
370 {prompt_mode(prompt_type, :default), prefix || "iex"}
/dports/lang/elixir/elixir-1.12.3/lib/iex/lib/iex/
H A Dserver.ex121 {prompt_type, prefix} =
128 input = spawn(fn -> io_get(self_pid, prompt_type, prefix, counter) end)
334 defp io_get(pid, prompt_type, prefix, counter) do
335 prompt = prompt(prompt_type, prefix, counter)
339 defp prompt(prompt_type, prefix, counter) do
342 {prompt_mode(prompt_type, :alive), prefix || remote_prefix()}
344 {prompt_mode(prompt_type, :default), prefix || "iex"}
/dports/security/putty/putty-0.76/unix/
H A Duxpgnt.c46 RuntimePromptType prompt_type; member
119 switch (upc->prompt_type) { in uxpgnt_ask_passphrase()
469 } prompt_type = PROMPT_UNSPEC; variable
512 if (prompt_type == PROMPT_TTY) { in askpass()
521 if (prompt_type == PROMPT_GUI) { in askpass()
1071 switch (upc->prompt_type) { in agent_loop_pw_check()
1088 upc->prompt_type = RTPROMPT_UNAVAILABLE; in agent_loop_pw_check()
1159 upc->prompt_type = display ? RTPROMPT_GUI : RTPROMPT_UNAVAILABLE; in run_agent()
1269 upc->prompt_type = RTPROMPT_DEBUG; in run_agent()
1402 prompt_type = PROMPT_TTY; in main()
[all …]
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxpgnt.c46 RuntimePromptType prompt_type; member
119 switch (upc->prompt_type) { in uxpgnt_ask_passphrase()
469 } prompt_type = PROMPT_UNSPEC; variable
512 if (prompt_type == PROMPT_TTY) { in askpass()
521 if (prompt_type == PROMPT_GUI) { in askpass()
1071 switch (upc->prompt_type) { in agent_loop_pw_check()
1088 upc->prompt_type = RTPROMPT_UNAVAILABLE; in agent_loop_pw_check()
1159 upc->prompt_type = display ? RTPROMPT_GUI : RTPROMPT_UNAVAILABLE; in run_agent()
1269 upc->prompt_type = RTPROMPT_DEBUG; in run_agent()
1402 prompt_type = PROMPT_TTY; in main()
[all …]
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-system-prompter.c91 GType prompt_type; member
278 self->pv->prompt_type = g_value_get_gtype (value); in gcr_system_prompter_set_property()
346 g_return_val_if_fail (self->pv->prompt_type != 0, NULL); in gcr_system_prompter_new_prompt()
348 g_debug ("creating new %s prompt", g_type_name (self->pv->prompt_type)); in gcr_system_prompter_new_prompt()
350 return g_object_new (self->pv->prompt_type, NULL); in gcr_system_prompter_new_prompt()
1102 GType prompt_type) in gcr_system_prompter_new() argument
1104 if (prompt_type == 0) { in gcr_system_prompter_new()
1112 "prompt-type", prompt_type, in gcr_system_prompter_new()
1149 return self->pv->prompt_type; in gcr_system_prompter_get_prompt_type()
H A Dgcr-system-prompter.h74 GType prompt_type);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view_browsertest.cc75 ExtensionInstallPrompt::PromptType prompt_type);
77 ExtensionInstallPrompt::PromptType prompt_type,
103 ExtensionInstallPrompt::PromptType prompt_type) { in CreatePrompt() argument
104 return CreatePrompt(prompt_type, extension_); in CreatePrompt()
109 ExtensionInstallPrompt::PromptType prompt_type, in CreatePrompt() argument
112 new ExtensionInstallPrompt::Prompt(prompt_type)); in CreatePrompt()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dpreauth_sam2.c96 krb5_prompt_type prompt_type; in sam2_process() local
184 prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in sam2_process()
185 k5_set_prompt_types(context, &prompt_type); in sam2_process()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dpreauth_sam2.c96 krb5_prompt_type prompt_type; in sam2_process() local
184 prompt_type = KRB5_PROMPT_TYPE_PREAUTH; in sam2_process()
185 k5_set_prompt_types(context, &prompt_type); in sam2_process()
H A Dgic_pwd.c27 krb5_prompt_type prompt_type; in krb5_get_as_key_password() local
83 prompt_type = KRB5_PROMPT_TYPE_PASSWORD; in krb5_get_as_key_password()
86 k5_set_prompt_types(context, &prompt_type); in krb5_get_as_key_password()

123