Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 220) sorted by relevance

123456789

/openbmc/qemu/tests/qapi-schema/
H A Dinclude-repetition.out12 include comments.json
14 include comments.json
15 module comments.json
21 include comments.json
22 include comments.json
H A Dinclude-repetition-sub.json1 { 'include': 'comments.json' }
2 { 'include': 'comments.json' }
H A Dinclude-repetition.json1 { 'include': 'comments.json' }
3 { 'include': 'comments.json' }
H A Dinclude-extra-junk.json3 { 'include': 'comments.json', 'junk': true }
H A Ddoc-bad-indent.json1 # Multiline doc comments should have consistent indentation
H A Dcomments.out11 module comments.json
/openbmc/entity-manager/scripts/
H A Dautojson.py38 self.comments: List[Tuple[bool, int, str]] = []
52 self.comments.append((do_append, idx, single.group(0)))
69 self.comments.append(
81 for append, idx, string in self.comments:
105 comments = CommentTracker() variable
108 j = json.loads(comments.extract_comments(fp.read()))
121 fp.write(comments.insert_comments(contents))
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/
H A Dconfig_file.md11 | comments | no | array of strings | One or more co…
19 "comments": [ "Config file for a FooBar one-chassis system" ],
46 "comments": ["Chassis 1"],
53 "comments": ["Chassis 2"],
H A DREADME.md103 The JSON data format does not support comments. However, some of the JSON
104 objects in the config file provide an optional "comments" property. The value of
106 file. The "comments" properties are ignored when the config file is read by the
112 "comments": ["Chassis 2: Standard hardware layout"],
116 "comments": ["The first of two UCD90320 power sequencers in the chassis.",
/openbmc/phosphor-fan-presence/docs/presence/
H A DREADME.md148 The JSON data format does not support comments. However, an optional `comments`
150 configuration. It is suggested that the value of this `comments` attribute be an
151 array of strings for comments containing line breaks. All `comments` objects are
154 **_Note: Only 1 `comments` object can exist at any given 'layer' of the
162 "comments": [
170 "comments": "Use GPIO for presence detection",
177 "comments": "Also use the tach for presence detection",
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/
H A Dcheck-funcs.patch1 Subject: build: Move dnl comments out of AC_CHECK_FUNCS
3 Due to a bug, autoheader (2.69) will treat M4 dnl comments in a quoted
15 As a workaround, let's move comments out of AC_CHECK_FUNCS.
49 +dnl Autoheader (<= 2.69) bug: "dnl" comments in a quoted argument of
/openbmc/phosphor-fan-presence/docs/monitor/
H A DREADME.md170 The JSON data format does not support comments. However, an optional `comments`
172 configuration. It is suggested that the value of this `comments` attribute be an
173 array of strings for comments containing line breaks. All `comments` objects are
176 **_Note: Only 1 `comments` object can exist at any given 'layer' of the
183 "comments": [
190 "comments": "Monitor this fan",
199 "comments": "Only trust these fan sensors when all are not zero",
207 "comments": "Log errors and power off the system",
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dsensor_monitoring.md26 | comments | no | array of strings | One or more comment lines descri…
38 "comments": ["Read all sensors supported by the IR35221 regulator"],
45 "comments": [
H A Dconfig_file.md11 | comments | no | array of strings | One or more comment lines describing this …
19 "comments": [ "Config file for a FooBar one-chassis system" ],
H A Dconfiguration.md26 | comments | no | array of strings | One or more comment lines descri…
39 "comments": ["Set rail to 1.25V using standard rule"],
47 "comments": [
H A Di2c_compare_byte.md25 "comments": ["Check if register 0xA0 contains 0xFF"],
35 "comments": [
H A Drail.md17 | comments | no | array of strings | One or more comment li…
26 "comments": ["Vdd rail on PAGE 0 of the Vdd/Vio regulator"],
H A Dpresence_detection.md42 | comments | no | array of strings | One or more comment lines descri…
54 "comments": ["Regulator is only present on the FooBar backplane"],
61 "comments": ["Regulator is only present when CPU 3 is present"],
H A Drule.md20 | comments | no | array of strings | One or more comment lines describing this r…
32 "comments": ["Sets output voltage of PAGE 0 of a PMBus regulator"],
H A Dchassis.md19 | comments | no | array of strings | One or more comment lines describing …
28 "comments": [ "Chassis number 1 containing CPUs and memory" ],
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Dusing-DOCB-conditional.patch29 @@ -5286,7 +5288,9 @@ _toStringC14N(self, comments=0, xpath=&PL_sv_undef, exclusive=0, inc_prefix_l…
37 if (comments)
39 @@ -5297,7 +5301,10 @@ _toStringC14N(self, comments=0, xpath=&PL_sv_undef, exclusive=0, inc_prefix_…
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py86 def prepend_comments(comments, json_manifest): argument
90 manifest.write(comments + json_contents)
104 comments = manifest.read(json_start) variable
434 prepend_comments(comments,'python3-manifest.json.new')
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check215 pel_stop_list = file_to_list(pel_stop_file_path, newlines=0, comments=0)
223 pel_all_list = file_to_list(pel_txt_file_path, newlines=0, comments=0)
/openbmc/openbmc/meta-raspberrypi/.github/
H A DCODE_OF_CONDUCT.md6 For more information, additional questions or comments contact the project's
/openbmc/qemu/tests/decode/
H A Derr_pattern_group_ident2.decode10 # comments are supposed to be indented

123456789