Lines Matching full:does
46 * @variables This key takes one variable: The number of schemas the value does not validate
50 * When a value does not validate a 'not' schema
54 * When a value does not match any of the provided types
58 * When a value does not match the given type
102 * When a value does not have enough characters
107 * When a value does not match a given pattern
157 $lang['js']['error_property_names_enum_mismatch'] = 'Property name {{0}} does not match any enum va…
159 * When there is a propertyName that sets a const and a property does not match the const value
162 $lang['js']['error_property_names_const_mismatch'] = 'Property name {{0}} does not match the const …
164 * When there is a propertyName that sets a pattern and a property name does not match the pattern
167 $lang['js']['error_property_names_pattern_mismatch'] = 'Property name {{0}} does not match pattern';