Searched refs:prompts (Results 1 – 25 of 59) sorted by relevance
123
/third_party/exfatprogs/fsck/ |
D | repair.c | 29 static const char *prompts[] = { variable 75 prompts[pr->prompt_type]); in ask_repair() 91 printf(". %s (y/N)? %c\n", prompts[pr->prompt_type], in ask_repair()
|
/third_party/node/deps/npm/node_modules/promzard/ |
D | promzard.js | 119 this.prompts = [] property 138 try { return this.unique + '-' + this.prompts.length } 139 finally { this.prompts.push([p, d, t]) } 175 var prompt = this.prompts[n]
|
D | README.md | 40 When run, promzard will display the prompts and resolve the async 70 This prompts the user to input some data. The arguments are interpreted 132 a wizard that spits out prompts to set up a config file or something.
|
/third_party/e2fsprogs/tests/t_dangerous/ |
D | name | 1 dangerous tune2fs operation prompts
|
D | expect | 1 tune2fs dangerous prompts test
|
D | script | 34 echo "tune2fs dangerous prompts test" > $OUT
|
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/hoe-3.20.0/ |
D | 0001-Load-encrypted-private-key-using-ENV-GEM_PRIVATE_KEY.patch | 8 It also allows parallel builds which are incompatible to interactive password prompts.
|
/third_party/python/Doc/library/ |
D | tkinter.messagebox.rst | 1 :mod:`tkinter.messagebox` --- Tkinter message prompts
|
D | termios.rst | 88 Here's a function that prompts for a password with echoing turned off. Note the
|
D | readline.rst | 17 interactive prompt and the prompts offered by the built-in :func:`input`
|
/third_party/node/deps/npm/node_modules/read/ |
D | README.md | 31 * `output` Writeable stream to write prompts to. (default: `process.stdout`)
|
/third_party/python/Doc/tutorial/ |
D | interpreter.rst | 92 mode*. In this mode it prompts for the next command with the *primary prompt*, 93 usually three greater-than signs (``>>>``); for continuation lines it prompts
|
D | introduction.rst | 8 absence of prompts (:term:`>>>` and :term:`...`): to repeat the example, you must type 16 You can toggle the display of prompts and output by clicking on ``>>>`` 17 in the upper-right corner of an example box. If you hide the prompts
|
D | appendix.rst | 82 session. You can also change the prompts ``sys.ps1`` and ``sys.ps2`` in this
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-adduser.md | 25 The username, password, and email are read in from prompts.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc1.rst | 182 print false prompts. Original patch by Adnan Umer.
|
D | 3.10.0b1.rst | 1666 click after selecting raises a context menu with 'copy with prompts'. This 1667 zips together prompts from the sidebar with lines from the selected text. 1704 IDLE's shell now shows prompts in a separate side-bar.
|
D | 3.6.0b2.rst | 717 Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
|
/third_party/libinput/doc/user/ |
D | touchpad-jitter.rst | 50 device. Follow the printed prompts.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | terminal.dart | 178 /// Prompts the user to input a character within a given list. Re-prompts if
|
/third_party/openssl/doc/man3/ |
D | UI_create_method.pod | 106 For example, a typical tty reader wouldn't write the prompts in the
|
/third_party/python/Lib/idlelib/ |
D | pyshell.py | 1022 prompts = [ 1028 for prompt, line in zip(prompts, selected_text.splitlines())
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | developers.md | 218 and then follow the prompts.
|
/third_party/mesa3d/docs/ |
D | releasing.rst | 282 Pay close attention to the prompts as you might be required to enter
|
/third_party/flutter/flutter/packages/flutter_tools/test/src/ |
D | mocks.dart | 244 /// A process that prompts the user to proceed, then asynchronously writes
|
123