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

Search results for "module:Template::Plugin::String"

Template::Plugin::String - Object oriented interface for string manipulation River stage three • 561 direct dependents • 959 total dependents

This module implements a "String" class for doing stringy things to text in an object-oriented way. You can create a "String" object via the "USE" directive, adding any initial text value as an argument or as the named parameter "text". [% USE String...

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

Template::Plugin::String::CRC32 - Template::Toolkit plugin-wrapper of String::CRC32 River stage zero No dependents

*Template::Plugin::String::CRC32* is wrapper of String::CRC32 module for Template::Toolkit. It provides access to CRC32 algorithm via the "String::CRC32" module. It is used like a plugin but installs filter and vmethod into the current context. When ...

GNATYNA/Template-Plugin-String-CRC32-0.03 - 18 Aug 2017 13:34:09 UTC

Template::Plugin::String::Compare - TT extension for Template::Plugin::String objects River stage one • 1 direct dependent • 1 total dependent

This Template Toolkit plugin provides the way to compare string in string context. And this inherit from Template::Plugin::String. So you can use methods that Template::Plugin::String provides....

TANIMOTO/Template-Plugin-String-Compare-0.01 - 01 Mar 2005 16:45:39 UTC

Template::Plugin::String::Truncate - String::Truncate functions for Template Toolkit River stage zero No dependents

This plugin allows you to use functions from String::Truncate in your templates. It is very simple and hopefully requires little explanation....

GPHAT/Template-Plugin-String-Truncate-0.02 - 07 Jul 2011 23:43:53 UTC

Template::Plugin::Filter::String::Truncate - String::Truncate filter for Template::Toolkit River stage zero No dependents

This module is a Template Toolkit filter, which uses String::Truncate to truncate strings....

MSCHOUT/Template-Plugin-Filter-String-Truncate-0.03 - 01 Apr 2014 18:18:36 UTC

Template::Plugin::RndString - Plugin to create random strings River stage zero No dependents

BBON/Template-Plugin-RndString-0.02 - 06 Feb 2017 17:13:32 UTC

Template::Plugin::StringDump - String::Dump filter for TT River stage zero No dependents

This Template::Toolkit plugin adds six filters for dumping strings for display and debugging: "dump_hex", "dump_dec", "dump_oct", "dump_bin", "dump_names", and "dump_codes". Each byte is dumped for byte strings and each code point for Unicode strings...

PATCH/Template-Plugin-StringDump-0.05 - 26 Oct 2012 03:52:20 UTC

Template::Plugin::StringTree - Access tree-like groups of strings naturally in code and Templates River stage zero No dependents

For a couple of months, I had found it really annoying that when I wanted to put a bunch of configuration options into a template, that I couldn't use a natural [% IF show.pictures %][% IF show.pictures.dropshadow %] ...etc... type of notation. Simpl...

ADAMK/Template-Plugin-StringTree-0.08 - 21 Jan 2008 00:49:13 UTC

lib/Template/Plugin/StringTree/Node.pm River stage zero No dependents

ADAMK/Template-Plugin-StringTree-0.08 - 21 Jan 2008 00:49:13 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

Any::Template - provide a consistent interface to a wide array of templating languages River stage one • 1 direct dependent • 1 total dependent

This module provides a simple, consistent interface to common templating engines so you can write code that is agnostic to the template language used in the presentation layer. This means you can allow your interface developers to work in the templat...

BBC/Any-Template-1.015 - 08 May 2006 12:33:52 UTC

Template::Colour - module for colour manipulation River stage zero No dependents

This module allows you to define and manipulate colours using the RGB (red, green, blue) and HSV (hue, saturation, value) colour spaces. It delegates to the Template::Colour::RGB and Template::Colour::HSV modules to do all the hard work....

ABW/Template-Plugin-Colour-0.05 - 22 Apr 2012 05:06:53 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::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::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

HTML::Template::Menu - ease menu items for quick web user interface River stage zero No dependents

LEOCHARRE/CGI-Application-Plugin-Menu-1.06 - 12 May 2009 20:54:09 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::URL - Plugin to construct complex URLs River stage three • 561 direct dependents • 959 total dependents

The "URL" plugin can be used to construct complex URLs from a base stem and a hash array of additional query parameters. The constructor should be passed a base URL and optionally, a hash array reference of default parameters and values. Used from wi...

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

Template::Plugin::MP3 - Interface to the MP3::Info Module River stage zero No dependents

"Template::Plugin::MP3" provides a simple wrapper for using "MP3::Info" in object oriented mode; see MP3::Info for more details....

DARREN/Template-Plugin-MP3-1.02 - 24 Jun 2003 13:48:06 UTC

Template::Plugin::YAML - Plugin interface to YAML River stage zero No dependents

This is a simple Template Toolkit Plugin Interface to the YAML module. A YAML object will be instantiated via the following directive: [% USE YAML %] As a standard plugin, you can also specify its name in lower case: [% USE yaml %]...

RCLAMP/Template-Plugin-YAML-1.23 - 15 Dec 2008 16:57:10 UTC
96 results (0.063 seconds)