Search results for "Catalyst"

Catalyst::View::SVGTTGraph - SVG Graph View Component for Catalyst River stage zero No dependents

Catalyst::View::SVGTTGraph is Catalyst view handler of SVG::TT::Graph....

SHOT/Catalyst-View-SVGTTGraph-0.02 - 08 Mar 2011 06:58:08 UTC - Search in distribution

Catalyst::View::Seamstress - HTML::Seamstress View Class for Catalyst River stage zero No dependents

This is the Catalyst view class for HTML::Seamstress. It allows templating with proper seperation between code and HTML. This means you can get a designer/friend/client/stooge to make your templates for you without having to teach them a mini-languag...

DRAXIL/Catalyst-View-Seamstress-2.2 - 09 Dec 2009 13:00:21 UTC - Search in distribution

Catalyst::View::TT::Layout - Layout TT template processing River stage zero No dependents

A Layout version of the Catalyst TT view. OVERRIDDEN METHODS process Overrides "process" to let template could be layout....

CHUNZI/Catalyst-View-TT-Layout-0.01 - 08 Jul 2005 08:44:42 UTC - Search in distribution

Catalyst::Plugin::RapidApp - main plugin class for RapidApp River stage one • 5 direct dependents • 5 total dependents

This is the primary Catalyst plugin that enables RapidApp in a Catalyst application. This plugin is loaded automatically by all RapidApp plugins and typically doesn't need to be loaded directly....

VANSTYN/RapidApp-1.3500 - 22 Nov 2021 22:52:12 UTC - Search in distribution

Catalyst::Action::SubDomain - Match action against names of subdomains River stage zero No dependents

EGOR/Catalyst-Action-SubDomain-0.07 - 03 Jun 2009 08:57:49 UTC - Search in distribution

Catalyst::ActionRole::NoSSL - Force an action to be plain. River stage zero No dependents

ELLIOTT/Catalyst-ActionRole-RequireSSL-1.00 - 15 Feb 2018 21:14:26 UTC - Search in distribution

Catalyst::Plugin::SimpleCAS - Plugin interface to Catalyst::Controller::SimpleCAS River stage zero No dependents

This class provides a simple Catalyst Plugin interface to Catalyst::Controller::SimpleCAS. All it does is inject the SimpleCAS controller into the application and sets up the sugar method "CAS" in the main app class/context ($c). This module was orig...

VANSTYN/Catalyst-Controller-SimpleCAS-1.002 - 26 Jan 2018 23:54:05 UTC - Search in distribution

Catalyst::Engine::HTTP::POE - Single-threaded multi-tasking Catalyst engine (deprecated in favor of HTTP::Prefork) River stage zero No dependents

This engine allows Catalyst to process multiple requests in parallel within a single process. Much of the internal Catalyst flow now uses POE yield calls. Application code will still block of course, but all I/O, header processing, and POST body proc...

AGRUNDMA/Catalyst-Engine-HTTP-POE-0.08 - 05 Apr 2008 20:11:37 UTC - Search in distribution

Catalyst::Model::CDBI::CRUD - CRUD CDBI Model Class River stage zero No dependents

This is a subclass of "Catalyst::Model::CDBI" with additional CRUD methods. Don't forget to copy the base templates to config->root! *NOTE* This module has been deprecated. See BUGS section below! METHODS add Does nothing by default....

MRAMBERG/Catalyst-Model-CDBI-CRUD-0.04 - 13 Oct 2005 12:57:55 UTC - Search in distribution

Catalyst::Model::EmailStore - Email::Store Model Class River stage zero No dependents

This is the "Email::Store" model class. It will automatically subclass all model classes from the "Email::Store" namespace and import them into your application. For this purpose a class is considered to be a model if it descends from "Email::Store::...

WILLERT/Catalyst-Model-EmailStore-0.03 - 08 Dec 2005 19:32:50 UTC - Search in distribution

Catalyst::Model::Jifty::DBI - Jifty::DBI Model Class with some magic on top River stage one • 2 direct dependents • 2 total dependents

