Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第14,93114,940项(搜索用时0.017秒)
textproc/String-ShowDiff-0.03 (Score: 3.7481335E-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: 3.7481335E-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.
textproc/Text-Context-3.7 (Score: 3.7481335E-5)
Handle highlighting search result context snippets
Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold.
textproc/Text-Diff-1.41 (Score: 3.7481335E-5)
Text::Diff - Perform diffs on files and record sets
Text::Diff provides a basic set of services akin to the diff(1) utility. It is not anywhere near as feature complete as diff(1), but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff(1) executable for small files, and generally slower on larger files. -Anton <tobez@FreeBSD.org>
textproc/Text-Flow-0.01 (Score: 3.7481335E-5)
Flexible text flowing and word wrapping for not just ASCII output
This module provides a flexible way to wrap and flow text for both ASCII and non-ASCII outputs. The main purpose of this module is to provide text wrapping and flowing features without being tied down to ASCII based output and fixed-width fonts. My needs were for a more sophisticated text control in PDF and GIF output formats in particular.
textproc/WDDX-1.02 (Score: 3.7481335E-5)
Perl module to parse WDDX Packets
This is a module that parses WDDX packets. Which are well supported in Allaire Coldfusion, and pretty useful. This is from the WDDX.org web site: "The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web."
textproc/WWW-Google-SiteMap-1.10 (Score: 3.7481335E-5)
Perl extension for managing Google SiteMaps
The Sitemap Protocol allows you to inform search engine crawlers about URLs on your Web sites that are available for crawling. A Sitemap consists of a list of URLs and may also contain additional information about those URLs, such as when they were last modified, how frequently they change, etc.
textproc/XML-Filter-BufferText-1.01 (Score: 3.7481335E-5)
Filter to put all characters() in one event
This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.
textproc/XML-Parser-EasyTree-0.01 (Score: 3.7481335E-5)
Easier tree style for XML::Parser
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document. This structure is, at least in this author's opinion, easier to work with than the one created by the built-in style.