| /third_party/python/Lib/ |
| D | getpass.py | 29 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/ |
| D | read-user-info.js | 29 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/ |
| D | test-readline-promises-interface.js | 400 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 …]
|
| D | test-readline-interface.js | 423 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 …]
|
| D | test-repl-pretty-stack-custom-writer.js | 12 prompt: '', property
|
| D | test-repl-tab-complete.js | 57 prompt: '', property 652 prompt: '', property 682 prompt: '', property
|
| D | test-readline-position.js | 17 prompt: '' property
|
| D | test-repl-function-definition-edge-case.js | 34 prompt: '' property
|
| D | test-repl-uncaught-exception-async.js | 18 prompt: '', property
|
| /third_party/node/deps/npm/node_modules/promzard/lib/ |
| D | index.js | 162 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/ |
| D | tool_getpass.c | 62 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/ |
| D | evp_key.c | 24 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/ |
| D | evp_key.c | 24 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/ |
| D | gpttext.cc | 150 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/ |
| D | ui_lib.c | 97 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/ |
| D | ui_lib.c | 97 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/ |
| D | test_register.py | 49 def __call__(self, prompt=''): argument 82 def _getpass(prompt): argument 143 def _no_way(prompt=''): argument
|
| /third_party/python/Lib/tkinter/ |
| D | simpledialog.py | 272 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/ |
| D | mconf.c | 441 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/ |
| D | getpass.c | 8 char *getpass(const char *prompt) in getpass()
|
| /third_party/ffmpeg/tools/ |
| D | zmqshell.py | 6 prompt = 'lavfi> ' variable in LavfiCmd
|
| /third_party/node/deps/npm/node_modules/@colors/colors/themes/ |
| D | generic-logging.js | 5 prompt: 'grey', property
|
| /third_party/node/deps/npm/node_modules/@colors/colors/examples/ |
| D | normal-usage.js | 46 prompt: 'grey', property
|
| D | safe-string.js | 45 prompt: 'grey', property
|
| /third_party/python/Parser/ |
| D | myreadline.c | 242 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()
|