Searched defs:stdio (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/jake/ |
| D | jakefile.js | 59 stdio: 'inherit' property 84 stdio: 'inherit' property
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | jakefile.js | 5 execSync(cmd, {stdio: 'inherit'}); property
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | index.js | 800 proc = spawn(process.argv[0], args, { stdio: 'inherit' }); property 802 proc = spawn(bin, args, { stdio: 'inherit' }); property 808 proc = spawn(process.execPath, args, { stdio: 'inherit' }); property
|
| /plugin/asciidocjs/node_modules/unxhr/lib/ |
| D | XMLHttpRequest.js | 523 --request-options=${JSON.stringify(JSON.stringify(options))}`, { stdio: ['pipe', 'pipe', 'pipe'], i… property
|