Searched refs:restrictions (Results 1 – 10 of 10) sorted by relevance
656 if (cur_type->restrictions == NULL) { in schema_restriction_simpleContent()697 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()2402 if (type->restrictions) { in delete_type()2414 if (type->restrictions->enumeration) { in delete_type()2415 zend_hash_destroy(type->restrictions->enumeration); in delete_type()2416 efree(type->restrictions->enumeration); in delete_type()2418 efree(type->restrictions); in delete_type()2449 if (type->restrictions) { in delete_type_persistent()2461 if (type->restrictions->enumeration) { in delete_type_persistent()2463 free(type->restrictions->enumeration); in delete_type_persistent()[all …]
1941 if (type->restrictions) { in sdl_serialize_type()1954 if (type->restrictions->enumeration) { in sdl_serialize_type()2740 if (ptype->restrictions) { in make_persistent_sdl_type()2743 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()2757 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()2763 if (ptype->restrictions->length) { in make_persistent_sdl_type()2766 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()2769 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()2772 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()2775 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()[all …]
203 sdlRestrictionsPtr restrictions; member
10 // Using ArrayObject here to get around property name restrictions
2 Test array promotion does not violate type restrictions
11 less restrictions on the use of them.
36 To protect your rights, we need to make restrictions that forbid38 rights. These restrictions translate to certain responsibilities for331 restrictions of other proprietary libraries that do not normally373 restrictions on the recipients' exercise of the rights granted herein.
35 To protect your rights, we need to make restrictions that forbid37 rights. These restrictions translate to certain responsibilities for328 restrictions of other proprietary libraries that do not normally370 restrictions on the recipients' exercise of the rights granted herein.
23 . Access to the $GLOBALS array is now subject to a number of restrictions.
310 freely, subject to the following restrictions:
Completed in 60 milliseconds