/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/curl/src/ |
D | tool_getpass.c | 68 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/ |
D | read-user-info.js | 33 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
|
D | otplease.js | 6 prompt: {default: 'This operation requires a one-time password.\nEnter OTP:'}, property
|
/third_party/node/test/parallel/ |
D | test-readline-interface.js | 432 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 …]
|
D | test-repl-turn-off-editor-mode.js | 8 const server = repl.start({ prompt: '> ' }); property
|
D | test-repl-deprecations.js | 9 const server = repl.start({ prompt: '> ' }); property
|
D | test-repl-memory-deprecation.js | 9 const server = repl.start({ prompt: '> ' }); property
|
D | test-repl-pretty-stack-custom-writer.js | 12 prompt: '', property
|
D | test-repl-tab-complete.js | 59 prompt: '', property 583 prompt: '', property 613 prompt: '', property
|
D | test-readline-position.js | 17 prompt: '' property
|
D | test-repl-function-definition-edge-case.js | 34 prompt: '' property
|
/third_party/openssl/crypto/evp/ |
D | evp_key.c | 20 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/ |
D | gpttext.cc | 150 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/ |
D | test_register.py | 48 def __call__(self, prompt=''): argument 81 def _getpass(prompt): argument 142 def _no_way(prompt=''): argument
|
/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() 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/ |
D | simpledialog.py | 259 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/ |
D | promzard.js | 121 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/ |
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/themes/ |
D | generic-logging.js | 5 prompt: 'grey', property
|
/third_party/node/deps/npm/node_modules/colors/examples/ |
D | normal-usage.js | 44 prompt: 'grey', property
|
D | safe-string.js | 42 prompt: 'grey', property
|
/third_party/python/Parser/ |
D | myreadline.c | 241 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()
|