Home
last modified time | relevance | path

Searched refs:YAML (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/lyaml/
H A DREADME.md11 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 DNEWS.md18 - 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 Dlyaml-6.2.8-1.rockspec8 detailed = 'Read and write YAML format files with Lua.',
23 YAML = {
H A Dlukefile23 YAML = {
/freebsd/contrib/libyaml/
H A Dannouncement.msg12 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 DReadMe.md1 ## 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 Dyaml-0.1.pc.in7 Description: Library to parse and emit YAML
H A DChanges60 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 DRemarkFormat.cpp22 .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 DRemarkSerializer.cpp28 case Format::YAML: in createRemarkSerializer()
44 case Format::YAML: in createRemarkSerializer()
H A DRemarkParser.cpp59 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 DYAMLRemarkParser.h67 return P->ParserFormat == Format::YAML; in classof()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst7 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 Dconfig.ld.in12 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 DRemarkUtil.cpp
H A DRemarkUtilHelpers.cpp50 assert((OutputFormat == Format::YAML || OutputFormat == Format::Bitstream) && in getOutputFileForRemarks()
52 return getOutputFileWithFlags(OutputFileName, OutputFormat == Format::YAML in getOutputFileForRemarks()
H A DRemarkConvert.cpp30 static constexpr Format InputFormat = Format::YAML;
40 static constexpr Format OutputFormat = Format::YAML;
H A DRemarkUtilHelpers.h42 clEnumValN(Format::YAML, "yaml", "YAML"), \
/freebsd/packages/libyaml/
H A Dlibyaml.ucl19 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 DAtomicChange.cpp235 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 Dtest_file_filter.rb15 filters = YAML.load_file( 'test_file_filter.yml' )
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h26 enum class Format { Unknown, Auto, YAML, Bitstream }; enumerator
H A DYAMLRemarkSerializer.h48 return S->SerializerFormat == Format::YAML; in classof()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp179 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 Dxray-converter.cpp36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator
40 clEnumValN(ConvertFormats::YAML, "yaml", "output in yaml"),
411 case ConvertFormats::YAML: in __anone754334e0302()

12