Searched refs:schema (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/libucl/tests/
H A Dschema.test5 for i in ${TEST_DIR}/schema/*.json ; do
7 printf "running schema test suite $_name... "
H A Dtest_schema.c61 perform_test (const ucl_object_t *schema, const ucl_object_t *obj, argument
76 match = ucl_object_validate (schema, data, err);
93 const ucl_object_t *schema, *tests, *description, *test; local
100 schema = ucl_object_find_key (obj, "schema");
104 if (schema == NULL || tests == NULL || description == NULL) {
112 if (!perform_test (schema, test, &err)) {
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res rcl_test.json.xz
5 schema.test \
H A Drun_tests.sh42 for i in ${TEST_DIR}/schema/*.json ; do
44 printf "running schema test suite $_name... "
/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_schema.c43 static bool ucl_schema_validate (const ucl_object_t *schema,
198 ucl_schema_validate_object (const ucl_object_t *schema, argument
208 while (ret && (elt = ucl_iterate_object (schema, &iter, true)) != NULL) {
232 "additionalProperties attribute is invalid in schema");
243 "required attribute is invalid in schema");
286 /* Check if we have exactly the same properties in schema and object */
288 prop = ucl_object_find_key (schema, "properties");
294 pat = ucl_object_find_key (schema, "patternProperties");
339 ucl_schema_validate_number (const ucl_object_t *schema, argument
348 while (ret && (elt = ucl_iterate_object (schema,
405 ucl_schema_validate_string(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
519 ucl_schema_validate_array(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root) argument
831 ucl_schema_validate_values(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
877 ucl_schema_validate(const ucl_object_t *schema, const ucl_object_t *obj, bool try_array, struct ucl_schema_error *err, const ucl_object_t *root) argument
1010 ucl_object_validate(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err) argument
[all...]
/freebsd-10.2-release/contrib/subversion/
H A DMakefile.in41 SCHEMA_DIR = subversion/svn/schema
661 # Converting from the .rnc XML shcemas to various other schema formats.
674 schema: schema-rng schema-dtd schema-xsd
676 schema-rng: $(SCHEMAS_RNG)
677 schema-dtd: $(SCHEMAS_DTD)
678 schema-xsd: $(SCHEMAS_XSD)
682 schema
[all...]
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dupnp_xml.c186 * schema following actionName will be WFA scheme instead
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql1 /* rep-cache-db.sql -- schema for use in rep-caching
/freebsd-10.2-release/contrib/libucl/include/
H A Ducl.h828 * @defgroup schema Schema functions
829 * These functions are used to validate UCL objects using json schema format
835 * Used to define UCL schema error
840 UCL_SCHEMA_INVALID_SCHEMA, /**< schema is invalid */
848 * Generic ucl schema error
857 * Validate object `obj` using schema object `schema`.
858 * @param schema schema object
862 * @return true if `obj` is valid using `schema`
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql1 /* wc-metadata.sql -- schema used in the wc-metadata SQLite database
42 /* One big list of statements to create our (current) schema. */
678 /* Format 21 involves no schema changes, it moves the tree conflict victim
708 /* Format 23 involves no schema changes, it introduces multi-layer
720 /* Format 24 involves no schema changes; it starts using the pristine
760 /* Format 27 involves no schema changes, it introduces stores
777 /* Format 28 involves no schema changes, it only converts MD5 pristine
H A Dwc-queries.sql1721 /* Grab all the statements related to the schema. */
/freebsd-10.2-release/contrib/tzdata/
H A DMakefile281 SGML_DTDDIR= $(SGML_TOPDIR)/share/xml/w3c-sgml-lib/schema/dtd
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c952 #define SQLITE_SCHEMA 17 /* The database schema changed */
2788 ** schema change. Hence, the application should ensure that the
2795 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
3383 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3401 ** a schema change, on the first [sqlite3_step()] call following any change
3800 ** ^(For example, given the database schema:
5022 ** and schema data structures between [database connection | connections]
6358 ** memory used to store the schema for all databases associated
6361 ** schema memory is shared with other database connections due to
7805 ** The name of the schema tabl
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c989 #define SQLITE_SCHEMA 17 /* The database schema changed */
3005 ** schema change. Hence, the application should ensure that the
3012 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
3642 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3661 ** a schema change, on the first [sqlite3_step()] call following any change
4092 ** ^(For example, given the database schema:
5407 ** and schema data structures between [database connection | connections]
6770 ** memory used to store the schema for all databases associated
6773 ** schema memory is shared with other database connections due to
8367 ** The name of the schema tabl
[all...]

Completed in 1000 milliseconds