Searched refs:PROMPT (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/os400/ |
D | xmlcatalog.cmd | 9 CMD PROMPT('XML/SGML catalog tool') 16 PROMPT('XML/SGML catalog file') 23 PROMPT('Catalog kind') 31 PROMPT('Output stream file path') 38 PROMPT('Convert SGML to XML catalog') 45 PROMPT('Update the SGML super catalog') 52 PROMPT('Output debugging information') 61 PROMPT('Delete System/URI identifier') 66 PROMPT('Add definition') 68 PROMPT('Entry type') + [all …]
|
D | xmllint.cmd | 9 CMD PROMPT('XML tool') 16 PROMPT('XML Stream file') 23 PROMPT('DTD id, URL or file path') 27 PROMPT('DTD locator is URL/FPI') 34 PROMPT('Schema URL or stream file path') 38 PROMPT('Validating schema kind') + 50 PROMPT('Output stream file path') 57 PROMPT('XPath filter') 62 PROMPT('Reader node filter') 69 PROMPT('Path for resources') [all …]
|
/external/python/cpython3/Lib/venv/scripts/nt/ |
D | activate.bat | 13 if not defined PROMPT ( 14 set "PROMPT=$P$G" 18 set "PROMPT=%_OLD_VIRTUAL_PROMPT%" 25 set "_OLD_VIRTUAL_PROMPT=%PROMPT%" 26 set "PROMPT=__VENV_PROMPT__%PROMPT%"
|
D | deactivate.bat | 4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
/external/autotest/client/common_lib/ |
D | pxssh.py | 89 self.PROMPT = self.UNIQUE_PROMPT 277 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout) 301 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10) 304 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
|
/external/python/apitools/apitools/base/py/ |
D | app2.py | 352 PROMPT = '> ' variable in Repl 364 prompt = FLAGS.prompt or self.PROMPT
|
/external/python/cpython2/Lib/ |
D | cmd.py | 52 PROMPT = '(Cmd) ' variable 67 prompt = PROMPT
|
/external/python/cpython3/Lib/ |
D | cmd.py | 49 PROMPT = '(Cmd) ' variable 64 prompt = PROMPT
|
/external/python/cpython3/Doc/using/ |
D | venv-create.inc | 38 [--upgrade] [--without-pip] [--prompt PROMPT] 61 --prompt PROMPT Provides an alternative prompt prefix for this
|
/external/autotest/client/cros/nfc/ |
D | console.py | 19 PROMPT = 'NFC> ' variable 447 self.prompt = PROMPT
|
/external/openssh/ |
D | buildpkg.sh.in | 491 PROMPT="Yes or No [yes,no,?,quit]" 507 p) PROMPT=\$OPTARG ;;
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_constants.py | 210 RC.PROMPT = 'finger_control_prompt'
|