Home
last modified time | relevance | path

Searched refs:utf (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch26 "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 D090856f4159c40a2927fb88546419f2e1697ad5f.patch29 …tps://stxnext.com/static/img/logo.830ebe551641.svg", "body": {"encoding": "utf-8", "string": ""}, …
37 + "encoding": "utf-8",
92utf-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",
304utf-8"}, "headers": {"Accept-Encoding": ["gzip, deflate, compress"], "Accept": ["*/*"], "User-Agen…
[all …]
/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/poky/meta/recipes-gnome/gtk-doc/files/
H A D0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch33 # -*- 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 Dwaf.bbclass35 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 Dkernel-yocto.bbclass541 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 Dexternalsrc.bbclass214 …'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 Dicecc.bbclass124 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 Dreport-error.bbclass16 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 Dinterpreter.patch53 executable_bytes = executable.encode("utf-8")
65 - quoted = shlex.quote(executable).encode("utf-8")
H A D0001-src-installer-utils.py-sort-entries-before-writing-o.patch20 io.BytesIO(), encoding="utf-8", write_through=True, newline=""
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dfix_non_native_build_issue.patch41 - 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 D0002-run_program-support-timeout.patch62 - out = out.decode("utf-8")
89 + out = out.decode("utf-8")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/
H A Dhidapi_0.14.0.bb9 RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
/openbmc/webui-vue/src/components/Global/
H A DTableToolbarExport.vue38 return `data:text/json;charset=utf-8,${this.dataForExport}`;
/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css1 /* -*- coding: utf-8; mode: css -*-
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0001-configure-fix-linking-on-RISC-V-ISA.patch1 From: =?utf-8?q?R=C3=A9mi_Denis-Courmont?= <remi@remlab.net>
/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py94 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 Dlinks2.desktop14 # vi: encoding=utf-8
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-cnf4.rst1 .. -*- coding: utf-8; mode: rst -*-
/openbmc/qemu/
H A D.editorconfig18 charset = utf-8
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_version.bbclass31 version_id = (hashlib.sha512(version.encode('utf-8')).hexdigest())[:8]
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib.inc195 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 D0001-rtrip.py-convert-to-python3.patch22 # -*- coding: utf-8 -*-
/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c475 static int ascii2utf (char *s, u8 *utf, int utfmax) in ascii2utf() argument
480 *utf++ = *s++; in ascii2utf()
481 *utf++ = 0; in ascii2utf()

1234