/third_party/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 …]
|
/third_party/python/Lib/venv/scripts/nt/ |
D | activate.bat | 13 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
|
D | deactivate.bat | 4 set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
|
/third_party/node/test/parallel/ |
D | test-repl-top-level-await.js | 13 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,
|
D | test-repl-preview.js | 13 const PROMPT = 'repl > '; constant 46 if (this.lines[this.lines.length - 1].includes(PROMPT)) { 70 prompt: PROMPT,
|
/third_party/pulseaudio/scripts/ |
D | benchmark_memory_usage.sh | 33 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/ |
D | cli.c | 42 #define PROMPT ">>> " macro 162 pa_ioline_puts(line, PROMPT); in line_callback()
|
/third_party/node/deps/npm/node_modules/osenv/ |
D | osenv.js | 42 return isWindows ? process.env.PROMPT : process.env.PS1
|
D | README.md | 39 Either PS1 on unix, or PROMPT on Windows.
|
/third_party/python/Lib/ |
D | cmd.py | 49 PROMPT = '(Cmd) ' variable 64 prompt = PROMPT
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client.py | 109 elif res_type == result.PROMPT: 326 elif res_type == result.PROMPT:
|
D | jerry_client_main.py | 256 PROMPT = 3 variable in DebuggerAction 681 action_type = DebuggerAction.PROMPT if self.prompt else DebuggerAction.WAIT
|
/third_party/python/Doc/using/ |
D | venv-create.inc | 39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps] 62 --prompt PROMPT Provides an alternative prompt prefix for this
|
/third_party/parse5/packages/parse5/lib/common/ |
D | html.js | 16 PROMPT: 'prompt', property
|
/third_party/flutter/flutter/dev/tools/lib/ |
D | roll_dev.dart | 143 // PROMPT
|
/third_party/openssl/apps/ |
D | req.c | 39 #define PROMPT "prompt" macro 997 tmp = NCONF_get_string(req_conf, SECTION, PROMPT); in make_REQ()
|