Home
last modified time | relevance | path

Searched refs:UCL_PARSER_NO_TIME (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/libucl/python/src/
HDuclmodule.c84 ucl_parser_new (UCL_PARSER_NO_TIME|UCL_PARSER_NO_IMPLICIT_ARRAYS); in _internal_load_ucl()
/freebsd-head/contrib/libucl/include/
HDucl.h155 UCL_PARSER_NO_TIME = (1 << 2), /**< Do not parse time and treat time values as strings */ enumerator
/freebsd-head/contrib/libucl/doc/
HDapi.md88 - `UCL_PARSER_NO_TIME` - treat time values as strings without parsing them as floats
/freebsd-head/contrib/libucl/src/
HDucl_parser.c988 true, false, ((parser->flags & UCL_PARSER_NO_TIME) == 0)); in ucl_lex_number()