Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第13,23113,240项(搜索用时0.011秒)
textproc/Text-Glob-0.09 (Score: 6.4754924E-5)
Match globbing patterns against text
Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.
textproc/Text-HikiDoc-1.021 (Score: 6.4754924E-5)
Pure Perl implementation of 'HikiDoc'
'HikiDoc' is a text-to-HTML conversion tool for web writers. The original 'HikiDoc' is Ruby implementation. This library is pure perl implementation of 'HikiDoc', and has interchangeability with the original.
textproc/Text-MicroMason-2.13 (Score: 6.4754924E-5)
Perl extension for simple and extensible templating
Text::MicroMason interpolates blocks of Perl code embedded into text strings. Each MicroMason object acts as a "template compiler," which converts templates from text-with-embedded-code formats into ready-to-execute Perl subroutines.
textproc/Text-Tags-0.04 (Score: 6.4754924E-5)
Parses folksonomy space-separated tags
Parses "folksonomies", which are simple space-separated-but-optionally- quoted tag lists. See Text::Tags::Parser for the actual module; Text::Tags may be used in a future version of the distribution.
textproc/Time-Human-1.03 (Score: 6.4754924E-5)
Convert localtime() format to "speaking clock" time
From the Time::Human documentation: This module provides a "vague" rendering of the time into natural lan- guage; it's originally intended for text-to-speech applications and other speech-based interfaces.
textproc/Text-Xslate-3.3.7 (Score: 6.4754924E-5)
High performance template engine
Text::Xslate is a template engine tuned for persistent applications. This engine introduces the virtual machine paradigm. That is, templates are compiled into xslate intermediate code, and then executed by the xslate virtual machine.
textproc/Tk-XMLViewer-0.21 (Score: 6.4754924E-5)
Tk::XMLViewer - Tk widget to display XML
Tk::XMLViewer is an widget inherited from Tk::Text which displays XML in a hierarchical tree. You can use the plus and minus buttons to hide/show parts of the tree.
textproc/XML-Canonical-0.10 (Score: 6.4754924E-5)
Perl Implementation of Canonical XML
This module provides an implementation of Canonical XML Recommendation (Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and XPath nodes. It provides a XS wrapper around libxml2's Canonical XML code.
textproc/XML-DOM-XPath-0.14 (Score: 6.4754924E-5)
Adds XPath support to XML::DOM, using XML::XPath engine
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is often much easier than relying only on getElementsByTagName. It lets you use all of the XML::DOM methods.
textproc/XML-Handler-HTMLWriter-2.01 (Score: 6.4754924E-5)
PerlSAX handlers for outputting HTML
XML::Handler::HTMLWriter is a SAX handler module for outputting HTML, based on the rules in the XSLT specification, including things like empty and non-closing tags, and boolean attributes.