|
Cutelyst
2.14.2
|
| The Cutelyst Application | |
| The Cutelyst Component base class | |
| The Cutelyst Context | |
| Cutelyst Controller base class | |
| The Cutelyst Dispatcher | |
| The Cutelyst Engine | |
| Implements a WSGI server | |
| |
| Validation processor for input data | |
| Stores custom error messages and the input field label | |
| Provides information about performed validations | |
| Contains the result of a single input parameter validation | |
| Base class for all validator rules | |
| Checks if a field is available and has a specific value | |
| Checks if a date, time or datetime is after a comparison value | |
| Validates an input field for only alphabetic content | |
| Checks a value for only alpha-numeric content and dashes and underscores | |
| Checks a value for only alpha-numeric content | |
| Checks if a date, time or datetime is before a comparison value | |
| Checks if a value or text length is between a minimum and maximum value | |
| Checks if a value can be casted into a boolean | |
| Validates an input field for not allowed characters | |
| Checks for a confirmation input field | |
| Checks if the input data is a valid date | |
| Checks if the input data is a valid datetime | |
| Checks if two values are different | |
| Checks for digits only with optional length check | |
| Checks for digits only with a length between min and max | |
| Checks if the value of the input field contains FQDN according to RFC 1035 | |
| Checks if the value is a valid email address according to specific RFCs | |
| Checks if the input field contains a valid file size string like 1.5 GB | |
| The field under validation must not be empty when it is present | |
| Checks if the field value is one from a list of values | |
| Checks if the value is an integer | |
| Checks if the field value is a valid IP address | |
| Checks if the inut data is valid JSON | |
| Checks if a value is not bigger or longer than a maximum value | |
| Checks if a value is not smaller or shorter than a maximum value | |
| Checks if the field value is not one from a list of values | |
| Checks if the field under validation could be casted into a numeric value | |
| The field under validation must be present in input data but can be empty | |
| Validates an input field with libpwquality to check password quality | |
| The field under validation must match the given regular expression | |
| Checks if a field is available and not empty | |
| The field under validation must be present and not empty if the other field is equal to any value in a list | |
| The field under validation must be present and not empty if the content of a stash key is equal to one from a list | |
| The field under validation must be present and not empty unless the other field is equal to any value in the list | |
| The field under validation must be present and not emptly unless the content of a stash key is equal to a value in a list | |
| The field under validation must be present and not empty only if any of the other specified fields is present | |
| The field under validation must be present and not empty only if all of the other specified fields are present | |
| The field under validation must be present and not empty only when any of the other specified fields are not present | |
| The field under validation must be present and not empty only when all of the other specified fields are not present | |
| The given field must match the field under validation | |
| The field under validation must have a size matching the given value | |
| Checks if the input data is a valid time | |
| The field under validation must be a valid URL |
1.8.6