Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 25 of 35) sorted by relevance

12

/plugin/asciidocjs/node_modules/window-size/
Dindex.js9 const tty = require('tty') constant
15 if(tty.isatty(1) && tty.isatty(2)) {
19 } else if (tty.getWindowSize) {
20 width = tty.getWindowSize()[1];
21 height = tty.getWindowSize()[0];
/plugin/asciidocjs/node_modules/supports-color/
Dindex.js3 const tty = require('tty'); constant
133 stdout: translateLevel(supportsColor(true, tty.isatty(1))),
134 stderr: translateLevel(supportsColor(true, tty.isatty(2)))
/plugin/structtemplate/_vagrant/
DVagrantfile52 # Thanks to http://foo-o-rama.com/vagrant--stdin-is-not-a-tty--fix.html
53 config.vm.provision "fix-no-tty", type: "shell" do |shell|
55 shell.inline = "sudo sed -i '/tty/!s/mesg n/tty -s \\&\\& mesg n/' /root/.profile"
/plugin/jplayer/vendor/symfony/process/
DProcess.php74 private $tty = false; variable in Symfony\\Component\\Process\\Process
350 if ($this->tty) {
1018 * @param bool $tty True to enabled and false to disable
1024 public function setTty($tty) argument
1026 if ('\\' === \DIRECTORY_SEPARATOR && $tty) {
1029 if ($tty) {
1041 $this->tty = (bool) $tty;
1053 return $this->tty;
/plugin/imagemap/
Dall.css12 @media aural,braille,tty {
DREADME42 configured for the ''braille'', ''aural'', and ''tty'' CSS media types.
/plugin/combo/vendor/symfony/process/
H A DProcess.php74 private $tty = false; variable in Symfony\\Component\\Process\\Process
364 if ($this->tty) {
1057 public function setTty(bool $tty) argument
1059 if ('\\' === \DIRECTORY_SEPARATOR && $tty) {
1063 if ($tty && !self::isTtySupported()) {
1067 $this->tty = $tty;
1079 return $this->tty;
/plugin/discussion/lang/fi/
Dsubscribermail.txt3 Uusi kommentti on lisätty sivulle @PAGE@ DokuWikissä @TITLE@ .
/plugin/imapmarkers/
Dstyle.css9 tty {
/plugin/imagemapping/
Dall.less30 @media aural, braille, tty {
DREADME42 configured for the ''braille'', ''aural'', and ''tty'' CSS media types.
/plugin/llm/llm.js/wasm/
Dllamacpp-cpu.js1tty",kA.makedev(5,0)),kA.mkdev("/dev/tty1",kA.makedev(6,0));var A=new Uint8Array(1024),g=0,I=()=>(…
/plugin/aimg/
Dstyle.css6 @media aural,braille,tty {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty
Dvorbis.js2tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty
Dopus.js2tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty
/plugin/dropfiles/
Dyarn.lock1861 tty-browserify "0.0.0"
2820 tty-browserify@0.0.0:
2822 …resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf…
/plugin/sequencediagram/bower_components/raphael/
Dyarn.lock1793 tty-browserify "0.0.0"
2615 tty-browserify@0.0.0:
2617 …resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf…
/plugin/fetchmedia/
Dyarn.lock2199 tty-browserify "0.0.0"
2982 tty-browserify@0.0.0:
2984 …resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf…
/plugin/sequencediagram/bower_components/lodash/
Dyarn.lock2233 tty-browserify "0.0.0"
3078 tty-browserify@0.0.0:
3080 …resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf…
/plugin/diagramsnet/lib/resources/
Ddia_fi.txt10 addedFile=Lisätty {1}
206 draftDiscarded=Luonnos hylätty
/plugin/icons/assets/font-awesome/css/
Dfont-awesome.min.css4 …t:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1…
/plugin/mikioplugin/icons/fontawesome/css/
H A Dall.min.css4 …t:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1…
/plugin/codemirror/dist/modes/
Dperl.min.js.map1 … getlogin :1, // - return who logged in at this tty\n ge…
Dcss.min.js.map1 …, \"braille\", \"handheld\", \"print\", \"projection\", \"screen\",\n \"tty\", \"tv\", \"emboss…

12