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

Search results for "module:HTML::Formatter"

HTML::Formatter - Base class for HTML formatters River stage two • 18 direct dependents • 90 total dependents

HTML::Formatter is a base class for classes that take HTML and format it to some output format. When you take an object of such a base class and call "$formatter-"format( $tree )> with an HTML::TreeBuilder (or HTML::Element) object, they return the a...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

Formatter::HTML::HTML - Formatter to clean existing HTML River stage zero No dependents

This module will clean the document using HTML::Tidy. It also inherits from that module, so you can use methods of that class. It can also parse and return links and the title (using HTML::TokeParser)....

KJETILK/Formatter-HTML-HTML-0.97 - 19 Nov 2005 21:35:56 UTC

TAP::Formatter::HTML - TAP Test Harness output delegate for html output River stage two • 13 direct dependents • 31 total dependents

This module provides HTML output formatting for TAP::Harness (a replacement for Test::Harness. It is largely based on ideas from TAP::Test::HTMLMatrix (which was built on Test::Harness and thus had a few limitations - hence this module). For sample o...

SCHWIGON/TAP-Formatter-HTML-0.13 - 26 Jul 2023 12:33:08 UTC

Formatter::HTML::MPS River stage zero No dependents

This module converts MPS input to HTML. MPS is a simple format describing a presentation or a set of slides; it is a combination of the lightweight markup language Markdown and a separate markup language to configure this formatter. The slides are co...

VETLER/Formatter-HTML-MPS-0.4 - 09 Nov 2007 10:12:12 UTC

Formatter::HTML::Textile - Formatter to make HTML from Textile River stage zero No dependents

This module will format Textile input to HTML. It conforms with the Formatter API specification, version 1.0....

KJETILK/Formatter-HTML-Textile-1.02 - 06 Apr 2010 19:13:36 UTC

FusqlFS::Formatter::Html - HTML formatter class River stage zero No dependents

This formatter outputs data as lists (ordered "<ol>" lists for arrays and definition "<dl>" lists for hashes). This is a dump-only formatter, it doesn't parse data back into Perl structures, so you can't edit and save data while using this formatter....

KSTEPME/FusqlFS-0.009 - 23 Feb 2013 01:01:32 UTC

Formatter::HTML::Preformatted - Absolute minimal HTML formatting of pure text River stage zero No dependents

This module will simply take any text-string and put it in a HTML "pre" element. It will escape tags and entities. It will also look through it to see if there are any URIs, and they will be turned into hyperlinks....

KJETILK/Formatter-HTML-Preformatted-0.95 - 19 Nov 2005 22:09:09 UTC

TAP::Formatter::HTML::Session - TAP Test Harness output delegate for html output River stage two • 13 direct dependents • 31 total dependents

This module is part of TAP::Formatter::HTML, which provides HTML output formatting for TAP::Harness. It handles individual test *sessions*, eg. output from an individual test script. As documentation is a bit sparse at the moment, you'll need to read...

SCHWIGON/TAP-Formatter-HTML-0.13 - 26 Jul 2023 12:33:08 UTC

lib/XML/EP/Formatter/HTML.pm River stage zero No dependents

JWIED/XML-EP-0.01 - 23 Mar 2000 12:48:22 UTC

lib/Formatter/HTML/MPS/OutputFormats.pm River stage zero No dependents

VETLER/Formatter-HTML-MPS-0.4 - 09 Nov 2007 10:12:12 UTC

lib/Devel/CoverReport/Formatter/Html.pm River stage zero No dependents

HTML backend for Devel::CoverReport reports....

NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC

Data::Timeline::Formatter::HTML - Print time line entry types side-by-side in an HTML table River stage zero No dependents

This class is a time line formatter. It takes a time line containing entries of one or more entry types and a column definition. The column definition says for each column which type of entries it should contain. The formatter's "format()" method wil...

MARCEL/Data-Timeline-1.100860 - 27 Mar 2010 10:08:46 UTC

MojoMojo::Formatter::Pod - format part of content as POD River stage one • 1 direct dependent • 1 total dependent

This formatter will format content between {{pod}} and {{end}} as POD (Plain Old Documentation)....

MRAMBERG/MojoMojo-1.12 - 13 May 2017 13:47:52 UTC

HTML::Template::Compiled::Formatter - HTC subclass for using a formatter River stage two • 18 direct dependents • 19 total dependents

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

Kwiki::Formatter::Pod - Kwiki Formatter Subclass for Pod River stage zero No dependents

Use Pod as your Kwiki formatting language....

INGY/Kwiki-Formatter-Pod-0.11 - 16 Dec 2004 00:10:25 UTC

HTML::FormatPS - Format HTML as PostScript River stage two • 18 direct dependents • 90 total dependents

The HTML::FormatPS is a formatter that outputs PostScript code. Formatting of HTML tables and forms is not implemented. HTML::FormatPS is built on top of HTML::Formatter and so further detail may be found in the documentation for HTML::Formatter. You...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

HTML::FormatRTF - Format HTML as RTF River stage two • 18 direct dependents • 90 total dependents

HTML::FormatRTF is a class for objects that you use to convert HTML to RTF. There is currently no proper support for tables or forms. This is a subclass of HTML::Formatter, whose documentation you should consult for more information on underlying met...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

HTML::FormatText - Format HTML as plaintext River stage two • 18 direct dependents • 90 total dependents

HTML::FormatText is a formatter that outputs plain text. All character attributes (bold/italic/underline) are ignored. Formatting of HTML tables and forms is not implemented. HTML::FormatText is built on HTML::Formatter and documentation for that mod...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

HTML::FormatMarkdown - Format HTML as Markdown River stage two • 18 direct dependents • 90 total dependents

HTML::FormatMarkdown is a formatter that outputs Markdown. HTML::FormatMarkdown is built on HTML::Formatter and documentation for that module applies to this - especially "new" in HTML::Formatter, "format_file" in HTML::Formatter and "format_string" ...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

App::Prove::Plugin::HTML - a prove plugin for HTML output River stage two • 13 direct dependents • 31 total dependents

This is a quick & dirty second attempt at making TAP::Formatter::HTML easier to use from the command line. It will change once App::Prove has better support for plugins than need to take cmdline data. The original goal was to be able to specify all t...

SCHWIGON/TAP-Formatter-HTML-0.13 - 26 Jul 2023 12:33:08 UTC
61 results (0.034 seconds)