/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | event.md.mako | 5 % elif event.languages["en"].description: 6 ${event.languages["en"].description} 8 ${event.languages["en"].message}
|
/openbmc/linux/arch/m68k/atari/ |
H A D | nvram.c | 151 static const char * const languages[] = { variable 212 if (nvram[6] < ARRAY_SIZE(languages)) in atari_nvram_proc_read() 213 seq_printf(seq, "%s\n", languages[nvram[6]]); in atari_nvram_proc_read() 217 if (nvram[7] < ARRAY_SIZE(languages)) in atari_nvram_proc_read() 218 seq_printf(seq, "%s\n", languages[nvram[7]]); in atari_nvram_proc_read()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_hii.c | 877 u8 *languages; in test_hii_string_get_languages() local 892 languages = NULL; in test_hii_string_get_languages() 895 languages, &languages_len); in test_hii_string_get_languages() 902 (void **)&languages); in test_hii_string_get_languages() 908 languages, &languages_len); in test_hii_string_get_languages() 915 efi_st_printf("got languages are %s\n", languages); in test_hii_string_get_languages() 945 u8 *languages; in test_hii_string_get_secondary_languages() local 960 languages = NULL; in test_hii_string_get_secondary_languages() 963 handle, (u8 *)"en-US", languages, &languages_len); in test_hii_string_get_secondary_languages() 975 (void **)&languages); in test_hii_string_get_secondary_languages() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/ |
H A D | phpmyadmin_5.2.1.bb | 10 SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-languages.tar.xz \ 17 UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz" 19 S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages"
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | event.py | 35 self.languages = { 39 self.languages = { 61 if language not in self.languages: 63 language_data = self.languages[language] 123 en = self.languages["en"]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | message_registries.hpp | 113 nlohmann::json::array_t languages; in handleMessageRoutesMessageRegistryFileGet() local 114 languages.emplace_back(header.language); in handleMessageRoutesMessageRegistryFileGet() 115 asyncResp->res.jsonValue["Languages@odata.count"] = languages.size(); in handleMessageRoutesMessageRegistryFileGet() 116 asyncResp->res.jsonValue["Languages"] = std::move(languages); in handleMessageRoutesMessageRegistryFileGet()
|
H A D | redfish_v1.hpp | 157 constexpr std::array<std::string_view, 1> languages{"en"}; in jsonSchemaGet() local 158 json["Languages"] = languages; in jsonSchemaGet() 159 json["Languages@odata.count"] = languages.size(); in jsonSchemaGet()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_hii.c | 825 static bool language_match(char *language, char *languages) in language_match() argument 831 if (!strncasecmp(language, languages, n) && in language_match() 832 (languages[n] == ';' || languages[n] == '\0')) in language_match() 1005 u8 *languages, in get_languages() argument 1013 EFI_ENTRY("%p, %p, %p, %p", this, package_list, languages, in get_languages() 1020 (*languages_size && !languages)) in get_languages() 1034 p = (char *)languages; in get_languages() 1036 if (p != (char *)languages) in get_languages() 1043 EFI_PRINT("languages: %s\n", languages); in get_languages()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/ |
H A D | libtext-wrapi18n-perl_0.06.bb | 2 fullwidth, and combining characters and languages without whitespaces \ 10 characters). Also, minimal handling of languages which doesn't use \
|
/openbmc/openbmc/poky/meta/recipes-graphics/glslang/ |
H A D | glslang_1.3.296.0.bb | 3 OpenGL ES and OpenGL shading languages. It implements a strict interpretation \ 4 of the specifications for these languages. It is open and free for anyone to use, \
|
/openbmc/linux/Documentation/translations/ |
H A D | index.rst | 27 Translation's purpose is to ease reading and understanding in languages other 51 one language directly to all other languages. Each language has its own
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glad/ |
H A D | glad_2.0.8.bb | 1 …/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/spir/ |
H A D | spirv-shader-generator_git.bb | 2 to other shader languages"
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | LPD-document | 5 translations into other languages and incorporation
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/ |
H A D | cloc_1.98.bb | 2 in many programming languages."
|
/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/ |
H A D | 0001-Support-gcc10-compilation.patch | 79 -char **languages; 80 +extern char **languages;
|
/openbmc/webui-vue/src/views/Login/ |
H A D | Login.vue | 12 :options="languages" 99 languages: [
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/ |
H A D | onig_6.9.9.bb | 4 implementations that traditionally exist in different languages. \
|
/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/ |
H A D | libgudev_238.bb | 4 other programming languages, such as Javascript, because of GObject \
|
/openbmc/openbmc/poky/meta/recipes-devtools/ccache/ |
H A D | ccache_4.10.2.bb | 4 same compilation is being done again. Supported languages are C, C\+\+, \
|
/openbmc/openbmc/poky/meta/recipes-devtools/swig/ |
H A D | swig_4.3.0.bb | 3 code with other languages including Perl, Tcl, Ruby, Python, Java, Guile, \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/ |
H A D | cmpi-bindings_1.0.4.bb | 2 DESCRIPTION = "CMPI-compliant provider interface for various languages via SWIG"
|
/openbmc/openbmc/poky/meta/recipes-support/libffi/ |
H A D | libffi_3.4.6.bb | 8 …st exist above `libffi' that handles type conversions for values passed between the two languages."
|
/openbmc/qemu/hw/char/ |
H A D | escc.c | 865 } languages[] = in sunkbd_layout_dip_switch() local 902 i < sizeof(languages) / sizeof(struct layout_values); in sunkbd_layout_dip_switch() 904 if (!strcmp(kbd_layout, languages[i].lang)) { in sunkbd_layout_dip_switch() 905 ret = languages[i].dip; in sunkbd_layout_dip_switch()
|
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 71 --enable-languages=c --disable-libssp --disable-libsanitizer \
|