/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 26 "encoding": "utf-8", 57 - "Content-Type": "text/html; charset=utf-8", 74 + "text/html; charset=utf-8" 96 "encoding": "utf-8", 127 - "Content-Type": "text/html; charset=utf-8", 144 + "text/html; charset=utf-8" 166 "encoding": "utf-8", 197 - "Content-Type": "text/html; charset=utf-8", 214 + "text/html; charset=utf-8" 236 "encoding": "utf-8", [all …]
|
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 29 …tps://stxnext.com/static/img/logo.830ebe551641.svg", "body": {"encoding": "utf-8", "string": ""}, … 37 + "encoding": "utf-8", 92 …utf-8"}, "url": "https://httpbin.org/cookies/set?cookie0=value0", "headers": {"Location": ["/cooki… 100 + "encoding": "utf-8", 122 + "encoding": "utf-8", 139 + "text/html; charset=utf-8" 165 + "encoding": "utf-8", 232 …T", "uri": "https://http2bin.org/get", "body": {"string": "", "encoding": "utf-8"}, "headers": {"A… 240 + "encoding": "utf-8", 304 …utf-8"}, "headers": {"Accept-Encoding": ["gzip, deflate, compress"], "Accept": ["*/*"], "User-Agen… [all …]
|
/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/poky/meta/recipes-gnome/gtk-doc/files/ |
H A D | 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 33 # -*- python; coding: utf-8 -*- 63 # -*- python; coding: utf-8 -*- 73 # -*- python; coding: utf-8 -*- 83 # -*- python; coding: utf-8 -*- 93 # -*- python; coding: utf-8 -*-
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | waf.bbclass | 35 h.update(val.encode('utf-8')) 62 for line in result.decode('utf-8').split("\n"): 69 bb.warn("waf·--version·output = \n%s" % result.decode('utf-8'))
|
H A D | kernel-yocto.bbclass | 541 analysis = subprocess.check_output(['symbol_why.py', '--dotconfig', '{}'.format( d.getVar('B') + '/.config' ), '--blame', c], cwd=s, env=env ).decode('utf-8') 543 bb.fatal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 549 analysis = subprocess.check_output(['symbol_why.py', '--dotconfig', '{}'.format( d.getVar('B') + '/.config' ), '--summary', '--extended', '--sanity', c], cwd=s, env=env ).decode('utf-8') 551 bb.fatal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 586 kmeta = subprocess.check_output(['kgit', '--meta'], cwd=d.getVar('S')).decode('utf-8').rstrip() 598 configs = subprocess.check_output(['scc', '--configs', '-o', s + '/.kernel-meta'], env=env).decode('utf-8') 600 bb.fatal( "Cannot gather config fragments for audit: %s" % e.output.decode("utf-8") ) 617 analysis = subprocess.check_output(['symbol_why.py', '--dotconfig', '{}'.format( d.getVar('B') + '/.config' ), '--mismatches', extra_params], cwd=s, env=env ).decode('utf-8') 619 bb.fatal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 639 analysis = subprocess.check_output(['symbol_why.py', '--dotconfig', '{}'.format( d.getVar('B') + '/.config' ), '--invalid', extra_params], cwd=s, env=env ).decode('utf [all...] |
/openbmc/openbmc/poky/meta/classes/ |
H A D | externalsrc.bbclass | 214 …'git', '-C', s_dir, 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL).decode("utf-8").rstrip()) 216 …d.getVar("TOPDIR"), 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL).decode("utf-8").rstrip()) 232 … git_sha1 = subprocess.check_output(['git', 'write-tree'], cwd=s_dir, env=env).decode("utf-8") 234 …t", "config", "--file", ".gitmodules", "--get-regexp", "path"], cwd=s_dir, env=env).decode("utf-8") 242 git_sha1 += stdout.decode("utf-8") 243 sha1 = hashlib.sha1(git_sha1.encode("utf-8")).hexdigest()
|
H A D | icecc.bbclass | 124 kernel_cc = subprocess.check_output("echo %s" % kernel_cc, shell=True).decode("utf-8")[:-1] 254 return subprocess.check_output("readlink -f %s" % tool, shell=True).decode("utf-8")[:-1] 256 …ipe parsing, cmd readlink -f %s returned %d:\n%s" % (tool, e.returncode, e.output.decode("utf-8"))) 346 ICE_VERSION = subprocess.check_output(cmd).decode("utf-8").strip() 348 bb.warn("icecc: '{}' returned {}:\n{}".format(cmd, e.returncode, e.output.decode("utf-8"))) 383 ICECC_AS = subprocess.check_output(cmd).decode("utf-8").strip() 385 bb.warn("icecc: '{}' returned {}:\n{}".format(cmd, e.returncode, e.output.decode("utf-8"))) 408 … bb.warn("icecc: '{}' returned {}:\n{}".format(cmd, e.returncode, e.output.decode("utf-8")))
|
H A D | report-error.bbclass | 16 with codecs.open(datafile, 'r', 'utf-8') as f: 25 with codecs.open(datafile, 'w', 'utf-8') as f: 89 with codecs.open(log, encoding='utf-8') as logFile:
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/ |
H A D | interpreter.patch | 53 executable_bytes = executable.encode("utf-8") 65 - quoted = shlex.quote(executable).encode("utf-8")
|
H A D | 0001-src-installer-utils.py-sort-entries-before-writing-o.patch | 20 io.BytesIO(), encoding="utf-8", write_through=True, newline=""
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
H A D | fix_non_native_build_issue.patch | 41 - echo 'exec chmod -w .;package require tcltest;tcltest::temporaryDirectory /tmp;source -encoding utf-8 ../tests/all.tcl;exec chmod +w .' | $(SHELL_ENV) ./${TCLTEST_EXE} 42 + echo 'exec chmod -w .;package require tcltest;tcltest::temporaryDirectory /tmp;source -encoding utf-8 ../tests/all.tcl;exec chmod +w .' | $(SHELL_ENV) ${TCLTEST_EXE}
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0002-run_program-support-timeout.patch | 62 - out = out.decode("utf-8") 89 + out = out.decode("utf-8")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/ |
H A D | hidapi_0.14.0.bb | 9 RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableToolbarExport.vue | 38 return `data:text/json;charset=utf-8,${this.dataForExport}`;
|
/openbmc/linux/Documentation/sphinx-static/ |
H A D | theme_rtd_colors.css | 1 /* -*- coding: utf-8; mode: css -*-
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0001-configure-fix-linking-on-RISC-V-ISA.patch | 1 From: =?utf-8?q?R=C3=A9mi_Denis-Courmont?= <remi@remlab.net>
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 94 utf = s.encode(encoding='utf-8',errors='strict') 98 return len(utf) - utf.count(b'\\') + utf.count(b'\\\\') - (utf.count(b'\\000') * 2)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/ |
H A D | links2.desktop | 14 # vi: encoding=utf-8
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-cnf4.rst | 1 .. -*- coding: utf-8; mode: rst -*-
|
/openbmc/qemu/ |
H A D | .editorconfig | 18 charset = utf-8
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_version.bbclass | 31 version_id = (hashlib.sha512(version.encode('utf-8')).hexdigest())[:8]
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/ |
H A D | glib.inc | 195 glibc-gconv-utf-16 \ 196 glibc-charmap-utf-8 \ 199 glibc-gconv-utf-32 \ 200 glibc-gconv-utf-7 \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/ |
H A D | 0001-rtrip.py-convert-to-python3.patch | 22 # -*- coding: utf-8 -*-
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | sl811-hcd.c | 475 static int ascii2utf (char *s, u8 *utf, int utfmax) in ascii2utf() argument 480 *utf++ = *s++; in ascii2utf() 481 *utf++ = 0; in ascii2utf()
|