Home
last modified time | relevance | path

Searched refs:PROMPT (Results 1 – 17 of 17) sorted by relevance

/third_party/libxml2/os400/
Dxmlcatalog.cmd9 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 …]
Dxmllint.cmd9 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 …]
/third_party/python/Lib/venv/scripts/nt/
Dactivate.bat13 if not defined PROMPT set PROMPT=$P$G variable
15 if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT% variable
18 set _OLD_VIRTUAL_PROMPT=%PROMPT%
19 set PROMPT=__VENV_PROMPT__%PROMPT% variable
Ddeactivate.bat4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
/third_party/node/test/parallel/
Dtest-repl-top-level-await.js13 const PROMPT = 'await repl > '; constant
46 if (this.lines[this.lines.length - 1].includes(PROMPT)) {
60 prompt: PROMPT,
196 assert.deepStrictEqual(lines, [...expected, PROMPT]);
201 assert.deepStrictEqual(lines, [...echoed, expected, PROMPT]);
218 PROMPT,
Dtest-repl-preview.js13 const PROMPT = 'repl > '; constant
46 if (this.lines[this.lines.length - 1].includes(PROMPT)) {
70 prompt: PROMPT,
/third_party/pulseaudio/scripts/
Dbenchmark_memory_usage.sh33 PROMPT="${_bold}[$BASENAME]${_reset}"
35 echo -e "$PROMPT: ** Error: ${_error}$1${_reset}" >&2; exit -1
38 echo -e "$PROMPT: $1"
/third_party/pulseaudio/src/pulsecore/
Dcli.c42 #define PROMPT ">>> " macro
162 pa_ioline_puts(line, PROMPT); in line_callback()
/third_party/node/deps/npm/node_modules/osenv/
Dosenv.js42 return isWindows ? process.env.PROMPT : process.env.PS1
DREADME.md39 Either PS1 on unix, or PROMPT on Windows.
/third_party/python/Lib/
Dcmd.py49 PROMPT = '(Cmd) ' variable
64 prompt = PROMPT
/third_party/jerryscript/jerry-debugger/
Djerry_client.py109 elif res_type == result.PROMPT:
326 elif res_type == result.PROMPT:
Djerry_client_main.py256 PROMPT = 3 variable in DebuggerAction
681 action_type = DebuggerAction.PROMPT if self.prompt else DebuggerAction.WAIT
/third_party/python/Doc/using/
Dvenv-create.inc39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps]
62 --prompt PROMPT Provides an alternative prompt prefix for this
/third_party/parse5/packages/parse5/lib/common/
Dhtml.js16 PROMPT: 'prompt', property
/third_party/flutter/flutter/dev/tools/lib/
Droll_dev.dart143 // PROMPT
/third_party/openssl/apps/
Dreq.c39 #define PROMPT "prompt" macro
997 tmp = NCONF_get_string(req_conf, SECTION, PROMPT); in make_REQ()