Home
last modified time | relevance | path

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

123456

/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/curl/src/
Dtool_getpass.c68 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
105 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
136 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
141 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r()
220 char *getpass_r(const char *prompt, /* prompt to display */ in getpass_r()
/third_party/node/deps/npm/lib/utils/
Dread-user-info.js33 return read({prompt: msg, default: otp || ''}) property
41 return read({prompt: msg, silent: true, default: password || ''}) property
56 return read({prompt: msg, default: username || ''}) property
71 return read({prompt: msg, default: email || ''}) property
Dotplease.js6 prompt: {default: 'This operation requires a one-time password.\nEnter OTP:'}, property
/third_party/node/test/parallel/
Dtest-readline-interface.js432 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
443 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
464 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
484 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
503 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
522 const [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
541 let [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
552 [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
569 let [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
581 [rli, fi] = getInterface({ terminal: true, prompt: '' }); property
[all …]
Dtest-repl-turn-off-editor-mode.js8 const server = repl.start({ prompt: '> ' }); property
Dtest-repl-deprecations.js9 const server = repl.start({ prompt: '> ' }); property
Dtest-repl-memory-deprecation.js9 const server = repl.start({ prompt: '> ' }); property
Dtest-repl-pretty-stack-custom-writer.js12 prompt: '', property
Dtest-repl-tab-complete.js59 prompt: '', property
583 prompt: '', property
613 prompt: '', property
Dtest-readline-position.js17 prompt: '' property
Dtest-repl-function-definition-edge-case.js34 prompt: '' property
/third_party/openssl/crypto/evp/
Devp_key.c20 void EVP_set_pw_prompt(const char *prompt) in EVP_set_pw_prompt()
43 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
48 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
269 ostringstream prompt; in DeletePartition() local
352 ostringstream prompt; in SwapPartitions() local
788 ostringstream prompt; in ExpertsMenu() local
/third_party/python/Lib/distutils/tests/
Dtest_register.py48 def __call__(self, prompt=''): argument
81 def _getpass(prompt): argument
142 def _no_way(prompt=''): argument
/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()
198 int UI_add_input_string(UI *ui, const char *prompt, int flags, in UI_add_input_string()
207 int UI_dup_input_string(UI *ui, const char *prompt, int flags, in UI_dup_input_string()
225 int UI_add_verify_string(UI *ui, const char *prompt, int flags, in UI_add_verify_string()
234 int UI_dup_verify_string(UI *ui, const char *prompt, int flags, in UI_dup_verify_string()
253 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_add_input_boolean()
262 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, in UI_dup_input_boolean()
360 char *prompt = NULL; in UI_construct_prompt() local
/third_party/python/Lib/tkinter/
Dsimpledialog.py259 def __init__(self, title, prompt, argument
331 def askinteger(title, prompt, **kw): argument
353 def askfloat(title, prompt, **kw): argument
387 def askstring(title, prompt, **kw): argument
/third_party/node/deps/npm/node_modules/promzard/
Dpromzard.js121 function prompt () { function
218 PromZard.prototype.prompt = function (pdt, cb) { method in PromZard
236 read({ prompt: prompt + ':' , default: def }, cb) property
/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/themes/
Dgeneric-logging.js5 prompt: 'grey', property
/third_party/node/deps/npm/node_modules/colors/examples/
Dnormal-usage.js44 prompt: 'grey', property
Dsafe-string.js42 prompt: 'grey', property
/third_party/python/Parser/
Dmyreadline.c241 PyOS_StdioReadline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_StdioReadline()
356 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline()

123456