The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Input-Validator Validator"

Input::Validator - Input Validator River stage one • 1 direct dependent • 2 total dependents

Data validator. Validates only the data. NO form generation, NO javascript generation, NO other stuff that does something else. Only data validation!...

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Bulk - Internal object for multiple fields processing River stage one • 1 direct dependent • 2 total dependents

Bulk object. Holds multiple fields that were created by Input::Validator....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Group - Run constraint on group of fields River stage one • 1 direct dependent • 2 total dependents

Run constraint on group of fields....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Field - Field object River stage one • 1 direct dependent • 2 total dependents

Field object. Used internally....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Condition - Condition object River stage one • 1 direct dependent • 2 total dependents

Condition object....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint - Basic condition class River stage one • 1 direct dependent • 2 total dependents

Basic class for constraints. Subclass it to write new conditions....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::In - In constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether the value contains in the array provided....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Ip - Ip constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether a value looks like an ip address....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Time - Time constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether a value is a valid time. Time is a string with a separator (":" by default), that is splitted into "hour, minute, second" sequence and then validated....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Date - Date constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether a value is a valid date. Date is a string with a separator ("/" by default), that is splitted into "year, month, day" sequence and then validated....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Email - Email constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether a value looks like an email address. This is a very simple yet correct validation. It checks if an email has a correct length (name and domain) and has at least one dot in the domain....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::ConstraintBuilder - Constraint factory River stage one • 1 direct dependent • 2 total dependents

A factory class for constraints. Build a new object....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Equal - Equal constraint River stage one • 1 direct dependent • 2 total dependents

Group constraint that validates that all values are the same....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Subset - Subset constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether the value is a subset of the provided array reference values....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Length - Length constraint River stage one • 1 direct dependent • 2 total dependents

Checks whether the value is exactly "n" characters length, or is between "n, m" values....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Unique - Unique constraint River stage one • 1 direct dependent • 2 total dependents

Group constraint that validates that all the values are different....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Regexp - Regexp constraint River stage one • 1 direct dependent • 2 total dependents

Checks if the value mathes provided regular expression. Don't forget "^" and "$" symbols if you want to check the whole value....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

Input::Validator::Constraint::Callback - Callback constraint River stage one • 1 direct dependent • 2 total dependents

Run a callback to validate a field. Return a true value when validation succeded, and false value when failed. In order to set your own error instead of a default one return an array where the error message is the second argument....

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC

lib/Input/Validator/Base.pm River stage one • 1 direct dependent • 2 total dependents

VTI/Input-Validator-0.001005 - 13 Feb 2012 13:48:47 UTC
19 results (0.053 seconds)