Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 86) sorted by relevance

1234

/openbmc/qemu/subprojects/
H A Dquote-1-rs.wrap2 directory = quote-1.0.36
3 source_url = https://crates.io/api/v1/crates/quote/1.0.36/download
4 source_filename = quote-1.0.36.0.tar.gz
7 patch_directory = quote-1-rs
/openbmc/qemu/subprojects/packagefiles/quote-1-rs/
H A Dmeson.build1 project('quote-1-rs', 'rust',
12 'quote',
31 meson.override_dependency('quote-1-rs', quote_dep, native: true)
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/
H A Dtpm-quote-tools_1.0.4.bb2 for TPM based attestation using the TPM quote mechanism. \
5 for TPM based attestation using the TPM quote mechanism. The manual \
18 SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master"
/openbmc/u-boot/arch/mips/lib/
H A Dbootm.c78 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local
89 quote = strchr(bootargs, '"'); in linux_cmdline_legacy()
92 while (next && quote && quote < next) { in linux_cmdline_legacy()
97 next = strchr(quote + 1, '"'); in linux_cmdline_legacy()
99 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
/openbmc/openbmc-test-automation/lib/
H A Descape.tcl53 set quote {'}
66 if { $char == $quote } {
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlic_checksum.py29 """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path)))
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/
H A Dmeson.build8 subproject('quote-1-rs', required: true)
11 quote_dep = dependency('quote-1-rs', native: true)
/openbmc/qemu/scripts/
H A Dcheck_sparse.py54 print('REAL_CC=%s' % shlex.quote(cmdline[0]),
55 ' '.join((shlex.quote(x) for x in cmd)))
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/
H A Dmeson.build8 subproject('quote-1-rs', required: true)
14 quote_dep = dependency('quote-1-rs', native: true)
/openbmc/u-boot/test/py/tests/
H A Dtest_env.py130 quote = '"'
132 quote = ''
137 'setenv %s %s%s%s' % (var, quote, value, quote))
/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/
H A Dmeson.build10 subproject('quote-1-rs', required: true)
17 quote_dep = dependency('quote-1-rs', native: true)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch25 -wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac…
27 …used_import"", ""totally_missing"", ""astroid"", ""six.moves.urllib.parse.quote"", first party imp…
31 …xclusive"", ""unused_import"" (...) ""astroid"", ""six.moves.urllib.parse.quote"", ""requests"", f…
36 +wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac…
38 …", ""unused_import"" (...) ""pylint.pyreverse"", ""six.moves.urllib.parse.quote"", ""pylint.consta…
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rpds-py-crates.inc22 crate://crates.io/quote/1.0.36 \
48 SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
H A Dpython3-cryptography-crates.inc32 crate://crates.io/quote/1.0.37 \
69 SRC_URI[quote-1.0.37.sha256sum] = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
/openbmc/qemu/target/i386/kvm/
H A Dmeson.build11 i386_kvm_ss.add(when: 'CONFIG_TDX', if_true: files('tdx.c', 'tdx-quote-generator.c'), if_false: fil…
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpm.py78 cmd = "tar --extract --gzip --file=%s" % shlex.quote(tarball)
140 cmd += " --%s=%s" % (key, shlex.quote(value))
144 cmd += " --%s=%s" % (key, shlex.quote(value))
205 pkgver = shlex.quote(ud.package + "@" + ud.version)
H A Dgit.py434 …= "LANG=C %s clone --bare --mirror %s %s --progress" % (ud.basecmd, shlex.quote(repourl), ud.clone…
464 …runfetchcmd("%s remote add --mirror=fetch origin %s" % (ud.basecmd, shlex.quote(repourl)), d, work…
467 … fetch_cmd = "LANG=C %s fetch -f --progress %s refs/*:refs/*" % (ud.basecmd, shlex.quote(repourl))
469 …progress %s refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*" % (ud.basecmd, shlex.quote(repourl))
581 remote = shlex.quote(repourl)
655 … runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=dest)
729 …runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=destdir)
865 return "%s://%s%s%s" % (ud.proto, username, ud.host, urllib.parse.quote(ud.path))
890 (ud.basecmd, shlex.quote(repourl), search)
990 "git rev-list %s -- | wc -l" % shlex.quote(rev),
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass59 from shlex import quote
86 vars = { 'repodir' : quote(url.localpath),
87 'rev' : quote(url.revision) }
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/
H A Dpackagegroup-security-tpm.bb15 tpm-quote-tools \
/openbmc/openbmc/meta-security/recipes-ids/suricata/
H A Dsuricata-crates.inc85 crate://crates.io/quote/0.6.13 \
86 crate://crates.io/quote/1.0.29 \
207 SRC_URI[quote-0.6.13.sha256sum] = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
208 SRC_URI[quote-1.0.29.sha256sum] = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
291 crate://crates.io/quote/1.0.21 \
382 SRC_URI[quote-1.0.21.sha256sum] = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
442 crate://crates.io/quote/1.0.26 \
473 SRC_URI[quote-1.0.26.sha256sum] = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
521 crate://crates.io/quote/1.0.23 \
575 SRC_URI[quote-1.0.23.sha256sum] = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/
H A Dpython3-guessing-game-crates.inc.upgraded25 crate://crates.io/quote/1.0.36 \
68 SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
H A Dpython3-guessing-game-crates.inc23 crate://crates.io/quote/1.0.35 \
63 SRC_URI[quote-1.0.35.sha256sum] = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/
H A Drust-c-lib-example-crates.inc18 crate://crates.io/quote/1.0.32 \
58 SRC_URI[quote-1.0.32.sha256sum] = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
/openbmc/u-boot/tools/patman/
H A Dgitutil.py322 quote = '"' if tag and tag[0] == '-' else ''
331 return ['%s %s%s%s' % (tag, quote, email, quote) for email in result]
/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools46 from urllib.parse import quote
228 safe_filename = quote(filename)
238 safe_filename = quote(filename)

1234