Home
last modified time | relevance | path

Searched refs:runShellCommand (Results 1 – 25 of 72) sorted by relevance

123

/dports/audio/pc-mixer/pc-mixer-ac1d74cc261337998526d091123c28d4ae85277e/src-qt5/
H A DMixerGUI.cpp71 QStringList outdevs =runShellCommand("cat /dev/sndstat"); in updateGUI()
102 QStringList lines = runShellCommand("grep autospawn \""+client_conf+"\""); in loadPulseDisabled()
115 QStringList lines = runShellCommand("grep Hidden \""+auto_conf+"\""); in loadPulseDisabled()
H A DMixerTray.h45 QStringList runShellCommand(QString cmd){
H A DMixerGUI.h38 QStringList runShellCommand(QString cmd){ in runShellCommand() function
H A DMixerTray.cpp69 QStringList outdevs = runShellCommand("cat /dev/sndstat"); in slotFillOutputDevices()
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM-conf/
H A Dmainwindow.cpp176 QStringList users = runShellCommand("getent passwd"); in getUsers()
291 runShellCommand(cmd); in setConfFileValue()
365 runShellCommand(cmd); in setConfFileValue()
405 QStringList MainWindow::runShellCommand(QString cmd){ in runShellCommand() function in MainWindow
H A Dmainwindow.h60 QStringList runShellCommand(QString cmd);
/dports/science/PETSc/petsc-3.14.1/src/benchmarks/
H A DbenchmarkExample.py55 def runShellCommand(command, cwd = None, log = True): member in PETScExample
81 out, err, ret = self.runShellCommand(cmd, cwd = sdir, log = log)
92 out, err, ret = self.runShellCommand(cmd, log = log)
112 out, err, ret = self.runShellCommand('qsub -q gpu '+filename, log = log)
117 out, err, ret = self.runShellCommand(cmd, log = log)
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM/src/
H A Dpcdm-backend.h106 static QStringList runShellCommand(QString);
H A Dpcdm-backend.cpp363 QStringList Backend::runShellCommand(QString command){ in runShellCommand() function in Backend
669 QStringList info = runShellCommand("personacrypt list"); in getAvailablePersonaCryptUsers()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DCommands.hs145 runShellCommand
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/a/
H A Darduino.go45 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go45 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go41 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go41 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go45 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go45 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go45 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/devel/chroma/chroma-0.9.2/lexers/a/
H A Darduino.go45 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go41 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/a/
H A Darduino.go41 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go41 …eRead|robotNameWrite|round|roundf|RSSI|run|runAsynchronously|running|runShellCommand|runShellComma…
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/tools/qchdman/
H A Dscriptengine.h50 int runShellCommand(QString command, bool detached = false);
/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/
H A Dscript.py155 def runShellCommand(command, log=None, cwd=None): member in Script
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pgbench/
H A Dpgbench.c1625 runShellCommand(CState *st, char *variable, char **argv, int argc) in runShellCommand() function
2150 bool ret = runShellCommand(st, argv[1], argv + 2, argc - 2); in doCustom()
2164 bool ret = runShellCommand(st, NULL, argv + 1, argc - 1); in doCustom()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pgbench/
H A Dpgbench.c1625 runShellCommand(CState *st, char *variable, char **argv, int argc) in runShellCommand() function
2150 bool ret = runShellCommand(st, argv[1], argv + 2, argc - 2); in doCustom()
2164 bool ret = runShellCommand(st, NULL, argv + 1, argc - 1); in doCustom()

123