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:Locale-TextDomain-OO STEFFENW"

Locale::TextDomain::OO - Perl OO Interface to Uniforum Message Translation River stage one • 2 direct dependents • 2 total dependents

This module provides a high-level interface to Perl message translation. It is based on Singleton objects for translator and lexicon. So it is easy to attach that without any Web or Cmd plugins. There is no conflict between singleton and more than 1 ...

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Translator - Translator class River stage one • 2 direct dependents • 2 total dependents

This is the translator class. Extend that class with plugins (Roles)....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::JavaScript - How to use the JavaScript part River stage one • 2 direct dependents • 2 total dependents

This module provides a high-level interface to JavaScript message translation. Creating the Lexicon and the selection of the language are server (Perl) based. The script gets the lexicon in a global variable named localeTextDomainOOLexicon. Inside of...

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Role::Logger - Provides a logger method River stage one • 2 direct dependents • 2 total dependents

This module provides a logger method for for Locale::TextDomain:OO....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::Hash - Lexicon from data structure River stage one • 2 direct dependents • 2 total dependents

This module allows to create a lexicon from data structure....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::TiedInterface - Call object methods as tied hash River stage one • 2 direct dependents • 2 total dependents

This module wraps the object into a tied hash and allows to call a method as fetch hash....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::File::PO - Gettext po file as lexicon River stage one • 2 direct dependents • 2 total dependents

This module reads a gettext po file into the lexicon....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::File::MO - Gettext mo file as lexicon River stage one • 2 direct dependents • 2 total dependents

This module reads a gettext mo file into the lexicon....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Singleton::Lexicon - Provides singleton lexicon access River stage one • 2 direct dependents • 2 total dependents

This module provides the singleton lexicon access for Locale::TextDomain:OO....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::StoreJSON - Stores the lexicon for other programming languages River stage one • 2 direct dependents • 2 total dependents

This module stores the lexicon for other programming language e.g. JavaScript....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::FunctionalInterface - Call object methods as functions River stage one • 2 direct dependents • 2 total dependents

This module wraps the object and allows to call a method as a function....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::Role::File - Helper role to add lexicon from file River stage one • 2 direct dependents • 2 total dependents

This module provides methods to inplmement lexicon from file easy....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Singleton::Translator - Provides singleton translator River stage one • 2 direct dependents • 2 total dependents

This module provides the singleton translator access for Locale::TextDomain:OO....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Role::DomainAndCategory - Provides domain and category switch methods River stage one • 2 direct dependents • 2 total dependents

This module provides domain and category switch methods and the local scope for for Locale::TextDomain:OO....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Plugin::Expand::Gettext - Additional gettext methods, prefixed with __ River stage one • 2 direct dependents • 2 total dependents

This module provides an additional getext methods for static domain and category handling....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Plugin::Expand::Maketext - Additional maketext methods River stage one • 2 direct dependents • 2 total dependents

This module provides additional maketext methods like Locale::Maketext::Simple to run that on projects that use Locale::Maketext at the moment. To run maketext with different context (msgctxt) run method maketext_p....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::Role::StoreFile - Role to store a lexicon as file River stage one • 2 direct dependents • 2 total dependents

This module contains methods that helps to store the lexicon as file. Implements attributes "filename" and "file_handle"....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Lexicon::Role::StoreFilter - Filters the lexicon data before stored River stage one • 2 direct dependents • 2 total dependents

This module filters the lexicon data before stored. The idea is: Not all parts of lexicon are used by other programming languages. Implements attributes "filter_language", "filter_category", "filter_domain" and "filter_project". There it is possible ...

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Plugin::Expand::Gettext::Loc - Additional gettext methods, prefixed with loc_ River stage one • 2 direct dependents • 2 total dependents

This module provides an additional getext methods for static domain and category handling....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Plugin::Expand::Maketext::Loc - Alternative maketext methods River stage one • 2 direct dependents • 2 total dependents

This module provides alternative maketext methods....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC
29 results (0.028 seconds)