Ports Search

Results 16,15116,160 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
textproc/Unicode-CaseFold-1.00 (Score: 5.180394E-5)
Unicode case-folding for case-insensitive lookups
This module allows to perform case-insensitive lookups using case-folding. Case-folding is a part of the Unicode standard that allows any two strings that differ from one another only by case to map to the same "case-folded" form, even when those strings include characters with complex case-mappings.
textproc/tth-4.03 (Score: 5.180394E-5)
TeX to HTML translator
TTH translates TeX source that uses the Plain macro package, or LaTeX, into a near equivalent in HTML. It is extremely fast and completely portable. It produces web documents that are more compact and managable, and faster-viewing, than those from other converters, because it really translates the equations, instead of converting them into images.
textproc/XML-Atom-SimpleFeed-0.862 (Score: 5.180394E-5)
XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
This module exists to generate basic Atom syndication feeds. While it does not provide a full, object-oriented interface into all the nooks and crannies of Atom feeds, an Atom parser, or an Atom client API, it should be useful for people who want to generate basic, valid Atom feeds of their content quickly and easily.
textproc/XML-Dumper-0.81 (Score: 5.180394E-5)
Perl module for dumping Perl objects from/to XML
XML::Dumper dumps Perl data to a structured XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. This might be useful for dumping Perl objects to files using an XML format that can be reloaded or accessed by other programs. Maybe even other languages. -Anton <tobez@FreeBSD.org>
textproc/XML-Filter-SAXT-0.01 (Score: 5.180394E-5)
Replicates SAX events to several SAX event handlers
SAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters.
textproc/XML-Grove-0.46.a (Score: 5.180394E-5)
Perl-style XML objects
XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax.
textproc/XML-Hash-LX-0.0603 (Score: 5.180394E-5)
Convert hash to xml and xml to hash using LibXML
This module is a companion for XML::LibXML. It operates with LibXML objects, could return or accept LibXML objects, and may be used for easy data transformations. It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and of course much slower than XML::Bare. It is faster in composing than XML::Hash, but slower than XML::Simple.
textproc/XML-Literal-0.02 (Score: 5.180394E-5)
Syntax support for XML literals
This module takes one function at its use line. Afterwards, all single-line <...> calls that looks like a XML literal will be processed with that function, instead of the built-in shell glob. Support for qx<...> overriding for multiline XML literals is planned for Perl 5.10.
textproc/XML-Simple-2.22 (Score: 5.180394E-5)
Trivial API for reading and writing XML (esp config files)
XML::Simple is a Perl module that makes it really easy to read and write XML files. XML::Simple was originally developed for the purpose of reading and writing config files in XML format (which offers various advantages over say .INI format). Having said that, many people find it useful for other purposes.
textproc/XML-TreeBuilder-5.4 (Score: 5.180394E-5)
Perl module to make XML document trees
This module uses XML::Parser to make XML document trees constructed of XML::Element objects (and XML::Element is a subclass of HTML::Element adapted for XML). XML::TreeBuilder is meant particularly for people who are used to the HTML::TreeBuilder / HTML::Element interface to document trees, and who don't want to learn some other document interface like XML::Twig or XML::DOM.