| /freebsd/contrib/lyaml/ |
| H A D | README.md | 11 for converting between [%YAML 1.1][yaml11] and [Lua] tables, 12 and a low-level [YAML] event parser for implementing more 13 intricate [YAML] document loading. 21 and [%YAML 1.1][yaml11] format strings. 25 local t = lyaml.load (YAML-STRING, [OPTS-TABLE]) 32 `lyaml.load` accepts a YAML string for parsing. If the YAML string contains 73 represents a single YAML document. To dump a table of lua values this means 75 YAML documents, the inner table is the single document table to dump). 99 where [YAML] explicitly supports `null` values (and keys!). Lyaml 100 will retain [YAML] `null` values as `lyaml.null ()` by default, [all …]
|
| H A D | NEWS.md | 18 - Don't skip YAML entries from mixed key Lua tables. 108 - `lyaml.load` now correctly reads implicit null scalars in a YAML 125 YAML document, or an implicit bool value, according to 143 YAML document, or an implicit float value, according to 147 YAML document, or an implicit integer value, according to 177 which caused the dumped YAML to break. 190 YAML parsing to fail (since the blank lines didn't have the expected 193 This patch fixes the dump to use the YAML literal syntax for any 203 - `lyaml.load` now correctly reads the !!null tag in a YAML 279 dumped, they are preceded by `&ANCHOR_NAME` in the output YAML
|
| H A D | lyaml-6.2.8-1.rockspec | 8 detailed = 'Read and write YAML format files with Lua.', 23 YAML = {
|
| H A D | lukefile | 23 YAML = {
|
| /freebsd/contrib/libyaml/ |
| H A D | announcement.msg | 12 The LibYAML project is now maintained by the YAML community. Planning happens 54 YAML homepage: http://yaml.org/ 55 YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core 61 YAML is a data serialization format designed for human readability and 64 LibYAML is a C library for parsing and emitting YAML. LibYAML is the underlying 65 parser/emitter code for YAML frameworks in many programming languages. 86 It is currently maintained by the YAML community.
|
| H A D | ReadMe.md | 1 ## LibYAML - A C library for parsing and emitting YAML. 33 You may also use the [YAML-Core mailing 43 It is currently maintained by the YAML community.
|
| H A D | yaml-0.1.pc.in | 7 Description: Library to parse and emit YAML
|
| H A D | Changes | 60 Always output document end before directive (YAML 1.2 compatibility) 78 Support %YAML 1.2 directives 166 Include an example of a %YAML tag 357 Add functions for constructing, parsing and emitting YAML documents.
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkFormat.cpp | 22 .Cases("", "yaml", Format::YAML) in parseFormat() 37 .StartsWith("--- ", Format::YAML) // This is only an assumption. in magicToFormat() 39 Format::YAML) // Needed for remark meta section in magicToFormat()
|
| H A D | RemarkSerializer.cpp | 28 case Format::YAML: in createRemarkSerializer() 44 case Format::YAML: in createRemarkSerializer()
|
| H A D | RemarkParser.cpp | 59 case Format::YAML: in createRemarkParser() 79 case Format::YAML: in createRemarkParserFromMeta() 111 return wrap(new CParser(Format::YAML, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
| H A D | YAMLRemarkParser.h | 67 return P->ParserFormat == Format::YAML; in classof()
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | writing-schema.rst | 7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it 46 The YAML format has several options for defining the formatting of the text 49 used. The formatting controls can not only affect whether the YAML can be 69 The above is not a complete description of YAML text blocks. More details on 70 multi-line YAML text blocks can be found online: 133 Note: YAML doesn't allow leading tabs, so spaces must be used instead. 153 The Devicetree schemas don't exactly match the YAML-encoded DT data produced by 164 The YAML Devicetree format also makes all string values an array and scalar 179 Use YAML coding style (two-space indentation). For DTS examples in the schema,
|
| /freebsd/contrib/lyaml/build-aux/ |
| H A D | config.ld.in | 12 between `%YAML 1.1` and Lua tables, with a flexible Lua language 13 API to load and save YAML documents.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkUtil.cpp | |
| H A D | RemarkUtilHelpers.cpp | 50 assert((OutputFormat == Format::YAML || OutputFormat == Format::Bitstream) && in getOutputFileForRemarks() 52 return getOutputFileWithFlags(OutputFileName, OutputFormat == Format::YAML in getOutputFileForRemarks()
|
| H A D | RemarkConvert.cpp | 30 static constexpr Format InputFormat = Format::YAML; 40 static constexpr Format OutputFormat = Format::YAML;
|
| H A D | RemarkUtilHelpers.h | 42 clEnumValN(Format::YAML, "yaml", "YAML"), \
|
| /freebsd/packages/libyaml/ |
| H A D | libyaml.ucl | 19 comment = "Private YAML library" 22 The libprivateyaml library is used by the FreeBSD base system to parse YAML
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 235 llvm::yaml::Output YAML(YamlContentStream); in toYAMLString() local 236 YAML << *this; in toYAMLString() 242 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML() local 243 YAML >> NE; in convertFromYAML()
|
| /freebsd/contrib/ntp/sntp/unity/auto/ |
| H A D | test_file_filter.rb | 15 filters = YAML.load_file( 'test_file_filter.yml' )
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | RemarkFormat.h | 26 enum class Format { Unknown, Auto, YAML, Bitstream }; enumerator
|
| H A D | YAMLRemarkSerializer.h | 48 return S->SerializerFormat == Format::YAML; in classof()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1gen_reproducer_main.cpp | 179 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); in cc1gen_reproducer_main() local 181 YAML >> InvocationInfo; in cc1gen_reproducer_main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator 40 clEnumValN(ConvertFormats::YAML, "yaml", "output in yaml"), 411 case ConvertFormats::YAML: in __anone754334e0302()
|