| /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 | 546 …onfig', '{}'.format( d.getVar('B') + '/.config' ), '--blame', c], cwd=s, env=env ).decode('utf-8') 548 …atal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 554 …ar('B') + '/.config' ), '--summary', '--extended', '--sanity', c], cwd=s, env=env ).decode('utf-8') 556 …atal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 591 … kmeta = subprocess.check_output(['kgit', '--meta'], cwd=d.getVar('S')).decode('utf-8').rstrip() 603 …= subprocess.check_output(['scc', '--configs', '-o', s + '/.kernel-meta'], env=env).decode('utf-8') 605 bb.fatal( "Cannot gather config fragments for audit: %s" % e.output.decode("utf-8") ) 622 …rmat( d.getVar('B') + '/.config' ), '--mismatches', extra_params], cwd=s, env=env ).decode('utf-8') 624 …atal( "config analysis failed when running '%s': %s" % (" ".join(e.cmd), e.output.decode('utf-8'))) 644 ….format( d.getVar('B') + '/.config' ), '--invalid', extra_params], cwd=s, env=env ).decode('utf-8') [all …]
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableToolbarExport.vue | 32 return `data:text/json;charset=utf-8,${this.dataForExport}`;
|
| /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/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/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/ |
| H A D | links2.desktop | 14 # vi: encoding=utf-8
|
| /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/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/tcltk8/tcl8/ |
| H A D | fix_non_native_build_issue.patch | 41 …;package require tcltest;tcltest::temporaryDirectory /tmp;source -encoding utf-8 ../tests/all.tcl;… 42 …;package require tcltest;tcltest::temporaryDirectory /tmp;source -encoding utf-8 ../tests/all.tcl;…
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0002-run_program-support-timeout.patch | 66 - out = out.decode("utf-8") 94 + out = out.decode("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/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/ |
| H A D | 0001-rtrip.py-convert-to-python3.patch | 22 # -*- coding: utf-8 -*-
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | CVE-2023-32627.patch | 2 From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006-qemu-Determinism-fixes.patch | 28 f = open(filename, 'rt', encoding='utf-8')
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/ |
| H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 15 # -*- coding: utf-8 -*-
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants/ |
| H A D | 0001-Change-hash-bang-to-python3.patch | 45 # -*- coding: utf-8 -*-
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto/ |
| H A D | 0001-setup.py-Make-the-cmd-available.patch | 31 "src/SWIG/x509_v_flag.h", "w", encoding="utf-8"
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewCard.vue | 67 return `data:text/json;charset=utf-8,${this.dataForExport}`;
|