| /freebsd/usr.sbin/ctld/ |
| H A D | uclparse.cc | 60 static bool uclparse_toplevel(const ucl::Ucl &); 61 static bool uclparse_chap(const char *, const ucl::Ucl &); 62 static bool uclparse_chap_mutual(const char *, const ucl::Ucl &); 63 static bool uclparse_lun(const char *, const ucl::Ucl &); 64 static bool uclparse_lun_entries(const char *, const ucl::Ucl &); 65 static bool uclparse_auth_group(const char *, const ucl::Ucl &); 66 static bool uclparse_portal_group(const char *, const ucl::Ucl &); 67 static bool uclparse_transport_group(const char *, const ucl::Ucl &); 68 static bool uclparse_controller(const char *, const ucl::Ucl &); 69 static bool uclparse_controller_transport_group(const char *, const ucl::Ucl &); [all …]
|
| /freebsd/contrib/libucl/lua/ |
| H A D | test.lua | 1 local ucl = require("ucl") 17 local parser = ucl.parser() 25 local got = ucl.to_json(obj, true) 39 null = ucl.null, 48 print(ucl.to_format(table, 'ucl'))
|
| /freebsd/share/mk/ |
| H A D | bsd.pkg.mk | 82 UCLSRC?= ${WORLDPACKAGE}.ucl 136 CLEANFILES+= *.pkgucl *.ucl.in *.plist *.pkg 160 ${_pkgfullname}.ucl.in: ${UCLSRC.${_pkg}:U${UCLSRC:U${_pkg}.ucl}} 197 ${_pkgfullname}.pkgucl: ${_pkgfullname}.ucl.in 198 ${FLUA} ${SRCTOP}/release/packages/generate-ucl.lua \ 215 .SUFFIXES: .plist .ucl .pkg
|
| /freebsd/contrib/libucl/tests/schema/ |
| H A D | refRemote.json.disabled | 4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"}, 20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"}, 37 "$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/refToInteger" 56 "id": "http://highsecure.ru/ucl-schema/remotes/",
|
| H A D | definitions.json.disabled | 4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"}, 19 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"},
|
| /freebsd/release/packages/ |
| H A D | create-sets.sh | 107 flua "${srcdir}/release/packages/generate-set-ucl.lua" \ 108 "${srcdir}/release/packages/set-template.ucl" \ 113 > "${wstagedir}/set-${set}.ucl"
|
| H A D | generate-set-ucl.lua | 16 local ucl = require("ucl") 19 local parser = ucl.parser(0) 102 io.stdout:write(ucl.to_format(obj, 'ucl', true))
|
| H A D | template.ucl | 33 .include(try=false,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl" 34 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl" 35 .include(try=true,duplicate=rewrite) "${UCLFILES}/${FORCEINCLUDE}.ucl"
|
| H A D | generate-ucl.lua | 17 local ucl = require("ucl") 127 local parser = ucl.parser(0) 245 f:write(ucl.to_format(obj, 'ucl', true))
|
| H A D | set-template.ucl | 2 # The options are the same as template.ucl, but we don't include any 15 .include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl"
|
| /freebsd/release/packages/ucl/ |
| H A D | README | 2 There are two types of manifest: "<package>.ucl" applies specifically to the 3 package called "<package>", and "<package>-all.ucl" applies to all of that 14 All of these packages will include "foo-all.ucl", but "foo.ucl" will only be 15 included by FreeBSD-foo, "foo-dev.ucl" will only be included by FreeBSD-foo-dev,
|
| /freebsd/packages/caroot/ |
| H A D | Makefile | 6 UCLSRC= common.ucl 7 UCLSRC.caroot= caroot.ucl
|
| H A D | caroot.ucl | 1 .include(try=false) "${SRCDIR}/common.ucl"
|
| /freebsd/packages/local-unbound/ |
| H A D | Makefile | 7 UCLSRC= common.ucl 8 UCLSRC.local-unbound= local-unbound.ucl
|
| /freebsd/contrib/libucl/tests/basic/ |
| H A D | 23.in | 5 .include() "${CURDIR}/23-ucl-with-braces.inc" 6 .include() "${CURDIR}/23-ucl-without-braces.inc"
|
| /freebsd/packages/utilities/ |
| H A D | Makefile | 11 UCLSRC= common.ucl 12 UCLSRC.utilities= utilities.ucl
|
| H A D | utilities.ucl | 1 .include(try=false) "${SRCDIR}/common.ucl"
|
| /freebsd/packages/runtime/ |
| H A D | Makefile | 11 UCLSRC= common.ucl 12 UCLSRC.runtime= runtime.ucl
|
| /freebsd/lib/libucl/ |
| H A D | Makefile | 4 LIB= ucl 21 INCS= ucl.h
|
| /freebsd/share/examples/flua/ |
| H A D | libjail.lua | 32 ucl = require("ucl") 65 print(ucl.to_json(res))
|
| /freebsd/contrib/libucl/ |
| H A D | FREEBSD-Xlist | 32 python/ucl.pyi 40 utils/ucl-tool.c
|
| /freebsd/sys/tools/syscalls/scripts/ |
| H A D | syscall_json.lua | 18 local ucl = require("ucl") 99 local json = ucl.to_json(root)
|
| /freebsd/libexec/flua/libucl/ |
| H A D | Makefile | 1 SHLIB_NAME= ucl.so
|
| H A D | Makefile.inc | 12 LIBADD+= ucl
|
| /freebsd/usr.sbin/iovctl/ |
| H A D | Makefile | 3 LIBADD= nv ucl m
|