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 "catalyst::plugin::formvalidator::simple"

Catalyst::Plugin::FormValidator::Simple - Validator for Catalyst with FormValidator::Simple River stage one • 4 direct dependents • 5 total dependents

This plugin allows you to validate request parameters with FormValidator::Simple. See FormValidator::Simple for more information. This behaves like as Catalyst::Plugin::FormValidator....

DHOSS/Catalyst-Plugin-FormValidator-Simple-0.15 - 13 Jul 2010 21:07:40 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple::Auto - Smart validation with FormValidator::Simple River stage zero No dependents

This plugin provide auto validation to Plugin::FormValidator::Simple. You can define validation profiles into config or YAML file, and no longer have to write it in actions....

TYPESTER/Catalyst-Plugin-FormValidator-Simple-Auto-0.18 - 08 Jun 2009 09:27:03 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple::Messages - FormValidator::Simple can be handled by plural Catalyst application in mod_perl River stage zero No dependents

The FormValidator::Simple can be handled by plural Catalyst application in mod_perl....

MIYAZAKI/Catalyst-Plugin-FormValidator-Simple-Messages-0.02 - 08 Jul 2008 08:00:39 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple::OwnCheck - Validator for Catalyst with FormValidator::Simple River stage zero No dependents

This plugin allows you to validate request parameters with a checker of your application namespace , no need to package your checker in the namespace of FormValidator::Simple. See FormValidator::Simple for more information. This behaves like as Catal...

ADONG/Catalyst-Plugin-FormValidator-Simple-OwnCheck-0.02 - 19 Apr 2006 10:52:16 UTC - Search in distribution

CGI::FormBuilder - Easily generate and process stateful forms River stage two • 11 direct dependents • 16 total dependents

If this is your first time using FormBuilder, you should check out the website for tutorials and examples at <http://formbuilder.org>. You should also consider joining the google group at <http://groups.google.com/group/perl-formbuilder>. There are s...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC - Search in distribution

HTML::Widget - HTML Widget And Validation Framework River stage one • 6 direct dependents • 6 total dependents

Create easy to maintain HTML widgets! Everything is optional, use validation only or just generate forms, you can embed and merge them later. The API was designed similar to other popular modules like Data::FormValidator and FormValidator::Simple, HT...

CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC - Search in distribution

Egg::Plugin::FillInForm - HTML::FillInForm for Egg. River stage two • 17 direct dependents • 17 total dependents

HTML::FillInForm It is a plugin to use....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

Catalyst::Plugin::RequestToken - (DEPRECATED) Handling transaction token for Catalyst River stage zero No dependents

This plugin create, remove and validate transaction token, to be used for enforcing a single request for some transaction, for exapmle, you can prevent duplicate submits. Note: REQUIRES a session plugin like Catalyst::Plugin::Session to store server ...

HIDE/Catalyst-Plugin-RequestToken-0.06 - 04 Jun 2008 17:31:20 UTC - Search in distribution

Catalyst::Controller::RequestToken - Handling transaction tokens across forms River stage zero No dependents

This controller enables to enforce a single transaction across multiple forms. Using a token, you can prevent duplicate submits and protect your app from CSRF atacks. This module REQUIRES Catalyst::Plugin::Session to store server side token....

HIDE/Catalyst-Controller-RequestToken-0.07 - 09 Aug 2012 09:46:40 UTC - Search in distribution

Catalyst::Manual::Intro - Introduction to Catalyst River stage two • 2 direct dependents • 11 total dependents

This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you should be usi...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

DBIx::Class::FromValidators - Update or Insert DBIx::Class data from Validators River stage zero No dependents

DBIx::Class::FromValidators allows you to Update or Insert DBIx::Class objects from FormValidator::Simple or Data::FormValidator....

WOREMACX/DBIx-Class-FromValidators-0.02 - 19 Nov 2007 12:19:27 UTC - Search in distribution

Catalyst::Plugin::Captcha - create and validate Captcha for Catalyst River stage one • 2 direct dependents • 3 total dependents

This plugin create, validate Captcha. Note: This plugin uses GD::SecurityImage and requires a session plugins like Catalyst::Plugin::Session...

DIEGOK/Catalyst-Plugin-Captcha-0.04 - 03 Apr 2010 17:02:35 UTC - Search in distribution

Foorum::Manual::Tutorial1 - Tutorial 1: Catalyst Plugins used in Foorum River stage one • 1 direct dependent • 1 total dependent

FAYLAND/Foorum-1.001000 - 27 Sep 2009 13:40:19 UTC - Search in distribution

Catalyst::Helper::Controller::Scaffold::HTML::Template - Helper for Scaffolding using HTML::Template. River stage zero No dependents

This module is heavily based on Catalyst::Helper::Controller::Scaffold. It provides a framework to do the basic data operations (edit, view, list, delete, add). Scaffolding is very simple with Catalyst, as most of the code will be automagically gener...

AASSAD/Catalyst-Helper-Controller-Scaffold-HTML-Template-0.04 - 16 May 2011 21:50:35 UTC - Search in distribution

FormValidator::Simple::Plugin::DBIC::Unique - unique check for DBIC River stage zero No dependents

This module is a plugin for FormValidator::Simple. This provides you a validation for unique check with DBIC table class....

LYOKATO/FormValidator-Simple-Plugin-DBIC-Unique-0.05 - 12 Feb 2006 18:48:19 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Lazy - Catalyst FormValidator Plugin in Lazy way River stage zero No dependents

Instead of writting constraints in your controller source code , this plugin let you use config file. and more......

TOMYHERO/Catalyst-Plugin-FormValidator-Lazy-0.05 - 07 Dec 2007 08:24:52 UTC - Search in distribution

Data::FormValidator::Constraints::HTTP - Simple Data::FormValidator constraint methods for checking various HTTP methods. River stage zero No dependents

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 - Search in distribution

Amon2::Plugin::Web::FormValidator::Simple - Amon2 plugin River stage zero No dependents

Amon2::Plugin::Web::FormValidator::Simple is a port of Catalyst::Plugin::FormValidator::Simple. This module has the same methods and options, so see her documents....

DELPHINUS/Amon2-Plugin-Web-FormValidator-Simple-0.04 - 09 Sep 2012 07:41:10 UTC - Search in distribution

FormValidator::Simple::Plugin::CustomConstraint - Custom constraint support for FormValidator::Simple River stage zero No dependents

This module provides a plugin for FormValidator::Simple that allows for custom constraint definitions or custom validation rules to be specified. EXPORT None by default....

ALEXP/FormValidator-Simple-Plugin-CustomConstraint-0.01 - 28 Apr 2012 14:27:57 UTC - Search in distribution

CGI::Application::Plugin::FormValidator::Simple - Validator for CGI::Application with FormValidator::Simple River stage zero No dependents

This plugin for CGI::Application allows you to validate request parameters with FormValidator::Simple. See FormValidator::Simple for more information....

MIZZY/CGI-Application-Plugin-FormValidator-Simple-0.03 - 23 Nov 2005 12:04:44 UTC - Search in distribution
20 results (0.405 seconds)