Searched refs:commandline (Results 1 – 2 of 2) sorted by relevance
56 private $commandline; variable in Symfony\\Component\\Process\\Process150 $this->commandline = $command;196 $process->commandline = $command;316 if (\is_array($commandline = $this->commandline)) {317 $commandline = implode(' ', array_map([$this, 'escapeArgument'], $commandline));321 $commandline = 'exec '.$commandline;324 $commandline = $this->replacePlaceholders($commandline, $env);328 $commandline = $this->prepareWindowsCommandLine($commandline, $env);334 $commandline = '{ ('.$commandline.') <&3 3<&- 3>/dev/null & } 3<&0;';335 …$commandline .= 'pid=$!; echo $pid >&3; wait $pid 2>/dev/null; code=$?; echo $code >&3; exit $code…[all …]
34 FontCustom is a powerful commandline tool which which bakes icon fonts from the SVG source files. I…146 Genericons is now generated using a commandline tool called FontCustom. This makes it far easier to…