Home
last modified time | relevance | path

Searched full:language (Results 1 – 25 of 2426) sorted by relevance

12345678910>>...98

/hal_espressif-3.5.0/
D.pre-commit-config.yaml43 language: python
49 language: python
55 language: python
60 language: python
65 language: python
73 language: python
79 language: python
87 language: python
98 language: python
103 language: python
/hal_espressif-3.5.0/tools/ci/
Ddeploy_docs.py17 # See the License for the specific language governing permissions and
86 language, _, target = vurl.split('/')
87 tag = '{}_{}'.format(language, target)
93 # (language first) it's kind of a pain to do on a remote server, so we just repeat the
121 …# another thing made much more complex by the directory structure putting language before version.…
155 # html_dir has the form '<ignored>/<language>/<target>/html/'
158 language = os.path.basename(os.path.dirname(target_dirname))
160 # when deploying, we want the top-level directory layout 'language/version/target'
161 archive_path = '{}/{}/{}'.format(language, version, target)
167 # pdf_path has the form '<ignored>/<language>/<target>/latex/build'
[all …]
/hal_espressif-3.5.0/docs/zh_CN/
Dconf.py3 # English Language RTD & Sphinx config file
5 # Uses ../conf_common.py for most non-language-specific settings.
7 # Importing conf_common adds all the non-language-specific
25 # The language for content autogenerated by Sphinx. Refer to documentation
27 language = 'zh_CN' variable
/hal_espressif-3.5.0/docs/en/
Dconf.py3 # English Language RTD & Sphinx config file
5 # Uses ../conf_common.py for most non-language-specific settings.
7 # Importing conf_common adds all the non-language-specific
25 # The language for content autogenerated by Sphinx. Refer to documentation
27 language = 'en' variable
Dlanguages.rst11 You can easily change from one language to another by clicking the language link you can find at th…
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/
Dconf.py3 # English Language RTD & Sphinx config file
5 # Uses ../conf_common.py for most non-language-specific settings.
7 # Importing conf_common adds all the non-language-specific
27 # The language for content autogenerated by Sphinx. Refer to documentation
29 language = "en" variable
/hal_espressif-3.5.0/docs/_static/js/
Dversion_table.js4 let language = DOCUMENTATION_OPTIONS.LANGUAGE;
22 <project_base_url>/<language>/<version>/<idf_target>
33 let result = project_base_url + "/" + language + "/" + v.name;
/hal_espressif-3.5.0/components/esptool_py/esptool/
Dsetup.py92 "Natural Language :: English",
99 "Programming Language :: Python :: 3.7",
100 "Programming Language :: Python :: 3.8",
101 "Programming Language :: Python :: 3.9",
102 "Programming Language :: Python :: 3.10",
/hal_espressif-3.5.0/tools/idf_py_actions/
Dcore_ext.py215 def show_docs(action, ctx, args, no_browser, language, starting_page, version, target): argument
216 if language == 'cn':
217 language = 'zh_CN'
226 link = '/'.join([URL_TO_DOC, language, version, target, starting_page or ''])
236 link = '/'.join([URL_TO_DOC, language, version, starting_page or ''])
248 language = 'zh_CN' if locale.getdefaultlocale()[0] == 'zh_CN' else 'en'
250 language = 'en'
251 return language
495 'names': ['--language', '-l'],
498 'help': 'Documentation language. Your system language by default (en or cn)'
/hal_espressif-3.5.0/components/tinyusb/additions/src/
Dusb_descriptors.c12 // See the License for the specific language governing permissions and
53 (char[]){0x09, 0x04}, // 0: is supported language is English (0x0409)
106 (char[]){0x09, 0x04}, // 0: is supported language is English (0x0409)
/hal_espressif-3.5.0/docs/
Dcheck_lang_folder_sync.sh5 # 1. Traverse each folder with language version and generate a sorted list
10 # All differences between folders with language versions should be resolved
Dconf_common.py3 # Common (non-language-specific) configuration for Sphinx
5 # This file is imported from a language-specific conf.py (ie en/conf.py or
/hal_espressif-3.5.0/tools/ci/python_packages/tiny_test_fw/docs/
Dconf.py66 # The language for content autogenerated by Sphinx. Refer to documentation
70 # Usually you set "language" from the command line for these cases.
71 language = None variable
/hal_espressif-3.5.0/tools/esp_prov/utils/
D__init__.py12 # See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/mdns/host_test/components/esp_netif_linux/include/
Desp_wifi_types.h12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/mdns/host_test/components/esp_system_protocols_linux/include/machine/
Dendian.h12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/soc/include/soc/
Demac_periph.h12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/esp_gdbstub/esp32c3/
Dgdbstub_target_config.h12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/esp_gdbstub/esp32h2/
Dgdbstub_target_config.h12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/esp_system/port/soc/esp32/
Dintr.c12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/tools/esp_prov/security/
D__init__.py12 # See the License for the specific language governing permissions and
Dsecurity.py12 # See the License for the specific language governing permissions and
/hal_espressif-3.5.0/tools/idf_monitor_base/
Dexceptions.py12 # See the License for the specific language governing permissions and
/hal_espressif-3.5.0/components/openssl/include/platform/
Dssl_opt.h12 // See the License for the specific language governing permissions and
/hal_espressif-3.5.0/tools/esp_prov/prov/
D__init__.py12 # See the License for the specific language governing permissions and

12345678910>>...98