Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,5211,530项(搜索用时0.004秒)
Plugin/filter interface to Number::Format
Template::Plugin::Number::Format makes the number-munging grooviness of Number::Format available to your templates. It is used like a plugin, but installs filters into the current context.
www/Template-Plugin-StripScripts-0.02 (Score: 0.056974534)
TT plugin to filter HTML against XSS
Template::Plugin::StripScripts is a Template::Toolkit plugin to filter HTML and strip scripting snipets which can cause XSS. Additionally, due to some nice features from HTML::StripScripts, this module can work really flexibly on treating HTML.
www/Template-Plugin-Subst-0.02 (Score: 0.056974534)
TT plugin for s/// functionality in templates
Template::Plugin::Subst acts as a filter and a virtual method to carry out regular expression substitutions with back references on text and variables in the Template Toolkit.
www/Template-Plugin-VMethods-0.03 (Score: 0.056974534)
Install vmethods for Template-Toolkit
Simple base class to allow your module to install and remove virtual methods into the Template Toolkit.
www/Template-Provider-Encoding-0.10 (Score: 0.056974534)
Explicitly declare encodings of your templates
Template::Provider::Encoding is a Template Provider subclass to decode template using its declaration. You have to declare encoding of the template in the head (1st line) of template using (fake) encoding TT plugin. Otherwise the template is handled as utf-8.
www/Template-Provider-FromDATA-0.13 (Score: 0.056974534)
Load templates from your __DATA__ section
Template::Provider::FromDATA - Load templates from your __DATA__ section This module allows you to store your templates inline with your code in the __DATA__ section. It will search any number of classes specified.
www/Template-Simple-0.06 (Score: 0.056974534)
Fast templating module
Template::Simple is a flexible, efficient and fast templating module for mod_perl written by Uri Guttman. It has a very simple markup scheme, but does nearly any templating task you could want as installed (and provides for callbacks if you want to extend it).
www/Template-Stash-AutoEscape-0.03 (Score: 0.056974534)
Perl extension to escape automatically in Template-Toolkit
Escape automatically in Template-Toolkit.
www/Template-Timer-1.00 (Score: 0.056974534)
Rudimentary profiling for Template Toolkit
Template::Timer provides inline timings of the template processing througout your code. It's an overridden version of Template::Context that wraps the process() and include() methods.
www/Template-Toolkit-Simple-0.16 (Score: 0.056974534)
Simple Interface to Template Toolkit
Template Toolkit is the best Perl template framework. The only problem with it is that using it for simple stuff is a little bit cumbersome. Also there is no good utility for using it from the command line. This module is a simple wrapper around Template Toolkit. It exports a function called tt which returns a new Template::Toolkit::Simple object. The object supports method calls for setting all the Template Toolkit options. This module also installs a program called tt-render which you can use from the command line to render templates with all the power of the Perl object. All of the object methods become command line arguments in the command line version.