Home
last modified time | relevance | path

Searched defs:pythonPath (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPythonEnvironments.R18 pythonPath <- Sys.getenv("RETICULATE_PYTHON", unset = NA) functionVar
41 .rs.addJsonRpcHandler("python_interpreter_info", function(pythonPath) argument
94 pythonPath <- .rs.tryCatch( functionVar
171 pythonPath <- file.path(envPath, pythonSuffix) functionVar
188 pythonPath <- .rs.python.configuredInterpreterPath(projectDir) functionVar
256 .rs.addFunction("python.getPythonVersion", function(pythonPath) argument
261 .rs.addFunction("python.getPythonDescription", function(pythonPath) argument
269 pythonPath <- path functionVar
664 .rs.addFunction("python.getCondaEnvironmentInfo", function(pythonPath) argument
707 .rs.addFunction("python.describeInterpreter", function(pythonPath) argument
H A DSessionPythonEnvironments.cpp42 std::string pythonPath = prefs::userPrefs().pythonPath(); in onPrefsChanged() local
/dports/irc/konversation/konversation-21.12.3/src/
H A Dscriptlauncher.cpp24 …QStringList pythonPath(QProcessEnvironment::systemEnvironment().value(QStringLiteral("PYTHONPATH")… in ScriptLauncher() local
26 …QStringList pythonPath(QProcessEnvironment::systemEnvironment().value(QStringLiteral("PYTHONPATH")… in ScriptLauncher() local
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kmail/grammarplugins/grammalecte/src/
H A Dgrammalectemanager.cpp60 QString GrammalecteManager::pythonPath() const in pythonPath() function in GrammalecteManager
70 void GrammalecteManager::setPythonPath(const QString &pythonPath) in setPythonPath()
H A Dgrammalectegenerateconfigoptionjob.cpp63 QString GrammalecteGenerateConfigOptionJob::pythonPath() const in pythonPath() function in GrammalecteGenerateConfigOptionJob
68 void GrammalecteGenerateConfigOptionJob::setPythonPath(const QString &pythonPath) in setPythonPath()
H A Dgrammalecteresultjob.cpp106 QString GrammalecteResultJob::pythonPath() const in pythonPath() function in GrammalecteResultJob
111 void GrammalecteResultJob::setPythonPath(const QString &pythonPath) in setPythonPath()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/api/python/
H A DPythonUtils.scala32 val pythonPath = new ArrayBuffer[String] constant
H A DPythonWorkerFactory.scala53 val pythonPath = PythonUtils.mergePythonPaths( constant
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/ui/prefs/
H A DProjectPythonPreferencesPane.java40 String pythonPath = config.getPythonPath(); in initialize() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DPythonPreferencesPane.java39 String pythonPath = prefs.pythonPath().getGlobalValue(); in initialize() local
H A DPythonPreferencesPaneBase.java346 protected void initialize(String pythonPath) in initialize()
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/kritarunner/
H A Dmain.cpp75 QByteArray pythonPath = qgetenv("PYTHONPATH"); in main() local
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/
H A DPythonRunner.scala76 val pythonPath = PythonUtils.mergePythonPaths(pathElements: _*) constant
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/Tests/
H A Dmain.cpp135 std::string pythonPath = "PYTHONPATH=" + buildRoot + "\\win32\\PyModules"; in main() local
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DPythonManager.cpp158 PyObject *pythonPath = PyObject_GetAttrString(sysModule, "path"); in addPythonPath() local
/dports/devel/py-jep/jep-3.9.1/src/main/java/jep/
H A DLibraryLocator.java98 String pythonPath = System.getenv("PYTHONPATH"); in searchPythonPath() local
/dports/biology/ugene/ugene-40.1/src/plugins/metaphlan2_support/src/
H A DMetaphlan2Worker.cpp141 QString pythonPath = WorkflowUtils::getExternalToolPath(Metaphlan2Support::ET_PYTHON_BIO_ID); in getSettings() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/source/loader/
H A Dpyuno_loader.cxx185 OUString pythonPath; in pythonInit() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/source/loader/
H A Dpyuno_loader.cxx193 OUString pythonPath; in PythonInit() local
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dsettingsdialog.cpp203 const auto pythonPath = mUI.mEditPythonPath->text(); in validateEditPythonPath() local
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dsettingsdialog.cpp203 const auto pythonPath = mUI.mEditPythonPath->text(); in validateEditPythonPath() local
/dports/devel/spark/spark-2.1.1/yarn/src/test/scala/org/apache/spark/deploy/yarn/
H A DYarnClusterSuite.scala244 val pythonPath = Seq( constant
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/
H A DWMLTools.java551 String pythonPath = Preferences.getString( Preferences.PYTHON_PATH ); in checkWMLTool() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/r_util/
H A DRProjectFile.hpp157 std::string pythonPath; member
/dports/graphics/qgis-ltr/qgis-3.16.16/src/python/
H A Dqgspythonutilsimpl.cpp560 QString QgsPythonUtilsImpl::pythonPath() const in pythonPath() function in QgsPythonUtilsImpl

12