Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openbmc-tools/autojson/
H A Dautojson.py15 json.dumps(j, indent=4, sort_keys=True, separators=(",", ": "))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py298 def to_json(self, f, *, sort_keys=False, indent=None, separators=None): argument
310 separators=separators,
H A Dpackagedata.py327 json.dump(extended_data, f, sort_keys=True, separators=(",", ":"))
/openbmc/ibm-logging/
H A Dcondense_policy.py124 condensed, outfile, separators=(",", ":"), indent=indent_value
H A Dcreate_error_reports.py204 errors, outfile, sort_keys=True, indent=2, separators=(",", ":")
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dlogs.py24 json.dumps(repjson, indent=4, separators=(", ", " : "))
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish.py268 separators=(",", ": "),
277 separators=(",", ": "),
H A Dbmc_redfish_utils.py342 separators=(",", ": "),
351 separators=(",", ": "),
/openbmc/openbmc-test-automation/bin/
H A Dgenerate_inventory101 separators=(",", ":"),
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dredfish.py110 result, sort_keys=True, indent=4, separators=(",", ": ")
/openbmc/entity-manager/scripts/
H A Dautojson.py116 j, indent=4, sort_keys=True, separators=(",", ": ")
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py142 return json.dumps(value, separators=(',', ':')).encode('utf-8')
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py287 …errorMessageStr = json.dumps(eventdict, sort_keys=True, indent=4, separators=(',', ': '), ensure_a…
672 … return str(json.dumps(frus, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=False))
1224 …retValue = str(json.dumps(events, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=F…
1415 … return json.dumps(outDict, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=False)
1952 …errorInfo += json.dumps(frulist, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=Fa…
1962 …f.write(json.dumps(frulist, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=False) …
2083 …f.write(json.dumps(leds, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=False) + '…
2201 …on.dumps(parsedfullsels[sortedSELs[1][str(log)]],sort_keys=True, indent=4, separators=(',', ': ')))
2498 … output = json.dumps(output, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=False)
2937 …return str(json.dumps(firmwareInfoDict, sort_keys=True, indent=4, separators=(',', ': '), ensure_a…
[all …]
/openbmc/linux/Documentation/core-api/
H A Dprintk-formats.rst310 separators. The default byte separator is the colon (:).
313 the ``M`` specifier to use dash (-) separators instead of the default
352 colon-separators. Leading zeros are always used.
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst180 In Make, some functions treat commas verbatim instead of argument separators.
/openbmc/qemu/scripts/
H A Danalyze-migration.py641 jsonenc = JSONEncoder(indent=4, separators=(',', ': '))
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlibraries.rst195 separators are problematic for different reasons.
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst403 as "data-only" lower layers, using double colon ("::") separators.
405 colon separators are not allowed to the right of double colon ("::") separators.
/openbmc/openbmc/poky/meta/classes-global/
H A Dlicense.bbclass414 'in the valid list of separators (%s)' %
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst219 as you do not use spaces, since spaces are used as separators between
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dextra-build-config.md404 configuration you need. To add multiple lines you must include `\n` separators.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.3.rst450 correctly uses tabs as separators between all columns in
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py488 json.dump(data, f, sort_keys=True, separators=(",", ":"), cls=SetEncoder)
/openbmc/linux/tools/perf/Documentation/
H A Dperf-stat.txt143 print large numbers with thousands' separators according to locale.
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc795 The key string may optionally contain ":" separators between

12