Lines Matching full:language
19 'language': directives.unchanged,
22 def get_example_code_path(self, example_path, language): argument
23 return os.path.abspath("../examples/" + example_path + "." + language)
24 def human_language_name(self, language): argument
25 if language == 'py':
27 elif language == 'c':
30 return language
31 def github_path(self, example_path, language): argument
33 …https://github.com/lvgl/lvgl/blob/{env.config.repo_commit_hash}/examples/{example_path}.{language}"
34 def embed_code(self, example_file, example_path, language, buttons={}): argument
44 literal_list['language'] = language
46 …paragraph_node = nodes.raw(text=f"<p>{self.human_language_name(language)} code </p>", format…