Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py439 def find_codec(self, charset): argument
440 value = (self._codec(self.CHARSET_ALIASES.get(charset, charset))
441 or (charset and self._codec(charset.replace("-", "")))
442 or (charset and self._codec(charset.replace("-", "_")))
443 or (charset and charset.lower())
444 or charset
450 def _codec(self, charset): argument
451 if not charset:
452 return charset
455 codecs.lookup(charset)
[all …]
/openbmc/linux/fs/nls/
H A Dnls_base.c275 static struct nls_table *find_nls(const char *charset) in find_nls() argument
280 if (!strcmp(nls->charset, charset)) in find_nls()
282 if (nls->alias && !strcmp(nls->alias, charset)) in find_nls()
291 struct nls_table *load_nls(const char *charset) in load_nls() argument
293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
524 .charset = "default",
H A Dnls_ascii.c146 .charset = "ascii",
H A Dnls_utf8.c44 .charset = "utf8",
H A Dnls_iso8859-9.c252 .charset = "iso8859-9",
H A Dnls_iso8859-1.c237 .charset = "iso8859-1",
H A Dnls_iso8859-6.c243 .charset = "iso8859-6",
/openbmc/phosphor-webui/app/
H A Dindex.js163 'Accept': 'application/json; charset=utf-8'
166 'Content-Type': 'application/json; charset=utf-8'
169 'Content-Type': 'application/json; charset=utf-8'
172 'Content-Type': 'application/json; charset=utf-8'
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch57 - "Content-Type": "text/html; charset=utf-8",
74 + "text/html; charset=utf-8"
127 - "Content-Type": "text/html; charset=utf-8",
144 + "text/html; charset=utf-8"
197 - "Content-Type": "text/html; charset=utf-8",
214 + "text/html; charset=utf-8"
267 - "Content-Type": "text/html; charset=utf-8",
284 + "text/html; charset=utf-8"
337 - "Content-Type": "text/html; charset=utf-8",
354 + "text/html; charset=utf-8"
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py265 charset = tag.get('charset')
277 if charset is not None:
280 meta_encoding = charset
281 tag['charset'] = CharsetMetaAttributeValue(charset)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlibc-package.bbclass199 locale, charset = line.rstrip().split()
202 supported[locale] = charset
213 charset = locale.split('.')[1]
215 charset = 'UTF-8'
217 supported[locale] = charset
329 charset = supported[locale]
330 if utf8_only and charset != 'UTF-8':
344 output_locale(locale, base, charset)
346 if charset == 'UTF-8':
347 output_locale(base, base, charset)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch119 +/* Convert a string from OEM_CP to the current locale charset. */
125 +/* Convert a string from ISO_CP to the current locale charset. */
251 + } else { /* -I charset */
261 + while(*(++s)); /* No params straight after charset name */
287 + } else { /* -O charset */
297 + while(*(++s)); /* No params straight after charset name */
351 + } else { /* -I charset */
361 + while(*(++s)); /* No params straight after charset name */
387 + } else { /* -O charset */
397 + while(*(++s)); /* No params straight after charset name */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/
H A Dsharutils_4.15.2.bb21 if [ -e ${D}${libdir}/charset.alias ]
23 rm -rf ${D}${libdir}/charset.alias
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch6 Content-Type: text/plain; charset=UTF-8
11 Content-Type: text/plain; charset=UTF-8
16 Content-Type: text/plain; charset=UTF-8
21 Content-Type: text/plain; charset=UTF-8
/openbmc/linux/include/linux/
H A Dnls.h26 const char *charset; member
50 extern struct nls_table *load_nls(const char *charset);
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch7 Content-Type: text/plain; charset=UTF-8
11 Content-Type: text/plain; charset=UTF-8
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/
H A Dlibunicode-linebreak-perl_2019.001.bb20 DEPENDS = "libsombok3 libmime-charset-perl"
30 libmime-charset-perl \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch452 -charset.alias: $(srcdir)/config.charset
453 - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
495 - temp=$(DESTDIR)$(libdir)/t-charset.alias; \
496 - dest=$(DESTDIR)$(libdir)/charset.alias; \
497 - if test -f $(DESTDIR)$(libdir)/charset.alias; then \
498 - orig=$(DESTDIR)$(libdir)/charset.alias; \
504 - orig=charset.alias; \
532 - chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \
595 - if test -f $(DESTDIR)$(libdir)/charset.alias; then \
596 - temp=$(DESTDIR)$(libdir)/t-charset.alias; \
[all …]
/openbmc/linux/drivers/auxdisplay/
H A Dpanel.c204 int charset; member
860 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init()
872 lcd.charset = LCD_CHARSET_KS0074; in lcd_init()
885 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init()
898 lcd.charset = DEFAULT_LCD_CHARSET; in lcd_init()
905 lcd.charset = LCD_CHARSET_NORMAL; in lcd_init()
926 lcd.charset = lcd_charset; in lcd_init()
995 if (lcd.charset == NOT_SET) in lcd_init()
996 lcd.charset = DEFAULT_LCD_CHARSET; in lcd_init()
998 if (lcd.charset == LCD_CHARSET_KS0074) in lcd_init()
[all …]
/openbmc/linux/fs/smb/server/
H A Dunicode.c81 if (strcmp(cp->charset, "utf8")) in cifs_mapchar()
241 if (!strcmp(codepage->charset, "utf8")) { in smb_strtoUTF16()
398 if (strcmp(cp->charset, "utf8")) in smbConvertToUTF16()
/openbmc/phosphor-webui/app/styles/
H A Dindex.scss1 $charset: "UTF-8"; variable
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0001-Search-for-cython3.patch3 Content-Type: text/plain; charset=UTF-8
/openbmc/u-boot/tools/patman/test/
H A D0000-cover-letter.patch6 Content-Type: text/plain; charset=UTF-8
/openbmc/webui-vue/src/components/Global/
H A DTableToolbarExport.vue38 return `data:text/json;charset=utf-8,${this.dataForExport}`;
/openbmc/linux/fs/smb/client/
H A Dcifs_unicode.c141 if (strcmp(cp->charset, "utf8")) in cifs_mapchar()
256 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16()
526 if (strcmp(cp->charset, "utf8") || !wchar_to) in cifsConvertToUTF16()

12345678910>>...12