Ports Search

Results 11,12111,130 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
textproc/HTML-Tiny-1.05 (Score: 7.3261835E-5)
Lightweight, dependency free HTML/XML generation
HTML::Tiny is a simple, dependency free module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation. In addition to the HTML generation functions utility functions are provided to * encode and decode URL encoded strings * entity encode HTML * build query strings * JSON encode data structures
textproc/Net-IDN-Encode-2.300 (Score: 7.3261835E-5)
Internationalizing Domain Names in Applications (RFC 3490)
This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit- hypen, "/[A-Z0-9-]/i").
textproc/POE-Filter-XML-1.140700 (Score: 7.3261835E-5)
POE Filter for parsing XML
POE::Filter::XML provides POE with a completely encapsulated XML parsing strategy for POE::Wheels that will be dealing with XML streams. By default the filter will attempt to use XML::Parser as its foundation for xml parsing. Otherwise it will depend upon a pure perl SAX parser included (POE::Filter::XML::Parser).
textproc/Lingua-EN-Words2Nums-0.18 (Score: 7.3261835E-5)
Convert English text to numbers
Lingua::EN::Words2Nums converts English text into numbers. It supports both ordinal and cardinal numbers, negative numbers, and very large numbers. The main subroutine, which is exported by default, is words2nums(). This subroutine, when fed a string, will attempt to convert it into a number. If it succeeds, the number will be returned. If it fails, it returns undef.
textproc/apache-solr-3.6.2 (Score: 7.3261835E-5)
High performance search server built using Lucene Java
Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat.
textproc/fex-2.0.0 (Score: 7.3261835E-5)
Powerful field extraction tool
fex works like cut or awk in its field navigation, but allows you to specify token-based fields in a much more concise, flexible, and readable way. Due to the simplicity of fex's language, it can enable you to replace many common invocations of cut and awk with a single invocation of fex.
textproc/RTF-Parser-1.12 (Score: 7.3261835E-5)
Perl module for parsing RTF files
The RTF package set is a minimal RTF processor. This set is provided with an RTF to HTML converter. This converter is just an example, not a full-fledged application. You can try this converter the RTF specification (see the "Ressources" section). For example: % rtf2html RTF-Spec-1_5.rtf > RTF-Spec-1_5.htm Philippe Verdret pverdret@sonovision-itep.fr
textproc/String-ShowDiff-0.03 (Score: 7.3261835E-5)
Perl extension to help visualize differences between strings
This module is a wrapper around the diff algorithm from the module Algorithm::Diff. It's job is to simplify a visualization of the differences of each strings. Compared to the many other Diff modules, the output is neither in diff-style nor are the recognised differences on line or word boundaries, they are at character level.
Port of the syntax highlight engine of the Kate texteditor
Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor. The language xml files of kate have been rewritten to perl modules using a script. These modules function as plugins to this module.
textproc/Template-Magic-1.39 (Score: 7.3261835E-5)
Perl Module with magic merger of runtime values with templates
Template-Magic is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. Usually no need to assign values to the object.