This is a Catalyst model for Jifty::DBI-based schemas, which may or may not be placed under your model class (if you don't want to place them under the model class, pass "schema_base" option to the model). The model class automatically detect/load yo...

ISHIGAKI/Catalyst-Model-Jifty-DBI-0.06 - 28 Apr 2009 04:49:21 UTC - Search in distribution

Catalyst::Model::NetBlogger - Catalyst Model to post and retrieve blog entries using Net::Blogger River stage zero No dependents

This model class uses Net::Blogger to post and retrieve blog entries to various web log engines XMLRPC API....

CLACO/Catalyst-Model-NetBlogger-0.04001 - 08 Mar 2008 02:00:43 UTC - Search in distribution

Catalyst::Plugin::Apoptosis - Stop Execution Of A Catalyst App River stage zero No dependents

Sometimes you're bound by the amount of memory you can use, so you want your long-running app to exit gracefully. This plugin overrides handle_request() and attempts to exit the application when such conditions area reached....

DMAKI/Catalyst-Plugin-Apoptosis-0.00002 - 18 Sep 2007 08:42:44 UTC - Search in distribution

Catalyst::Plugin::Babelfish - Locale::Babelfish for Catalyst River stage zero No dependents

... CONFIGURATION You can override any parameter sent to Locale::Babelfish by specifying a "babelfish" hashref to the config section: __PACKAGE__->config( babelfish => { default_locale => 'en_US', dirs => [ "/path/to/dictionaries" ], lang_param => 'l...

GRIF/Catalyst-Plugin-Babelfish-1.000000 - 27 Nov 2014 10:13:15 UTC - Search in distribution

Catalyst::Plugin::CSRFToken - Generate tokens to help prevent CSRF attacks River stage zero No dependents

This uses WWW::CSRF to generate hard to guess tokens tied to a give web session. You can generate a token and pass it to your view layer where it should be added to the form you are trying to process, typically as a hidden field called 'csrf_token' (...

JJNAPIORK/Catalyst-Plugin-CSRFToken-0.003 - 10 May 2022 15:40:02 UTC - Search in distribution

Catalyst::Plugin::DoCoMoUID - Add i-mode terminal's uid to HTTP Request Header River stage zero No dependents

The Plugin is Add i-mode terminal's uid to HTTP Request Header...

MIYAZAKI/Catalyst-Plugin-DoCoMoUID-0.01 - 15 Oct 2007 12:56:23 UTC - Search in distribution

Catalyst::Plugin::EncryptID - Obfuscate IDs/string in URLs River stage zero No dependents

This module makes easy to obfuscate internal IDs when using them in a URL given to users. Instead of seeing <http://example.com/item/42> users will see <http://example.com/item/c98ea08a8e8ad715> . This will prevent nosy users from trying to iterate a...

SHARDIWAL/Catalyst-Plugin-EncryptID-0.02 - 30 Jul 2016 12:52:14 UTC - Search in distribution

Catalyst::Plugin::Geocoding - Geocoding plugin River stage zero No dependents

This module retrieves geocoding results from google. The returned data is in CSV format....

XERN/Catalyst-Plugin-Geocoding-0.01 - 06 Feb 2008 03:42:19 UTC - Search in distribution

Catalyst::Plugin::Geography - Retrieve geographical information River stage zero No dependents

Retrieve geographical country and country codes from users....

MRAMBERG/Catalyst-Plugin-Geography-0.03 - 04 Dec 2008 08:38:06 UTC - Search in distribution

Catalyst::Plugin::I18N::DBI - DBI based I18N for Catalyst River stage zero No dependents

Unlike Catalyst::Plugin::I18N::DBIC this plugin isn't based on any other Catalyst plugin. It makes direct use of Locale::Maketext::Lexicon and Locale::Maketext::Lexicon::DBI. Lexicon texts are held in a database table where you can have several lexic...

MDIETRICH/Catalyst-Plugin-I18N-DBI-v0.2.5 - 21 Jun 2010 14:48:14 UTC - Search in distribution
1,215 results (0.245 seconds)