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:CatalystX-I18N MAROS"

CatalystX::I18N - Catalyst internationalisation (I18N) framework River stage zero No dependents

CatalystX::I18N provides a comprehensive toolset for internationalisation (I18N) and localisation (L10N) of catalyst applications. This distribution consists of several modules that are designed to integrate seamlessly, but can be run idependently or...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::All - Load all available roles River stage zero No dependents

This role is just a shortcut for loading every I18N role and trait (except POSIX) individually. use Catalyst qw/CatalystX::I18N::Role::All/; Is same as use Catalyst qw/ +CatalystX::I18N::Role::Base +CatalystX::I18N::Role::GetLocale +CatalystX::I18N::...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Maketext - Wrapper around Locale::Maketext River stage zero No dependents

This class can be used as your Maketext base-class. It is a wrapper around Locale::Maketext and provides methods for auto-loading lexicon files. It is designed to work toghether with CatalystX::Model::Maketext. You need to subclass this package in yo...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::Base - Basic catalyst I18N support River stage zero No dependents

This role is required by all other roles and provides basic I18N support for Catalyst....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::DataLocalize - Wrapper around Data::Localize River stage zero No dependents

This class can be used as your Data Localize base-class. It is a wrapper around Data::Localize and provides methods for auto-loading po files. It is designed to work toghether with CatalystX::Model::DataLocalize. You need to subclass this package in ...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::TypeConstraints - I18N Moose type constraints River stage zero No dependents

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::Collate - Support for localised collation River stage zero No dependents

This role adds support for localised collation your Catalyst application. my @german_alphabeth = (A..Z,a..z,'ä','Ä','ü','Ü','ö','Ö','ß'); $sort = join(',',sort @german_alphabeth); # $sort_no_collate is 'A,B,C,[...],Z,a,b,c,[...],z,Ä,Ö,Ü,ß,ä,ö,ü' $sor...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

Catalyst::Helper::Model::Maketext - Helper for Maketext models River stage zero No dependents

Helper for the Catalyst Maketext model....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::Maketext - Support for maketext River stage zero No dependents

This role adds support for Locale::Maketext localisation via the CatalystX::I18N::Model::Maketext model. In order to work properly this role needs a model called "Maketext". A call to "$c->model('Maketext')" should return a handle for a Maketext / Lo...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::DateTime - Support for I18N datetime River stage zero No dependents

This role add support for localised datetime to your Catalyst application. Most methods are lazy. This means that the values will be only calculated upon the first call of the method. Most settings will be taken from DateTime::Locale but can be overd...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::GetLocale - Tries to determine the current users locale River stage zero No dependents

This role provides many methods to retrieve/guess the best locale for the current user....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Model::Maketext - Glues Locale::Maketext into Catalyst River stage zero No dependents

This model glues a Locale::Maketext class (eg. CatalystX::I18N::Maketext) into you Catalyst application. The method "fail_with" will be called for each missing msgid if present in your model class. package MyApp::Model::Maketext; use parent qw/Cataly...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::TraitFor::ViewTT - Adds I18N filters and VMethods to a TT view River stage zero No dependents

Filters number Formats a number with the current locale settings. You need to have the CatalystX::I18N::Role::NumberFormat role loaded in Catalyst. The following formats are available * price * number (default) * bytes * negative * picture maketext R...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::PosixLocale - Sets the POSIX locale River stage zero No dependents

This role sets the POSIX locales for each request....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::TraitFor::Response - Adds the Content-Language header to the Catalyst::Response object River stage zero No dependents

This role simply adds the 'Content-Language' header to your response....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::TraitFor::Request - Adds various I18N methods to a Catalyst::Request object River stage zero No dependents

Adds several attributes to a Catalyst::Request object that help you determine a users language and locale. All attributes are lazy. This means that the values will be only calculated when the attributes is read/called the first time....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

Catalyst::Helper::Model::DataLocalize - Helper for DataLocalize models River stage zero No dependents

Helper for the Catalyst DataLocalize model....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::NumberFormat - Support for I18N number formating River stage zero No dependents

This role add support for localised numbers to your Catalyst application. All methods are lazy. This means that the values will be only calculated upon the first call of the method....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC

CatalystX::I18N::Role::DataLocalize - Support for localize River stage zero No dependents

This role adds support for Data::Localize localisation via the CatalystX::I18N::Model::DataLocalize model. In order to work properly this role needs a model called "DataLocalize". A call to "$c->model('DataLocalize')" should return a Data::Localize o...

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC
19 results (0.092 seconds)