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

Search results for "module:Text::Xslate"

Text::Xslate - Scalable template engine for Perl5 River stage two • 70 direct dependents • 83 total dependents

Xslate is a template engine, tuned for persistent applications, safe as an HTML generator, and with rich features. There are a lot of template engines in CPAN, for example Template-Toolkit, Text::MicroTemplate, HTML::Template, and so on, but all of t...

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::PP - Yet another Text::Xslate runtime in pure Perl River stage two • 70 direct dependents • 83 total dependents

This module implements a Text::Xslate runtime engine in pure Perl. Normally it will be loaded if it fails to load XS. So you do not need to use this module explicitly. # Text::Xslate loads PP if needed use Text::Xslate; my $tx = Text::Xslate->new(); ...

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Util - A set of utilities for Xslate River stage two • 70 direct dependents • 83 total dependents

This module provides utilities for Xslate....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Parser - The base class of template parsers River stage two • 70 direct dependents • 83 total dependents

This is a parser to build the abstract syntax tree from templates. The basis of the parser is Top Down Operator Precedence....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Runner - The guts of the xslate(1) command River stage two • 70 direct dependents • 83 total dependents

This is the guts of xslate(1)....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Symbol - The symbol representation used by parsers and compilers River stage two • 70 direct dependents • 83 total dependents

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Bridge - The interface base class to import methods River stage two • 70 direct dependents • 83 total dependents

This module is the base class for adaptor classes....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Tiffany::Text::Xslate - Tiffany gateway for Text::Xslate River stage one • 4 direct dependents • 6 total dependents

TOKUHIROM/Tiffany-1.01 - 04 Sep 2013 02:50:26 UTC

Text::Xslate::Compiler - An Xslate compiler to generate intermediate code River stage two • 70 direct dependents • 83 total dependents

This is the Xslate compiler to generate the intermediate code from the abstract syntax tree that parsers build from templates....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::PP::State - Text::Xslate pure-Perl virtual machine state River stage two • 70 direct dependents • 83 total dependents

This module is used by Text::Xslate::PP internally....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Type::Raw - The raw string representation River stage two • 70 direct dependents • 83 total dependents

This class represents raw strings so that Xslate does not escape them. Note that you cannot extend this class....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::PP::Opcode - Text::Xslate opcode implementation in pure Perl River stage two • 70 direct dependents • 83 total dependents

This module is a pure Perl implementation of the Xslate opcodes. The is enabled with "$ENV{ENV}='pp=opcode'"....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::PP::Method - Text::Xslate builtin method call in pure Perl River stage two • 70 direct dependents • 83 total dependents

This module is used by Text::Xslate::PP internally....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::AST::Walker - Filter Nodes in the AST made by Text::Xslate River stage zero No dependents

Filter nodes in the AST which made by Text::Xslate....

AEREAL/Text-Xslate-AST-Walker-0.01 - 12 Sep 2014 02:54:39 UTC

Text::Xslate::Bridge::TT2 - Template-Toolkit virtual methods and filters for Xslate (deprecated) River stage one • 1 direct dependent • 1 total dependent

This is a demo module to extend Text::Xslate::Brige. Use Text::Xslate::Bridge::TT2Like, which is a stand alone utilities compatible with TT2....

GFUJI/Text-Xslate-Bridge-TT2-1.0003 - 26 Apr 2013 06:03:43 UTC

Text::Xslate::Syntax::Any River stage zero No dependents

Text::Xslate::Syntax::Any is...

SHMORIMO/p5-Text-Xslate-Syntax-Any-1.5015 - 21 Oct 2013 10:17:08 UTC

Text::Xslate::Bridge::Star - Selection of common utilities for templates River stage two • 70 direct dependents • 83 total dependents

This module provides a selection of utilities for templates....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Bridge::Alloy - Template::Alloy virtual methods for Xslate River stage zero No dependents

Text::Xslate::Bridge::Alloy provides Xslate with Template::Alloy virtual methods. Note that Template::Alloy does not distinguish methods and filters. That is, "expr | foo" is the same as "expr.foo()". This module exports all the features as methods, ...

GFUJI/Text-Xslate-Bridge-Alloy-1.0001 - 01 Aug 2010 05:58:01 UTC

Text::Xslate::Syntax::Kolon - The default template syntax River stage two • 70 direct dependents • 83 total dependents

Kolon is the default syntax, using "<: ... :>" tags and ": ..." line code. In this syntax all the features in Xslate are available....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC

Text::Xslate::Syntax::TTerse - An alternative syntax compatible with Template Toolkit 2 River stage two • 70 direct dependents • 83 total dependents

TTerse is a subset of the Template-Toolkit 2 (and partially 3) syntax, using "[% ... %]" tags and "%% ..." line code. Note that TTerse itself has few methods and filters while Template-Toolkit 2 has a lot. See "Text::Xslate::Bridge::*" modules on CPA...

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC
38 results (0.028 seconds)