Search results for "template alloy"
Template::Alloy - TT2/3, HT, HTE, Tmpl, and Velocity Engine
"An alloy is a homogeneous mixture of two or more elements" (http://en.wikipedia.org/wiki/Alloy). Template::Alloy represents the mixing of features and capabilities from all of the major mini-language based template systems (support for non-mini-lang...
RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC - Search in distribution- lib/Template/Alloy.pm
- Template::Alloy::TT - Template::Toolkit role
- Template::Alloy::HTE - HTML::Template and HTML::Template::Expr roles.
- 15 more results from Template-Alloy »
Template::Alloy::XS - XS version of key parts of Template::Alloy
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 - Search in distribution- bench_template.pl - Test relative performance of Template::Alloy::XS to Template::Toolkit
Dancer::Template::Alloy - Template::Alloy wrapper for Dancer
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 - Search in distribution
Dancer2::Template::Alloy - Template Alloy engine for Dancer2
CVLIBRARY/Dancer2-Template-Alloy-0.002
-
16 Aug 2018 13:13:17 UTC
-
Search in distribution
Template::Benchmark::Engines::TemplateAlloyTT - Template::Benchmark plugin for Template::Alloy in Template::Toolkit mode.
SGRAHAM/Template-Benchmark-1.09
-
18 Oct 2010 09:30:20 UTC
-
Search in distribution
- Template::Benchmark::Engines::TemplateAlloyHT - Template::Benchmark plugin for Template::Alloy in HTML::Template mode.
- benchmark_template_engines - Test the relative performance of several different types of template engines.
- Template::Benchmark - Pluggable benchmarker to cross-compare template systems.
- 28 more results from Template-Benchmark »
CGI::Ex::Template - Template::Alloy based TT2/TT3/HT/HTE/Tmpl/Velocity engine.
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:...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 UTC - Search in distribution- CGI::Ex::App - Anti-framework application framework.
Catalyst::View::TT::Alloy - Template::Alloy (TT) View Class
This is the Catalyst view for the TT emulator Template::Alloy. Your application should define a view class which is a subclass of this module. The easiest way to achieve this is using "script/myapp_create.pl" (replacing "myapp" with the name of your ...
DJZORT/Catalyst-View-TT-Alloy-0.00007 - 29 Mar 2015 23:19:58 UTC - Search in distribution- Catalyst::Helper::View::TT::Alloy - Helper for Template::Alloy Views
MojoX::Renderer::Alloy - Base class for Template::Alloy renderer
AJGB/MojoX-Renderer-Alloy-1.121150
-
24 Apr 2012 23:53:00 UTC
-
Search in distribution
- Mojolicious::Plugin::AlloyRenderer - Template::Alloy renderer plugin
- MojoX::Renderer::Alloy::TT - Template::Alloy's Template-Toolkit renderer
- MojoX::Renderer::Alloy::HTE - Template::Alloy's HTML::Template::Expr renderer
- 2 more results from MojoX-Renderer-Alloy »
pft
This command builds all content within the "ROOT/content" directory into HTML form. The content will be first organized into an internal graph representation, so that each entry knows which other entries refer to it. Each node of the graph is then ma...
DACAV/App-PFT-v1.4.1 - 25 Jul 2019 20:39:05 UTC - Search in distribution
Titanium - A strong, lightweight web application framework
It is intended that your Application Module will be implemented as a sub-class of Titanium. This is done simply as follows: package My::App; use base 'Titanium'; Notation and Conventions For the purpose of this document, we will refer to the followin...
MARKSTOS/Titanium-1.04 - 24 Nov 2009 02:43:36 UTC - Search in distribution
Form::Diva - Generate HTML5 form label and input fields
Generate Form Label and Input Tags from a simple data structure. Simplify form code in your views without replacing it without a lot of even uglier Perl Code in your Controller....
BRTASTIC/Form-Diva-1.05 - 28 Sep 2022 20:46:30 UTC - Search in distribution
HTML::FormFu - HTML Form Creation, Rendering and Validation Framework
HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of fo...
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution- HTML::FormFu::Manual::Cookbook - Cooking with HTML::FormFu
Task::Dancer - Dancer in a box
This Task installs Dancer, optional engines, templates and assorted modules that are not included in the Dancer core distribution. If you've written anything relating to Dancer, please let us know. We try to maintain a list of modules that are mainta...
AMBS/Task-Dancer-0.39 - 29 Aug 2015 16:55:54 UTC - Search in distribution
CatalystX::Features - Merges different application directories into your app.
The idea behind this module is to make it easier to spread your code outside of the main application directory, in the spirit of Eclipse features and Ruby on Rails plugins. It's mainly useful if you're working on a large application with distinct iso...
VTI/CatalystX-Features-0.26 - 29 Jul 2015 09:25:40 UTC - Search in distribution
CPANPLUS::Dist::Arch - CPANPLUS backend for building Archlinux pacman packages
This module is used as a plugin of CPANPLUS to transparently package CPAN distribution files into pacman packages as they are installed. This module can also be used by programmers to build packages in more complex ways. For example, it can create so...
JNBEK/CPANPLUS-Dist-Arch-1.32 - 05 Oct 2015 22:54:24 UTC - Search in distribution
Book::Chinese::MasterPerlToday::Catalyst - Catalyst Framework
本章主要介绍如何使用 Catalyst 来构建一个程序。 cpan> install Catalyst::Runtime cpan> install Catalyst::Devel cpan> install Catalyst::Manual 详尽的文档请参阅 Catalyst::Manual 前言 所有模块或工具的用意都在于简化您任务所需的代码。 Catalyst 采用当前最流行的 MVC 结构。 * V(View) MVC 中的 V 是比较清晰的,输出可以是直接的文本($c->res->bo...
FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution
Text::Xslate - Scalable template engine for Perl5
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 - Search in distribution- Text::Xslate::Syntax::TTerse - An alternative syntax compatible with Template Toolkit 2
Text::TemplateLite - Pure-Perl text templates with bare-bones syntax, compact size, and limitable resource usage
Overview Text::TemplateLite is intended primarily for "string-sized" templating (e.g. for message localization rather than entire "pages") using compact (terse?) templates with a (relatively) simple syntax. It is anticipated that templates may (at le...
BKATZUNG/Text-TemplateLite-0.01 - 12 Oct 2012 14:00:54 UTC - Search in distribution
Acme::CPANModules::XSVersions - List of Perl modules which have XS implementation or backend
This list catalogs (pure-) Perl modules that have their XS counterparts ("fast versions"), usually in separate distributions so the installation of the XS version is optional. The two versions of the modules provide the same interface. When the two m...
PERLANCAR/Acme-CPANModules-XSVersions-0.004 - 05 Sep 2023 01:48:32 UTC - Search in distribution
TT2::Play::Area - Simple site to allow playing with TT2 syntax and built in plugins.
This is a mini site for testing Template Toolkit 2 and Template::Alloy rendering in a similar way to sites like jsFiddle. It provides a pane for editing the template, and a pane for providing the variables to pass it (in JSON). Currently supported 'e...
NEWELLC/TT2-Play-Area-0.002 - 26 Aug 2018 16:18:12 UTC - Search in distribution