Lines Matching full:language
17 'language': directives.unchanged,
21 def get_example_code_path(self, example_path, language): argument
24 example_path = os.path.join(examples_path, example_path + '.' + language)
27 def human_language_name(self, language): argument
28 if language == 'py':
30 elif language == 'c':
33 return language
35 def github_path(self, example_path, language): argument
37 …https://github.com/lvgl/lvgl/blob/{env.config.repo_commit_hash}/examples/{example_path}.{language}"
39 def embed_code(self, example_file, example_path, language, buttons={}): argument
52 literal_list['language'] = language
54 …paragraph_node = nodes.raw(text=f"<p>{self.human_language_name(language)} code </p>", format…