Home
last modified time | relevance | path

Searched defs:stdio (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/jake/
Djakefile.js59 stdio: 'inherit' property
84 stdio: 'inherit' property
/plugin/asciidocjs/node_modules/ejs/
Djakefile.js5 execSync(cmd, {stdio: 'inherit'}); property
/plugin/asciidocjs/node_modules/commander/
Dindex.js800 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/
DXMLHttpRequest.js523 --request-options=${JSON.stringify(JSON.stringify(options))}`, { stdio: ['pipe', 'pipe', 'pipe'], i… property