Searched refs:text (Results 1 – 17 of 17) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/cases/ |
D | manifest20.cddl | 29 ? suit-text => bstr .cbor SUIT_Text_Map, 59 ? suit-text => SUIT_Digest / bstr .cbor SUIT_Text_Map, 177 ? suit-text-vendor-name => tstr, 178 ? suit-text-model-name => tstr, 179 ? suit-text-vendor-domain => tstr, 180 ? suit-text-model-info => tstr, 181 ? suit-text-component-description => tstr, 182 ? suit-text-component-version => tstr, 183 * $$suit-text-component-key-extensions 187 ? suit-text-manifest-description => tstr, [all …]
|
D | manifest16.cddl | 38 ? suit-text => bstr .cbor SUIT_Text_Map, 68 ? suit-text => bstr .cbor SUIT_Command_Sequence / SUIT_Digest, 186 ? suit-text-vendor-name => tstr, 187 ? suit-text-model-name => tstr, 188 ? suit-text-vendor-domain => tstr, 189 ? suit-text-model-info => tstr, 190 ? suit-text-component-description => tstr, 191 ? suit-text-component-version => tstr, 192 * $$suit-text-component-key-extensions 196 ? suit-text-manifest-description => tstr, [all …]
|
D | manifest14.cddl | 43 ? suit-text => bstr .cbor SUIT_Text_Map, 80 ? suit-text => bstr .cbor SUIT_Command_Sequence / SUIT_Digest, 307 ? suit-text-vendor-name => tstr, 308 ? suit-text-model-name => tstr, 309 ? suit-text-vendor-domain => tstr, 310 ? suit-text-model-info => tstr, 311 ? suit-text-component-description => tstr, 312 ? suit-text-component-version => tstr, 313 ? suit-text-version-required => tstr, 314 * $$suit-text-component-key-extensions [all …]
|
D | manifest12.cddl | 81 ? suit-text => bstr .cbor SUIT_Text_Map, 113 ? suit-text => SUIT_Digest, 332 ? suit-text-vendor-name => tstr, 333 ? suit-text-model-name => tstr, 334 ? suit-text-vendor-domain => tstr, 335 ? suit-text-model-info => tstr, 336 ? suit-text-component-description => tstr, 337 ? suit-text-component-version => tstr, 338 ? suit-text-version-required => tstr, 339 * $$suit-text-component-key-extensions [all …]
|
D | manifest9.cddl | 38 ? suit-text => bstr .cbor SUIT_Text_Map, 97 ? suit-text-digest => SUIT_Digest, 356 ? suit-text-components => 367 ? suit-text-vendor-name => tstr, 368 ? suit-text-model-name => tstr, 369 ? suit-text-vendor-domain => tstr, 370 ? suit-text-model-info => tstr, 371 ? suit-text-component-description => tstr, 372 ? suit-text-component-version => tstr, 373 ? suit-text-version-required => tstr, [all …]
|
D | manifest2.cddl | 20 ?suit-text => bstr .cbor SUIT_Text_Map, 82 ? suit-text => SUIT_Digest, 257 suit-text = 13 338 suit-text-manifest-description = 1 339 suit-text-update-description = 2 340 suit-text-vendor-name = 3 341 suit-text-model-name = 4 342 suit-text-vendor-domain = 5 343 suit-text-model-info = 6 344 suit-text-component-description = 7 [all …]
|
D | manifest3.cddl | 22 ?suit-text => bstr .cbor SUIT_Text_Map, 86 ? suit-text => SUIT_Digest, 279 suit-text = 13 361 suit-text-manifest-description = 1 362 suit-text-update-description = 2 363 suit-text-vendor-name = 3 364 suit-text-model-name = 4 365 suit-text-vendor-domain = 5 366 suit-text-model-info = 6 367 suit-text-component-description = 7 [all …]
|
D | manifest-moran4.cddl | 20 ?suit-text => bstr .cbor SUIT_Text_Map, 25 suit-text = 13 92 ? suit-text-info => SUIT_Severable_Text_Map, 108 suit-text-info = 13
|
D | manifest-moran3.cddl | 94 ? text : TextInfo / COSE_Digest, 105 text = 8
|
D | corner_cases.cddl | 154 text,
|
/zcbor-3.5.0-3.4.0/ |
D | setup.py | 17 def absolute_links(text): argument 31 new_text = sub(r"(?<=\]\().*?(?=\))", new_link, text)
|
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its 112 of the following places: within a NOTICE text file distributed 120 or as an addendum to the NOTICE text from the Work, provided 184 the brackets!) The text should be enclosed in the appropriate
|
D | README.md | 142 …slator hides the idiomatic representations for bytestrings, tags, and non-text keys described abov… 154 …1. bytestrings: YAML supports only text strings. In YAML, bytestrings are represented as `{"zcbor_… 155 …ap keys other than text string: In YAML, such key value pairs are represented as `{"zcbor_keyval<u… 453 text symbol if desired, to allow it to be configurable 568 maps with non-text keys need special handling. See the 621 maps with non-text keys need special handling. See the
|
D | ARCHITECTURE.md | 124 - non-text map keys
|
D | RELEASE_NOTES.md | 228 * Move CBOR intro text from zcbor_decode.h to README.
|
/zcbor-3.5.0-3.4.0/zcbor/cddl/ |
D | prelude.cddl | 11 text = tstr
|
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_repo_files.py | 172 text = path.read_text() 177 matches = findall(r'\[.*?\]\((?P<link>.*?)\)', text)
|