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::Format"

Template::Plugin::Format - Plugin to create formatting functions River stage three • 561 direct dependents • 959 total dependents

The format plugin constructs sub-routines which format text according to a "printf()"-like format string....

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

Template::Plugin::Number::Format - Plugin/filter interface to Number::Format River stage one • 4 direct dependents • 6 total dependents

All filters created by Template::Plugin::Number::Format can be configured by constructor options and options that can be passed to individual filters. See "METHODS" in Number::Format for all the details. Constructor Parameters The USE line accepts th...

DARREN/Template-Plugin-Number-Format-1.06 - 30 Mar 2015 13:10:12 UTC

Template::Plugin::DateTime::Format - format DateTime objects from inside TT with DateTime::Format-style formatters River stage zero No dependents

Oftentimes, you have a DateTime object that you want to render in your template. However, the default rendering (2008-01-01T01:23:45) is pretty ugly. Formatting the DateTime with a DateTime::Format object is the usual solution, but there's usually no...

NEILB/Template-Plugin-DateTime-Format-0.03 - 01 Oct 2014 20:31:03 UTC

Template::Plugin::WikiFormat - TT wrapper for Text::WikiFormat River stage zero No dependents

This is a plugin used for wiki rendering inside Template Toolkit. Parameters may be passed in through the USE directive, e.g. [% USE WikiFormat prefix = "http://www.mysite.com/?page=" %] This provides the 4 options supported by Text::WikiFormat, i.e....

BARBIE/Template-Plugin-WikiFormat-0.08 - 23 May 2017 13:49:02 UTC

Template::Plugin::KwikiFormat - filter to convert kwiki formatted text to html River stage zero No dependents

A wrapper around Kwiki::Formatter. Template::Plugin::KwikiFormat allows you to use KwikiFormats in data displayed by Template::Toolkit. MARKUP SYNTAX See here: http://www.kwiki.org/?KwikiFormattingRules BUT: WikiLinks don't work without a kwiki, so w...

TANIMOTO/Template-Plugin-KwikiFormat-1.04 - 06 Mar 2006 17:29:26 UTC

HTML::Template::Compiled::Plugin::NumberFormat - Number::Format plugin for HTML::Template::Compiled River stage zero No dependents

This plugin implements escapes ("filters") for easy use and tag names if you need more arguments. use HTML::Template::Compiled::Plugin::NumberFormat; my $plugin = HTML::Template::Compiled::Plugin::NumberFormat->new({ formatter => Number::Format->new(...

TINITA/HTML-Template-Compiled-Plugin-NumberFormat-0.02 - 23 Nov 2012 17:48:24 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::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::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::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

Template::Plugin::Komma - TT2 plugin to commify numbers (German format) River stage zero No dependents

This plugin is the German version of Template::Plugin::Comma. It installs 3 filters: "komma", "komma0" and "komma2". "komma" outputs the number with ',' as decimal point and '.' as thousand separator. "komma0" rounds the number to an integer and outp...

UVOELKER/Template-Plugin-Komma-0.07 - 01 Feb 2009 20:01:03 UTC

Template::Plugin::Chump - provides a Template Toolkit filter for Chump like syntax River stage zero No dependents

Chump is a simplified markup language that allows for simple markup of text to include urls, links and inline images. Chump is based on an original idea by Bijan Parsia who wrote a bot named DiaWebLogBot in Squeak for the Monkeyfist Daily Churn. Subs...

SIMONW/Template-Plugin-Chump-1.3 - 25 Mar 2008 23:21:04 UTC

HTML::Template::Compiled - Template System Compiles HTML::Template files to Perl code River stage two • 18 direct dependents • 19 total dependents

HTML::Template::Compiled is a template system which can be used for HTML::Template templates with almost the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run ...

TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC

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::Date - Plugin to generate formatted date strings River stage three • 561 direct dependents • 959 total dependents

The "Date" plugin provides an easy way to generate formatted time and date strings by delegating to the "POSIX" "strftime()" routine. The plugin can be loaded via the familiar USE directive. [% USE date %] This creates a plugin object with the defaul...

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

Template::Plugin::Datum - TT2 plugin that converts international date format to German date format River stage zero No dependents

This plugin converts international date format (year-month-day) to German date format (day.month.year). Recognized formats are: * yyyy-mm-dd (2003-12-31) * yyyymmdd (20031231) * yyyymmddHHMMSS (20031231143000) date and time...

UVOELKER/Template-Plugin-Datum-0.02 - 15 Dec 2003 12:37:15 UTC

Template::Plugin::Comma - TT Plugin to commify numbers River stage one • 1 direct dependent • 1 total dependent

Template::Plugin::Comma is a plugin for TT, which allows you to commify your numbers in templates. This would be especially useful for prices....

MIYAGAWA/Template-Plugin-Comma-0.04 - 25 Jan 2005 00:50:26 UTC

Template::Plugin::Latex - Template Toolkit plugin for Latex River stage one • 1 direct dependent • 1 total dependent

The "Latex" Template Toolkit plugin provides a "latex" filter that allows the use of LaTeX to generate PDF, PostScript and DVI output files from the Template Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs. Processing of the ...

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

Template::Plugin::Image - Plugin access to image sizes River stage three • 561 direct dependents • 959 total dependents

This plugin provides an interface to the Image::Info or Image::Size modules for determining the size of image files. You can specify the plugin name as either '"Image"' or '"image"'. The plugin object created will then have the same name. The file na...

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