Home
last modified time | relevance | path

Searched defs:addInterpreter (Results 1 – 3 of 3) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/preferences/
H A DPHPInterpreterPreferencePage.java168 protected void addInterpreter() { in addInterpreter() method in PHPInterpreterPreferencePage
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/python/
H A Dpythonsettings.cpp216 void addInterpreter(const Interpreter &interpreter) { m_interpreters << interpreter; } in addInterpreter() function in Python::Internal::InterpreterOptionsPage
481 void PythonSettings::addInterpreter(const Interpreter &interpreter, bool isDefault) in addInterpreter() function in Python::Internal::PythonSettings
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Dfilesystem.cpp102 void FileSystem::addInterpreter(filesys::IInterpreter const &interpreter) in addInterpreter() function in de::FileSystem