Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/python/Lib/
Dgetpass.py29 def unix_getpass(prompt='Password: ', stream=None): argument
97 def win_getpass(prompt='Password: ', stream=None): argument
120 def fallback_getpass(prompt='Password: ', stream=None): argument
129 def _raw_input(prompt="", stream=None, input=None): argument
/third_party/node/deps/npm/lib/utils/
Dread-user-info.js29 return readWithProgress({ prompt: msg, default: otp || '' }) property
38 return readWithProgress({ prompt: msg, silent: true, default: password || '' }) property
52 return readWithProgress({ prompt: msg, default: username || '' }) property
66 return readWithProgress({ prompt: msg, default: email || '' }) property
/third_party/node/test/parallel/
Dtest-readline-promises-interface.js400 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
411 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
432 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
452 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
471 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
490 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
509 let [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
520 [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
537 let [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
549 [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
[all …]
Dtest-readline-interface.js423 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
434 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
455 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
475 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
494 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
513 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
532 let [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
543 [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
560 let [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
572 [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
[all …]
Dtest-repl-pretty-stack-custom-writer.js12 prompt: '', property
Dtest-repl-tab-complete.js57 prompt: '', property
652 prompt: '', property
682 prompt: '', property
Dtest-readline-position.js17 prompt: '' property
Dtest-repl-function-definition-edge-case.js34 prompt: '' property
Dtest-repl-uncaught-exception-async.js18 prompt: '', property
/third_party/node/deps/npm/node_modules/promzard/lib/
Dindex.js162 async #prompt (prompt, def, tx) { method in PromZard
163 const res = await read({ prompt: prompt + ':', default: def }).then((r) => tx ? tx(r) : r) property
/third_party/curl/src/
Dtool_getpass.c62 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
99 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
175 char *getpass_r(const char *prompt, /* prompt to display */ in getpass_r()
/third_party/openssl/crypto/evp/
Devp_key.c24 void EVP_set_pw_prompt(const char *prompt) in EVP_set_pw_prompt()
47 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
52 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, in EVP_read_pw_string_min()
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_key.c24 void EVP_set_pw_prompt(const char *prompt) in EVP_set_pw_prompt()
47 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
52 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, in EVP_read_pw_string_min()
/third_party/gptfdisk/
Dgpttext.cc150 ostringstream prompt; in GetPartNum() local
162 ostringstream prompt; in ResizePartitionTable() local
187 ostringstream prompt; in MoveMainTable() local
207 ostringstream prompt; in MoveSecondTable() local
291 ostringstream prompt; in DeletePartition() local
390 ostringstream prompt; in SwapPartitions() local
581 const string & prompt) { in GetSectorNum()
848 ostringstream prompt; in ExpertsMenu() local
/third_party/node/deps/openssl/openssl/crypto/ui/
Dui_lib.c97 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt()
119 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string()
147 const char *prompt, in general_allocate_boolean()
197 int UI_add_input_string(UI *ui, const char *prompt, int flags, in UI_add_input_string()
206 int UI_dup_input_string(UI *ui, const char *prompt, int flags, in UI_dup_input_string()
224 int UI_add_verify_string(UI *ui, const char *prompt, int flags, in UI_add_verify_string()
233 int UI_dup_verify_string(UI *ui, const char *prompt, int flags, in UI_dup_verify_string()
252 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_add_input_boolean()
261 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_dup_input_boolean()
359 char *prompt = NULL; in UI_construct_prompt() local
/third_party/openssl/crypto/ui/
Dui_lib.c97 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt()
119 static int general_allocate_string(UI *ui, const char *prompt, in general_allocate_string()
147 const char *prompt, in general_allocate_boolean()
197 int UI_add_input_string(UI *ui, const char *prompt, int flags, in UI_add_input_string()
206 int UI_dup_input_string(UI *ui, const char *prompt, int flags, in UI_dup_input_string()
224 int UI_add_verify_string(UI *ui, const char *prompt, int flags, in UI_add_verify_string()
233 int UI_dup_verify_string(UI *ui, const char *prompt, int flags, in UI_dup_verify_string()
252 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_add_input_boolean()
261 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_dup_input_boolean()
359 char *prompt = NULL; in UI_construct_prompt() local
/third_party/python/Lib/distutils/tests/
Dtest_register.py49 def __call__(self, prompt=''): argument
82 def _getpass(prompt): argument
143 def _no_way(prompt=''): argument
/third_party/python/Lib/tkinter/
Dsimpledialog.py272 def __init__(self, title, prompt, argument
344 def askinteger(title, prompt, **kw): argument
366 def askfloat(title, prompt, **kw): argument
400 def askstring(title, prompt, **kw): argument
/third_party/toybox/kconfig/
Dmconf.c441 const char *prompt = menu_get_prompt(menu); in build_conf() local
586 const char *prompt = menu_get_prompt(menu); in conf() local
718 const char *prompt = menu_get_prompt(menu); in conf_choice() local
769 const char *prompt = menu_get_prompt(menu); in conf_string() local
/third_party/musl/src/legacy/
Dgetpass.c8 char *getpass(const char *prompt) in getpass()
/third_party/ffmpeg/tools/
Dzmqshell.py6 prompt = 'lavfi> ' variable in LavfiCmd
/third_party/node/deps/npm/node_modules/@colors/colors/themes/
Dgeneric-logging.js5 prompt: 'grey', property
/third_party/node/deps/npm/node_modules/@colors/colors/examples/
Dnormal-usage.js46 prompt: 'grey', property
Dsafe-string.js45 prompt: 'grey', property
/third_party/python/Parser/
Dmyreadline.c242 PyOS_StdioReadline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_StdioReadline()
355 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline()

12345