Home
last modified time | relevance | path

Searched defs:get_language_id (Results 1 – 11 of 11) sorted by relevance

/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dproject.hpp135 std::string get_language_id() override { return "python"; } in get_language_id() function in Project::Python
144 std::string get_language_id() override { return "javascript"; } in get_language_id() function in Project::JavaScript
162 std::string get_language_id() override { return "rust"; } in get_language_id() function in Project::Rust
171 std::string get_language_id() override { return "go"; } in get_language_id() function in Project::Go
180 std::string get_language_id() override { return "julia"; } in get_language_id() function in Project::Julia
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tools/
H A Dgenerate_tracepoint_labels.py48 def get_language_id(self): member in LanguageSupportArgs
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tools/
H A Dgenerate_tracepoint_labels.py48 def get_language_id(self): member in LanguageSupportArgs
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/
H A Dlsp.lua704 config.get_language_id = config.get_language_id or function(_, filetype) return filetype end function
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/modelines/
H A Dmodeline-parser.c168 get_language_id (const gchar *language_name, GHashTable *mapping) in get_language_id() function
/dports/editors/pluma/pluma-1.26.0/plugins/modelines/
H A Dmodeline-parser.c173 get_language_id (const gchar *language_name, GHashTable *mapping) in get_language_id() function
/dports/editors/gedit/gedit-40.1/plugins/modelines/
H A Dmodeline-parser.c174 get_language_id (const gchar *language_name, GHashTable *mapping) in get_language_id() function
/dports/editors/xed/xed-3.2.0/plugins/modelines/
H A Dmodeline-parser.c174 get_language_id (const gchar *language_name, GHashTable *mapping) in get_language_id() function
/dports/editors/xi-core/xi-editor-0.3.0/rust/plugin-lib/src/
H A Dview.rs111 pub fn get_language_id(&self) -> &LanguageId { in get_language_id() method
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dstrings_model.cpp70 QString StringsModel::get_language_id() const { in get_language_id() function in SolarusEditor::StringsModel
H A Ddialogs_model.cpp71 QString DialogsModel::get_language_id() const { in get_language_id() function in SolarusEditor::DialogsModel