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

Search results for "module:Template::Directive"

Template::Directive - Perl code generator for template directives River stage three • 561 direct dependents • 959 total dependents

The "Template::Directive" module defines a number of methods that generate Perl code for the runtime representation of the various Template Toolkit directives. It is used internally by the Template::Parser module....

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

Template::Directive::XSSAudit - TT2 output filtering lint testing River stage zero No dependents

This module will help you perform basic lint tests of your template toolkit files. It is intended to parse through all GET items, and make sure that at least one "good" filter is used to escape it. A callback may be provided so that the errors may be...

DBARTLE/Template-Directive-XSSAudit-1.03 - 24 Aug 2010 01:14:58 UTC

lib/Async/Template/Directive.pm River stage zero No dependents

OKLAS/Async-Template-0.14 - 09 Jan 2021 12:08:03 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::Iterator - Data iterator used by the FOREACH directive River stage three • 561 direct dependents • 959 total dependents

The "Template::Iterator" module defines a generic data iterator for use by the "FOREACH" directive. It may be used as the base class for custom iterators....

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

Muster::Hook::Template - Muster template directive. River stage zero No dependents

Muster::Hook::Template for template directives inside pages....

RUBYKAT/Muster-0.62 - 11 Oct 2017 20:46:34 UTC

Rex::Template - simple template engine River stage two • 18 direct dependents • 18 total dependents

This is a simple template engine for configuration files. It is included mostly for backwards compatibility, and it is recommended to use Rex::Template::NG instead (for better control of chomping new lines, and better diagnostics if things go wrong)....

FERKI/Rex-1.14.3 - 05 Aug 2023 19:38:49 UTC

Pod::Template - Building pod documentation from templates. River stage zero No dependents

Writing documentation on a project maintained by several people which spans more than one module is a tricky matter. There are many things to consider: Location Should pod be inline (above every function), at the bottom of the module, or in a distinc...

KANE/Pod-Template-0.02 - 09 Sep 2003 18:58:40 UTC

NTS::Template - Fast and small template system River stage one • 2 direct dependents • 2 total dependents

Formerly Ananke::Template, this Template System is based in Template ToolKit. Very small compared with Template Toolkit, and 100% compatible with mod_perl 2. Speedy: $ cd /proc ; grep name cpuinfo model name : AMD Athlon(tm) XP 1700+ $ ./bench_templ ...

NATTIS/NTS-Template-2.1 - 02 Sep 2004 20:39:25 UTC

CAM::Template - Clotho-style search/replace HTML templates River stage one • 3 direct dependents • 6 total dependents

This package is intended to replace Clotho's traditional ::PARAM:: syntax with an object-oriented API. This syntax is overrideable by subclasses. See the last section of this documentation for an explanation of the default syntax. We recommend that y...

CLOTHO/CAM-Template-0.93 - 20 Sep 2005 19:26:59 UTC

Template::Like - Lightweight Template Engine. River stage zero No dependents

Directive GET SET USE CALL FOREACH WHILE IF UNLESS ELSIF ELSE END FILTER DUMMY INSERT INCLUDE PROCESS VMethods scalar defined length repeat replace match search split list hash size substr html uri array first last size max reverse join grep sort nso...

ASKADNA/Template-Like-0.12 - 13 Aug 2013 04:40:34 UTC

Template::Pure - Perlish Port of pure.js and more River stage zero No dependents

NOTE WARNING: Early access module. Although we have a lot of test cases and this is the third redo of the code I've not well tested certain features (such as using an object as a data context) and other parts such as the way we handle undefined value...

JJNAPIORK/Template-Pure-0.033 - 26 Jan 2017 17:46:07 UTC

Template::Latex - Latex support for the Template Toolkit River stage one • 1 direct dependent • 1 total dependent

The Template::Latex module is a wrapper of convenience around the Template module, providing additional support for generating PDF, PostScript and DVI documents from LaTeX templates. You use the Template::Latex module exactly as you would the Templat...

EHUELS/Template-Plugin-Latex-3.12 - 10 May 2017 22:05:17 UTC

Template::Parser - LALR(1) parser for compiling template documents River stage three • 561 direct dependents • 959 total dependents

The "Template::Parser" module implements a LALR(1) parser and associated methods for parsing template documents into Perl code....

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

Ananke::Template - Front-end module to the Ananke::Template River stage zero No dependents

Based in Template ToolKit This documentation describes the Template module which is the direct Perl interface into the Ananke::Template....

NATTIS/Ananke-Template-1.4 - 27 Jan 2003 18:59:40 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::Recall - "Reverse callback" templating system River stage zero No dependents

Template::Recall works using what I call a "reverse callback" approach. A "callback" templating system (i.e. Mason, Apache::ASP) generally includes template markup and code in the same file. The template "calls" out to the code where needed. Template...

GILAD/Template-Recall-0.21 - 24 Dec 2014 15:25:46 UTC

OurNet::Template - Template Toolkit extraction and generation River stage zero No dependents

This module is a subclass of the standard *Template* toolkit, with added template extraction functionality, which means you can take a *process()*ed document and the original template together, and get the original data structure back. The "extract" ...

AUTRIJUS/OurNet-Query-1.56 - 28 Sep 2001 07:19:31 UTC

Template::Filters - Post-processing filters for template blocks River stage three • 561 direct dependents • 959 total dependents

The "Template::Filters" module implements a provider for creating subroutines that implement the standard filters. Additional custom filters may be provided via the FILTERS configuration option....

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC
76 results (0.04 seconds)