/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 439 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 D | nls_base.c | 275 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 D | nls_ascii.c | 146 .charset = "ascii",
|
H A D | nls_utf8.c | 44 .charset = "utf8",
|
H A D | nls_iso8859-9.c | 252 .charset = "iso8859-9",
|
H A D | nls_iso8859-1.c | 237 .charset = "iso8859-1",
|
H A D | nls_iso8859-6.c | 243 .charset = "iso8859-6",
|
/openbmc/phosphor-webui/app/ |
H A D | index.js | 163 '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 D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 57 - "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__.py | 265 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 D | libc-package.bbclass | 199 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 D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 119 +/* 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 D | sharutils_4.15.2.bb | 21 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 D | 0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch | 6 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 D | nls.h | 26 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 D | 0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch | 7 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 D | libunicode-linebreak-perl_2019.001.bb | 20 DEPENDS = "libsombok3 libmime-charset-perl" 30 libmime-charset-perl \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | 0001-configure.ac-Rename-to-configure.ac-and-use-external.patch | 452 -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 D | panel.c | 204 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 D | unicode.c | 81 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 D | index.scss | 1 $charset: "UTF-8"; variable
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/ |
H A D | 0001-Search-for-cython3.patch | 3 Content-Type: text/plain; charset=UTF-8
|
/openbmc/u-boot/tools/patman/test/ |
H A D | 0000-cover-letter.patch | 6 Content-Type: text/plain; charset=UTF-8
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableToolbarExport.vue | 38 return `data:text/json;charset=utf-8,${this.dataForExport}`;
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_unicode.c | 141 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()
|