Search results for "module:Data::FormValidator"
Data::FormValidator - Validates user input (usually from an HTML form) based on input profile.
Data::FormValidator's main aim is to make input validation expressible in a simple format. Data::FormValidator lets you define profiles which declare the required and optional fields and any constraints they might have. The results are provided as an...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC
Data::FormValidator::URI - URI constraint/filter for Data::FormValidator
This module provides a filter and a constraint method for use with "Data::FormValidator", to help make it easier to valid URIs....
GTERMARS/Data-FormValidator-URI-0.03 - 17 Jan 2021 23:38:36 UTC
Data::FormValidator::Multi - Check multidimensional data structures with Data::FormValidator
Data::FormValidator feels like the sanest data validator to me other than now that I use angular a lot I'm POSTing complex data structures now instead of CGI key=value pairs. This module provides the ability to validate complex data structures and ke...
TRWWW/Data-FormValidator-Multi-0.002 - 16 Oct 2021 16:49:05 UTC
Data::FormValidator::Results - results of form input validation.
This object is returned by the Data::FormValidator "check" method. It can be queried for information about the validation results....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC
Data::FormValidator::Profile - Profile object for Data::FormValidator
"Data::FormValidator::Profile" provides an interface to help manage "Data::FormValidator" profiles. I found that I was frequently using "Data::FormValidator" profiles to help define my DB constraints and validation rules, but that depending on the co...
GTERMARS/Data-FormValidator-Profile-0.08 - 05 Jan 2021 08:08:18 UTC
Data::FormValidator::Filters - Basic set of filters available in an Data::FormValidator profile.
These are the builtin filters which may be specified as a name in the *filters*, *field_filters*, and *field_filter_regexp_map* parameters of the input profile. Filters are applied as the first step of validation, possibly modifying a copy of the val...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC
Data::FormValidator::EmailValid - Data::FormValidator e-mail address constraint/filter
"Data::FormValidator::EmailValid" implements a constraint and filter for use with "Data::FormValidator" that do e-mail address validation/verification using "Email::Valid". Although I generally find that I'm using the filter and constraint together, ...
GTERMARS/Data-FormValidator-EmailValid-0.09 - 21 Jun 2021 19:04:12 UTC
Data::FormValidator::Util::HTML - HTML utility functions for DFV
This module adds tokens to HTML pages, which can be used to display error messages generated by the Data::FormValidator module. The easiest way to understand this might be to check out the tutorial, which provides example of using the kind of output ...
MARKSTOS/Data-FormValidator-Util-HTML-0.10 - 19 Jan 2004 17:00:03 UTC
Data::FormValidator::Constraints - Basic sets of constraints on input profile.
These are the builtin constraints that can be specified by name in the input profiles. Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC
Data::FormValidator::Filters::Image - Filter that allows you to shrink incoming image uploads using Data::FormValidator
Many users when uploading image files never bother to shrink them down to a reasonable size. Instead of declining the upload because it is too large, this module will shrink the image down to a reasonable size during the form validation stage. The fi...
CEESHEK/Data-FormValidator-Filters-Image-0.40 - 23 Mar 2009 12:47:04 UTC
Data::FormValidator::Multi::Results - Provide a multidimensional hash or array of DFVM results
Results of the check performed by Data::FormValidator::Multi...
TRWWW/Data-FormValidator-Multi-0.002 - 16 Oct 2021 16:49:05 UTC
Data::FormValidator::Filters::ImgData - Resize image on the fly
This module rewrites and formats an image. It is intended specifically to work with CGI::Application::Plugin::AJAXUpload and hence Data::FormValidator. Unlike, for example Data::FormValidator::Filters::Image, it takes raw image data and returns raw i...
SILASMONK/CGI-Application-Plugin-AJAXUpload-v0.0.3 - 14 Oct 2010 09:53:03 UTC
Data::FormValidator::Filters::WikiTrim - Trim filter for wikitext fields
"Data::FormValidator::Filters::WikiTrim" provides a slightly different "trim" filter than the default. Rather than trimming *all* leading/trailing whitespace, we trim all leading *blank lines* and all trailing whitespace. In a wikitext field, leading...
GTERMARS/Data-FormValidator-Filters-WikiTrim-0.03 - 18 Jan 2021 00:10:55 UTC
Data::FormValidator::Constraints::HTTP - Simple Data::FormValidator constraint methods for checking various HTTP methods.
This module provides some simple, Data::FormValidator compatible constraint methods for validating HTTP request methods. For example, it may be desirable to consider a form invalid until the request method is POST....
ADAPAY/Data-FormValidator-Constraints-HTTP-0.01 - 26 Jul 2006 12:57:05 UTC
Data::FormValidator::ConstraintsFactory - Module to create constraints for HTML::FormValidator.
This module contains functions to help generate complex constraints. If you are writing new code, take a look at Data::FormValidator::Constraints::MethodsFactory instead. It's a modern alternative to what's here, offering improved names and syntax....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC
Data::FormValidator::Constraints::Dates - Validate Dates and Times
date_and_time Note: This is a new module is a new addition to Data::FormValidator and is should be considered "Beta". This constraint creates a regular expression based on the format string passed in to validate your date against. It understands the ...
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC
Data::FormValidator::Constraints::Words - Data constraints for word inputs.
"Data::FormValidator::Constraints::Words" provides several methods that can be used to generate constraint closures for use with "Data::FormValidator" for the purpose of validating textual input....
BARBIE/Data-FormValidator-Constraints-Words-0.10 - 04 Dec 2014 02:06:31 UTC
Data::FormValidator::Filters::HTMLStrip - Filter that removes html tags from input
This is a Data::FormaValidator filter that acts as a wrapper for HTML::Strip. It removes html tags from variable data to help protect against cross-site scripting attacks....
DAVIDB/Data-FormValidator-Filters-HTMLStrip-0.13 - 14 Oct 2008 00:22:34 UTC