The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "HTML text"

DSL::HTML::Text - Used internally by DSL::HTML River stage zero No dependents

EXODIST/DSL-HTML-0.006 - 15 Oct 2013 20:53:55 UTC - Search in distribution

HTML::DOM::Text - A Perl class for representing text nodes in an HTML DOM tree River stage two • 10 direct dependents • 11 total dependents

This class implements the Text interface for HTML::DOM. It inherits from HTML::DOM::CharacterData, which inherits from HTML::DOM::Node....

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC - Search in distribution

HTML::GUI::text - Create and control a text input for webapp River stage zero No dependents

JCHASSLER/HTML-GUI-0.04 - 23 Oct 2009 20:05:59 UTC - Search in distribution

Text::TOC::HTML - Build a table contents for one or more HTML documents River stage one • 1 direct dependent • 2 total dependents

This class provides a high-level API for generating a table of contents for one or more HTML documents. As each file is processed, it will be altered in order to add anchors for the table of contents. The end result is a single blob of HTML for the t...

DROLSKY/Text-TOC-0.10 - 04 Aug 2012 01:54:24 UTC - Search in distribution

Rose::HTML::Text - Object representation of HTML-escaped text. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Text is an object representation of and HTML-escaped text string. Stringification is overloaded to call the html method. This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridd...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC - Search in distribution

Text::Diff::HTML - XHTML format for Text::Diff::Unified River stage zero No dependents

This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the "diff()" function, see the Text::Diff documentation. In the XHTML for...

TIMK/Text-Diff-HTML-0.08 - 21 Aug 2018 04:22:49 UTC - Search in distribution

Text::Pipe::HTML - Text pipes that can encode and decode HTML entities River stage zero No dependents

This is a marker class; the actual pipe segment classes live in the "Text::Pipe::HTML::" namespace....

MARCEL/Text-Pipe-HTML-1.100880 - 29 Mar 2010 21:39:35 UTC - Search in distribution

Text::Table::HTML - Generate HTML table River stage one • 3 direct dependents • 3 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as HTML table. Its interface is modelled after Text::Table::Tiny 0.03. The example shown in the SYNOPSIS generates the following table: <table> <thead> <tr...

PERLANCAR/Text-Table-HTML-0.010 - 22 May 2023 15:27:38 UTC - Search in distribution

HTML::Object::Text - HTML Object River stage one • 1 direct dependent • 2 total dependents

This module represents a text. It inherits from HTML::Object::Element...

JDEGUEST/HTML-Object-v0.5.0 - 04 May 2024 11:59:40 UTC - Search in distribution

Text::Markup::HTML - HTML parser for Text::Markup River stage one • 1 direct dependent • 1 total dependent

This is the HTML <https://whatwg.org/html/> parser for Text::Markup. All it does is read in the HTML file and return it as a string. It makes no assumptions about encoding, and returns the string raw as read from the file, with no decoding. It recogn...

DWHEELER/Text-Markup-0.33 - 15 Feb 2024 20:14:12 UTC - Search in distribution

Text::WordDiff::HTML - XHTML formatting for Text::WordDiff River stage zero No dependents

This class subclasses Text::WordDiff::Base to provide a XHTML formatting for Text::WordDiff. See Term::WordDiff for usage details. This class should never be used directly. Text::WordDiff::HTML formats word diffs for viewing in a Web browser. The dif...

TIMK/Text-WordDiff-0.09 - 21 Aug 2018 04:24:16 UTC - Search in distribution

LEOCHARRE::HTML::Text - turn html to text River stage zero No dependents

This converts html code into text. Namespace It resides under my namespace because I am not so presumptuous as to think I am the most qualified person to write this. But I am qualified. So here....

LEOCHARRE/LEOCHARRE-HTML-Text-1.05 - 13 Aug 2009 18:53:02 UTC - Search in distribution

Text::MetaMarkup::HTML - MM-to-HTML conversion River stage zero No dependents

This module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following tags: Paragraph tag "style" Its contents are not subject to escaping and inline tag interpolation....

JUERD/Text-MetaMarkup-0.01 - 13 Jun 2003 07:40:24 UTC - Search in distribution

Borang::HTML::Widget::Text - Text input widget River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Borang-0.02 - 22 Sep 2015 10:55:45 UTC - Search in distribution

HTML::FormFu::Element::Text - Text form field River stage two • 13 direct dependents • 25 total dependents

Text form field....

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

Text::InHTML - Display plain text in HTML River stage one • 1 direct dependent • 1 total dependent

In its simplest form it turns a plain text string into HTML that when rendered retains its whitespace without pre tags or pre-like css. Also HTML is encoded so no HTML is rendered like it would be with pre tags. Useful for displaying source code or a...

DMUEY/Text-InHTML-0.0.4 - 25 Jul 2008 02:16:17 UTC - Search in distribution

HTML::SuperForm::Field::Text - Text field used by HTML::SuperForm River stage one • 4 direct dependents • 7 total dependents

JALLWINE/HTML-SuperForm-1.06 - 17 Oct 2009 01:54:25 UTC - Search in distribution

Text::MustacheTemplate::HTML - HTML escape for Text::MustacheTemplate River stage zero No dependents

Text::MustacheTemplate::HTML is a HTML escape for Mustache tempalte. This is low-level interface for Text::MustacheTemplate. The APIs may be change without notice....

KARUPA/Text-MustacheTemplate-0.02 - 14 Dec 2023 13:42:59 UTC - Search in distribution

Text::Table::HTML::DataTables - Generate HTML table with jQuery and DataTables plugin River stage one • 2 direct dependents • 2 total dependents

This module is just like Text::Table::HTML, except the HTML code will also load jQuery (<http://jquery.com>) and the DataTables plugin (<http://datatables.net>) from the local filesystem (distribution shared directory), so you can filter and sort the...

PERLANCAR/Text-Table-HTML-DataTables-0.012 - 22 Apr 2022 07:53:43 UTC - Search in distribution

HTML::FormHandler::Field::Text - text field River stage two • 21 direct dependents • 31 total dependents

This is a simple text entry field. Widget type is 'text'....

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC - Search in distribution
3,345 results (0.219 seconds)