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 entities"

HTML::Entities - Encode or decode strings with HTML entities River stage four • 550 direct dependents • 3530 total dependents

This module deals with encoding and decoding of strings with HTML character entities. The module provides the following functions: decode_entities( $string, ... ) This routine replaces HTML entities found in the $string with the corresponding Unicode...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC - Search in distribution

HTML::HTML5::Entities - drop-in replacement for HTML::Entities River stage two • 9 direct dependents • 37 total dependents

This is a drop-in replacement for HTML::Entities, providing the character entities defined in HTML5. Some caveats: * The implementation is pure perl, hence in some cases slower, especially decoding. * It will not work in Perl < 5.8.1. Functions "deco...

TOBYINK/HTML-HTML5-Entities-0.004 - 13 Sep 2014 14:58:38 UTC - Search in distribution

HTML::Entities::Latin2 - Encode ISO-8859-2 characters into HTML entities. River stage zero No dependents

Translate high-bit Latin2 characters into HTML entities based on the ISO-8859-2 character map, with option of using named, decimal or hex entities. Using this process will allow Eastern European encoded text to be used in ASCII HTML pages. FUNCTIONS ...

MMATHEWS/HTML-Entities-Latin2-0.04 - 21 Jan 2005 13:10:40 UTC - Search in distribution

HTML::Entities::Numbered - Conversion of numbered HTML entities River stage one • 3 direct dependents • 6 total dependents

HTML::Entities::Numbered is a content conversion filter for named HTML entities (symbols, mathmetical symbols, Greek letters, Latin letters, etc.). When an argument of "name2decimal()" or "name2hex()" contains some nameable HTML entities, they will b...

TANIGUCHI/HTML-Entities-Numbered-0.04 - 02 Sep 2004 14:52:36 UTC - Search in distribution

HTML::Entities::Recursive - Encode / decode strings of complex data structure with HTML entities recursively River stage zero No dependents

HTML::Entities::Recursive provides API to encode / decode strings of complex data structure with HTML entities recursively. To avoid conflicting with HTML::Entities' functions, HTML::Entities::Recursive is written in OO-style. There is no function to...

PUNYTAN/HTML-Entities-Recursive-0.01 - 14 Nov 2010 09:08:10 UTC - Search in distribution

HTML::Entities::Interpolate - Call HTML::Entities::encode_entities, via a hash, within a string River stage two • 9 direct dependents • 15 total dependents

"HTML::Entities::Interpolate" is a pure Perl module....

RSAVAGE/HTML-Entities-Interpolate-1.10 - 04 Sep 2016 22:10:19 UTC - Search in distribution

HTML::Entities::ImodePictogram - encode / decode i-mode pictogram River stage zero No dependents

HTML::Entities::ImodePictogram handles HTML entities for i-mode pictogram (emoji), which are assigned in Shift_JIS private area. See http://www.nttdocomo.co.jp/i/tag/emoji/index.html for details about i-mode pictogram....

MIYAGAWA/HTML-Entities-ImodePictogram-0.06 - 23 Jun 2003 16:48:46 UTC - Search in distribution

Template::Stash::HTML::Entities - Encode the value automatically using HTML::Entities River stage zero No dependents

Encode the demanded value automatically. When you need raw data (For example, using it for the textarea element), you should decode it explicitly....

YOSHIDA/Template-Stash-HTML-Entities-1.3.1 - 04 May 2007 08:06:56 UTC - Search in distribution

HTML::Entities::ConvertPictogramMobileJp - convert pictogram entities River stage one • 1 direct dependent • 2 total dependents

HTML::Entities::ConvertPictogramMobileJp is Japanese mobile phone's pictogram converter. HTML 中にふくまれる絵文字の Unicode 16進数値文字参照の DoCoMo 絵文字を、SoftBank/KDDI の絵文字に変換します。 DoCoMo Mova/AirHPhone の場合には、 Unicode 数値文字参照ではなく SJIS の数値文字参照に変換して出力 することに注意してください。これは、該...

TOKUHIROM/HTML-Entities-ConvertPictogramMobileJp-0.09 - 13 Oct 2011 02:51:31 UTC - Search in distribution

Text::Pipe::HTML::EncodeEntities - Text pipe that can encode HTML entities River stage zero No dependents

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

Surveyor::Benchmark::HTMLEntities - Benchmark HTML entity escaping River stage one • 1 direct dependent • 1 total dependent

HTML::Escape provides a limited functionality HTML entity escaper. It only handles "><&"'". As such, it can be quite a bit faster because it does less. Here are some numbers from my Mid-2012 MacBook Air: XS versus pure Perl: Benchmark: timing 10000 i...

BDFOY/Surveyor-Benchmark-HTMLEntities-1.025 - 02 Feb 2024 20:19:13 UTC - Search in distribution

Twitter::API::Trait::DecodeHtmlEntities - Decode HTML entities in strings River stage one • 3 direct dependents • 3 total dependents

Twitter has trust issues. They assume you're going to push the text you receive in API responses to a web page without HTML encoding it. But you HTML encode all of your output right? And Twitter's lack of trust has you double encoding entities. So, i...

MMIMS/Twitter-API-1.0006 - 01 Apr 2021 17:24:35 UTC - Search in distribution

HTML::Fraction - Encode fractions as HTML entities River stage one • 1 direct dependent • 1 total dependent

The HTML::Fraction encodes fractions as HTML entities. Some very common fractions have HTML entities (eg "1/2" is &frac12;). Additionally, common vulgar fractions have Unicode characters (eg "1/5" is "&#8533;"). This module takes a string and encodes...

MARKF/HTML-Fraction-0.50 - 20 Jan 2012 09:24:11 UTC - Search in distribution

PLP - Perl in HTML pages River stage zero No dependents

PLP is yet another Perl embedder, primarily for HTML documents. Unlike with other Perl embedders, there is no need to learn a meta-syntax or object model: one can just use the normal Perl constructs. PLP runs under FastCGI and mod_perl for speeds com...

SHIAR/PLP-3.25 - 01 Apr 2018 02:54:51 UTC - Search in distribution

CCCP::HTML::Truncate - truncate html with html-entities. River stage zero No dependents

Truncate html string. Correct job with html entities. Validate truncated html....

CCCP/CCCP-HTML-Truncate-0.04 - 12 Jul 2010 17:04:39 UTC - Search in distribution

XML::Entities - Decode strings with XML entities River stage two • 4 direct dependents • 17 total dependents

Based upon the HTML::Entities module by Gisle Aas This module deals with decoding of strings with XML character entities. The module provides two functions: decode( $entity_set, $string, ... ) This routine replaces XML entities from $entity_set found...

SIXTEASE/XML-Entities-1.0002 - 17 Aug 2015 13:03:40 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 54 direct dependents • 474 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

mvs - A command line Mediawiki client River stage zero No dependents

"mvs" is a command line client whose purpose is to simplify offline editing of Wiki content. It allows you to get any number of pages from a given Mediawiki site, edit the pages with any editor, get and merge any concurrent updates of the pages, and ...

MARKJ/WWW-Mediawiki-Client-0.31 - 01 Jul 2006 15:59:41 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution
455 results (0.374 seconds)