Home
last modified time | relevance | path

Searched refs:pyExec (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/utils/
H A Dotioconvertions.cpp33 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python")); in getOtioConverters() local
35 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python3")); in getOtioConverters() local
37 if(pyExec.isEmpty()) { in getOtioConverters()
44 listAdapters.start(pyExec,QStringList()); in getOtioConverters()
/dports/devel/staf/src/staf/services/eventmanager/
H A DEventManagerPythonInterpreter.java90 pyExec(pythonCode); in unmarshallMessage()
154 void pyExec(String value) in pyExec() method in EventManagerPythonInterpreter
H A DEventManagerService.java1063 myPyInt.pyExec(script); in handleTrigger()
1086 myPyInt.pyExec(prepare); in handleTrigger()
2677 myPyInt.pyExec(prepare); in handleEventServiceMsg()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/dialogs/
H A Dspeechdialog.cpp82 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python")); in slotProcessSpeech() local
84 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python3")); in slotProcessSpeech()
86 if (pyExec.isEmpty()) { in slotProcessSpeech()
174 m_speechJob->start(pyExec, {speechScript, modelDirectory, language, audio, speech}); in slotProcessSpeech()
H A Dkdenlivesettingsdialog.cpp1857 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python")); in initSpeechPage() local
1861 if (pyExec.isEmpty()) { in initSpeechPage()
1875 checkJob.start(pyExec, {speechScript, QStringLiteral("install")}); in initSpeechPage()
1884 checkJob.start(pyExec, {speechScript, QStringLiteral("upgrade")}); in initSpeechPage()
1887 checkVoskVersion(pyExec); in initSpeechPage()
1932 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python")); in checkVoskDependencies() local
1935 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python3")); in checkVoskDependencies()
1938 if (pyExec.isEmpty()) { in checkVoskDependencies()
1949 checkJob.start(pyExec, {speechScript}); in checkVoskDependencies()
1998 void KdenliveSettingsDialog::checkVoskVersion(const QString pyExec) in checkVoskVersion() argument
[all …]
H A Dkdenlivesettingsdialog.h152 void checkVoskVersion(const QString pyExec);
H A Dtextbasededit.cpp753 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python")); in startRecognition() local
755 QString pyExec = QStandardPaths::findExecutable(QStringLiteral("python3")); in startRecognition() local
757 if (pyExec.isEmpty()) { in startRecognition()
850 …this, [this, language, pyExec, speechScript, clipName, modelDirectory, endPos](int code, QProcess:… in startRecognition()
868 …m_speechJob->start(pyExec, {speechScript, modelDirectory, language, m_playlistWav.fileName(), QStr… in startRecognition()
890 …m_speechJob->start(pyExec, {speechScript, modelDirectory, language, m_sourceUrl, QString::number(m… in startRecognition()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXTestcaseAction.java149 thread.pyExec("STAXTestcaseStack.append(STAXCurrentTestcase)"); in execute()
292 fThread.pyExec("STAXTestcaseStack.pop()"); in exitTestcase()
294 fThread.pyExec("STAXCurrentTestcase = " + in exitTestcase()
H A DSTAXBlockAction.java322 thread.pyExec("STAXBlockStack.append(STAXCurrentBlock)"); in execute()
389 thread.pyExec("STAXBlockStack.pop()"); in exitBlock()
391 thread.pyExec("STAXCurrentBlock = " + in exitBlock()
H A DSTAXScriptAction.java45 thread.pyExec(fValue); in execute()
H A DSTAXFunctionAction.java439 thread.pyExec("STAXResult = STAXFunctionError"); in execute()
635 thread.pyExec(argName + " = " + arg.getDefaultValue()); in verifyArguments()
738 thread.pyExec(argName + " = " + in verifyArguments()
909 thread.pyExec(argName + " = " + in verifyArguments()
H A DSTAXCatchAction.java124 thread.pyExec(SOURCE_VAR_PYCODE); in execute()
H A DSTAXSTAFCommandAction.java532 fThread.pyExec( in requestComplete()
H A DSTAXImportAction.java703 fThread.pyExec("import re"); in execute()
H A DSTAXThread.java843 public void pyExec(String value) throws STAXPythonEvaluationException in pyExec() method in STAXThread
H A DSTAXJobAction.java1233 fThread.pyExec( in execute()
H A DSTAXJob.java2294 thread.pyExec("sys.stdout.flush(); sys.stderr.flush()"); in threadComplete()
H A DSTAX.java5830 thread.pyExec(pythonCode); in handlePyExec()
/dports/devel/staf/src/staf/services/cron/
H A DCronPythonInterpreter.java89 void pyExec(String value) in pyExec() method in CronPythonInterpreter
H A DCronService.java2048 myPyInt.pyExec(script); in trigger()
2070 myPyInt.pyExec(prepare); in trigger()
/dports/devel/staf/src/staf/services/stax/beta/service/
H A DSTAXThread.java786 public void pyExec(String value) throws STAXPythonEvaluationException in pyExec() method in STAXThread
H A DSTAX.java5168 thread.pyExec(pythonCode); in handlePyExec()