Ports Search

Results 1,2511,260 of 8,048 for /www/.(0.003 seconds)
www/HTML-FillInForm-Lite-1.13 (Score: 0.056974534)
Perl extension for lightweight FillInForm module in Pure Perl
This module fills in HTML forms with Perl data, which re-implements HTML::FillInForm using regexp-based parser, not using HTML::Parser. The difference in the parsers makes HTML::FillInForm::Lite about 2 times faster than HTML::FillInForm.
www/HTML-TableParser-0.40 (Score: 0.056974534)
Extract data from an HTML table
HTML::TableParser uses HTML::Parser to extract data from an HTML table. The data is returned via a series of user defined callback functions or methods. Specific tables may be selected either by a matching a unique table id or by matching against the column names. Multiple (even nested) tables may be parsed in a document in one pass.
www/HTML-TableTiler-1.21 (Score: 0.056974534)
Module generate a HTML table from bidimensional array data
HTML::TableTiler uses a minimum HTML table as a tile to generate a complete HTML table from a bidimensional array of data. It can easily produce simple or complex graphic styled tables with minimum effort and maximum speed. Think about the table tile as a sort of tile that automatically expands itself to contain the whole data. You can control the final look of a table by choosing either the HORIZONTAL and the VERTICAL tiling mode among: PULL, TILE and TRIM. The main advantages to use it are: * automatic table generation * complex graphic patterns generation without coding * simple to maintain
www/HTML-Template-Expr-0.07 (Score: 0.056974534)
Perl module to use HTML Templates which allows expressions
This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. See HTML::Template for details. Expression support includes comparisons, math operations, string operations and a mechanism to allow you add your own functions at runtime.
www/HTML-TagCloud-Extended-0.10 (Score: 0.056974534)
HTML::TagCloud extension for time-stamp based coloring of tags
This is extension of HTML::TagCloud. This module allows you to register timestamp with tags. And color of tags will be changed according to it's timestamp.
www/HTML-Template-Associate-2.01 (Score: 0.056974534)
Bridges gap between HTML::Template and other modules
HTML::Template::Associate bridges gap between HTML::Template and other modules that can be used in conjunction with it to do something useful together, like for example Data::FormValidator that can verify form inputs. The primary reason I wrote this is that I needed something to bridge those two and the thought of creating something more expandable came to mind.
www/HTML-Template-HashWrapper-1.3 (Score: 0.056974534)
Easy way to use the associate option from HTML::Template
A module to use the associate option from HTML::Template via hash references.
www/HTML-Template-JIT-0.05 (Score: 0.056974534)
Perl module to compile HTML Templates with Inline::C
This module provides a just-in-time compiler for HTML::Template. If your template needs to be compiled - either because it has changed or because it has never been compiled - then HTML::Template::JIT uses HTML::Template and Inline::C to compile your template to native machine instructions. The resulting compiled template is much faster than a normal cached template. Benchmarks show HTML::Template::JIT, with a precompiled template, performing 4 to 8 times faster than HTML::Template in cache mode.
www/HTML-GenerateUtil-1.20 (Score: 0.056974534)
Perl5 module for generating HTML on the fly
HTML::GenerateUtil is a module provides C language version of various helper routines for generating HTML output.
www/HTML-Template-Pluggable-0.17 (Score: 0.056974534)
Extends HTML::Template with plugin support
Just use this module instead of HTML::Template, then use any plugins, and go on with life. By adding support for the module included, HTML::Template::Plugin::Dot, to HTML::Template, the programmers' job of sending data to the template is easier, and designers have easier access to more data to display in the template, without learning any more tag syntax.