Lines Matching refs:ucl
43 `#include <ucl.h>`
47 Libucl is a parser and `C` API to parse and generate `ucl` objects. Libucl consist of several group…
50 Used to parse `ucl` files and provide interface to extract `ucl` object. Currently, `libucl` can pa…
53 Convert `ucl` objects to some textual or binary representation. Currently, libucl supports the foll…
60 Help to convert `ucl` objects to C types. These functions are used to convert `ucl_object_t` to C p…
63 Allow creation of `ucl` objects from C types and creating of complex `ucl` objects, such as hashes …
66 Iterate over `ucl` complex objects or over a chain of values, for example when a key in an object h…
72 Provide basic utilities to manage `ucl` objects: creating, removing, retaining and releasing refere…
122 …l` parser is not a streamlined parser and chunk *must* contain the *valid* ucl object. For example…
159 …ucl` data has been parsed correctly this function returns the top object for the parser. Otherwise…
195 - `$FILENAME` - a filename of `ucl` input
210 The following example loads, parses and extracts `ucl` object from stdin using `libucl` parser func…
303 - safe: try to convert an ucl object to a primitive type and fail if such a conversion is not possi…
482 This function uses ucl object `schema`, that must be valid in terms of `json-schema` draft v4, to v…