The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Template::Alloy"

lib/Template/Alloy.pm River stage two • 14 direct dependents • 17 total dependents

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Play - Play role - allows for playing out the AST River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Play role allows for taking the AST returned by the Parse role, and executes it directly. This is in contrast Template::Alloy::Compile which translates the AST into perl code and then executes the perl code....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::TT - Template::Toolkit role River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::TT role provides the syntax and the interface for Template::Toolkit version 1, 2, and 3. It also brings many of the features from the various templating systems. And it is fast. See the Template::Alloy documentation for configura...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::XS - XS version of key parts of Template::Alloy River stage one • 1 direct dependent • 1 total dependent

This module allows key portions of the Template::Alloy module to run in XS. All of the methods of Template::Alloy are available. All configuration parameters, and all output should be the same. You should be able to use this package directly in place...

GAUDEON/Template-Alloy-XS-1.004 - 04 Apr 2014 22:04:48 UTC

Template::Alloy::HTE - HTML::Template and HTML::Template::Expr roles. River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::HTE role provides syntax and interface support for the HTML::Template and HTML::Template::Expr modules. Provides for extra or extended features that may not be as commonly used. This module should not normally be used by itself. ...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Tmpl - Text::Tmpl role River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Tmpl role provides the syntax and the interface for Text::Tmpl. It also brings many of the features from the various templating systems. See the Template::Alloy documentation for configuration and other parameters....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Context - Provide a TT style context River stage two • 14 direct dependents • 17 total dependents

Template::Alloy::Context provides compatibility with Template::Context and filters that require Template::Context....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Parse - Common parsing role for creating AST from templates River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and directives....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Dancer::Template::Alloy - Template::Alloy wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's template engine abstraction layer and the Template::Alloy module. Template::Alloy is a high performance implementation of a template engine compatible with the standard Template engine, as well as several o...

DANIELP/Dancer-Template-Alloy-1.02 - 30 May 2010 13:00:42 UTC

Template::Alloy::Stream - Stream role - allows for playing out the AST and printing straight to file handle River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Stream role works similar to the PLAY role, but instead of accumulating the data, it prints it as soon as it is available. All directives are supported except for the CLEAR directive which is meaningless. Most configuration items...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Compile - Compile role - allows for compiling the AST to perl code River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Compile role allows for taking the AST returned by the Parse role, and translating it into a perl code document. This is in contrast Template::Alloy::Play which executes the AST directly....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Dancer2::Template::Alloy - Template Alloy engine for Dancer2 River stage one • 1 direct dependent • 1 total dependent

CVLIBRARY/Dancer2-Template-Alloy-0.002 - 16 Aug 2018 13:13:17 UTC

Template::Alloy::VMethod - VMethod role. River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::VMethod role provides all of the extra vmethods, filters, and virtual objects that add to the base feature set of Template::Alloy. Most of the vmethods listed here are similar to those provided by Template::Toolkit. We will try t...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Operator - Operator role. River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Operator role provides the regexes necessary for Template::Alloy::Parse to parse operators and place them in their appropriate precedence. It also provides the play_operator method which is used by Template::Alloy::Play and Templ...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Iterator - Handle foreach iterations River stage two • 14 direct dependents • 17 total dependents

Template::Alloy::Iterator provides compatibility with Template::Iterator and filters that require Template::Iterator....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Velocity - Velocity (VTL) role River stage two • 14 direct dependents • 17 total dependents

The Template::Alloy::Velocity role provides the syntax and the interface for the Velocity Templating Language (VTL). It also brings many of the features from the various templating systems. See the Template::Alloy documentation for configuration and ...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Alloy::Exception - Handle exceptions River stage two • 14 direct dependents • 17 total dependents

Template::Alloy::Exception provides compatibility with Template::Exception and filters that require Template::Exception....

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC

Template::Benchmark::Engines::TemplateAlloyTT - Template::Benchmark plugin for Template::Alloy in Template::Toolkit mode. River stage one • 1 direct dependent • 1 total dependent

SGRAHAM/Template-Benchmark-1.09 - 18 Oct 2010 09:30:20 UTC

Template::Benchmark::Engines::TemplateAlloyHT - Template::Benchmark plugin for Template::Alloy in HTML::Template mode. River stage one • 1 direct dependent • 1 total dependent

SGRAHAM/Template-Benchmark-1.09 - 18 Oct 2010 09:30:20 UTC

CGI::Ex::Template - Template::Alloy based TT2/TT3/HT/HTE/Tmpl/Velocity engine. River stage one • 2 direct dependents • 2 total dependents

CGI::Ex::Template is the original base for the code that is now Template::Alloy. Template::Alloy employed enough complexity and featureset to warrant moving it out to a separate namespace. CGI::Ex::Template is now a place holder subclass of Template:...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC
54 results (0.034 seconds)