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

Search results for "module:Template::Plugins"

Template::Plugins - Plugin provider module River stage three • 561 direct dependents • 959 total dependents

The "Template::Plugins" module defines a provider class which can be used to load and instantiate Template Toolkit plugin modules....

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Devel::Profiler::Plugins::Template - gather tmon.out data for Template Toolkit templates River stage zero No dependents

"Devel::Profiler::Plugins::Template" wraps various Template Toolkit calls in such a way that they are captured by Devel::Profiler and added to "tmon.out", thus making them visible through "dprofpp". much hackery is involved, so it's not guaranteed to...

GEOFF/Devel-Profiler-Plugins-Template-0.01 - 19 Jun 2007 18:37:12 UTC

Devel::Profiler::Plugins::Template::Context - Devel::Profiler hooks for INCLUDE and PROCESS River stage zero No dependents

this is the class that implements "PROCESS" and "INCLUDE" wrappers for Devel::Profiler and Template Toolkit. you probably want to see "Devel::Profiler::Plugins::Template" instead....

GEOFF/Devel-Profiler-Plugins-Template-0.01 - 19 Jun 2007 18:37:12 UTC

HTML::Template::Compiled::Plugin::HTML2 - Do not escape all HTML entities River stage zero No dependents

RENEEB/HTML-Template-Compiled-Plugins-RENEEB-0.03 - 28 Dec 2018 14:12:21 UTC

HTML::Template::Compiled::Plugin::Sprintf - Use sprintf in HTML::Template::Compiled templates River stage zero No dependents

Sometimes, you need formatted text (e.g. in mails) and you want to use sprintf. This module provides 30 sprintf formatters for templates....

RENEEB/HTML-Template-Compiled-Plugins-RENEEB-0.03 - 28 Dec 2018 14:12:21 UTC

Template - Front-end module to the Template Toolkit River stage three • 561 direct dependents • 959 total dependents

This documentation describes the Template module which is the direct Perl interface into the Template Toolkit. It covers the use of the module and gives a brief summary of configuration options and template directives. Please see Template::Manual for...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Plugin - Base class for Template Toolkit plugins River stage three • 561 direct dependents • 959 total dependents

A "plugin" for the Template Toolkit is simply a Perl module which exists in a known package location (e.g. "Template::Plugin::*") and conforms to a regular standard, allowing it to be loaded and used automatically. The "Template::Plugin" module defin...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::TAL - Process TAL templates with Perl River stage zero No dependents

TAL <http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL> is a templating language used in the Zope CMS. Template::TAL is a Perl implementation of TAL based on the published specs on the Zope wiki. TAL templates are XML documents, and use attributes i...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::Config - Factory module for instantiating other TT2 modules River stage three • 561 direct dependents • 959 total dependents

This module implements various methods for loading and instantiating other modules that comprise the Template Toolkit. It provides a consistent way to create toolkit components and allows custom modules to be used in place of the regular ones. Packag...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Apache::Template - Apache/mod_perl interface to the Template Toolkit River stage zero No dependents

The Apache::Template module provides a simple interface to the Template Toolkit from Apache/mod_perl. The Template Toolkit is a fast, powerful and extensible template processing system written in Perl. It implements a general purpose template languag...

ABW/Apache-Template-0.09 - 27 Apr 2004 09:26:34 UTC

Template::Simple - A simple and very fast template module River stage zero No dependents

Template::Simple is a very fast template rendering module with a simple markup. It can do almost any templating task and is extendable with user callbacks. It can render templates directly or compile them for more speed....

URI/Template-Simple-0.06 - 13 May 2012 00:51:07 UTC

Plagger::Template - Template Toolkit subclass for Plagger River stage one • 2 direct dependents • 2 total dependents

A subclass of Template Toolkit that's used by the Plagger plugins. As a plugin author, you really don't have to worry about this. See the documentation for Plagger::Pluggin's templatize method instead. The plugin calls the custom new routine like so:...

MIYAGAWA/Plagger-0.7.17 - 05 Dec 2006 07:40:09 UTC

Template::Context - Runtime context in which templates are processed River stage three • 561 direct dependents • 959 total dependents

The "Template::Context" module defines an object class for representing a runtime context in which templates are processed. It provides an interface to the fundamental operations of the Template Toolkit processing engine through which compiled templa...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Toolkit - Template Processing System River stage three • 561 direct dependents • 959 total dependents

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 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

Chronicle::Template - Base class for Chronicle's template abstractions River stage zero No dependents

This class should be used as a base class for Template plugins and provides a few utility methods for writing those. For users of the template plugins, it also provides the factory method create that takes care of loading and instantiating the requir...

SKX/App-Chronicle-5.1.8 - 03 Apr 2020 05:37:46 UTC

Template::Benchmark - Pluggable benchmarker to cross-compare template systems. River stage one • 1 direct dependent • 1 total dependent

Template::Benchmark provides a pluggable framework for cross-comparing performance of various template engines across a range of supported features for each, grouped by caching methodology. If that's a bit of a mouthful... have you ever wanted to fin...

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

Template::Constants - Defines constants for the Template Toolkit River stage three • 561 direct dependents • 959 total dependents

The "Template::Constants" modules defines, and optionally exports into the caller's namespace, a number of constants used by the Template package. Constants may be used by specifying the "Template::Constants" package explicitly: use Template::Constan...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Plugin::DBI - Template interface to the DBI module River stage one • 2 direct dependents • 2 total dependents

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD modules, allowing you to integrate SQL queries into your template documents. It also provides an interface via the Tie::DBI module (if installed on your system) so that you...

REHSACK/Template-DBI-2.65 - 27 Jul 2010 16:09:02 UTC

Template::Plugin::GD - GD plugin(s) for the Template Toolkit River stage zero No dependents

The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. These plugins were distributed as part of the ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC
72 results (0.034 seconds)