Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第17,08117,090项(搜索用时0.011秒)
textproc/crimson-1.1.3 (Score: 4.532845E-5)
Implements the Java API for XML Processing (JAXP)
This version of Crimson supports the Java API for XML Processing (JAXP) version 1.1 specification by providing implementations for the following package hierarchies: javax.xml.parsers, org.w3c.dom, org.xml.sax.*. Note that the javax.xml.transform hierarchy is NOT supported. One known implementation of the javax.xml.transform hierarchy is Xalan 2, which is available as a separate port in java/xalan. More info about JAXP: Crimson home page:
textproc/Unicode-CheckUTF8-1.03 (Score: 4.532845E-5)
Check if scalar is valid UTF-8
This is an XS wrapper around some Unicode Consortium code to check if a string is valid UTF-8, revised to conform to what expat/Mozilla think is valid UTF-8, especially with regard to low-ASCII characters. Note that this module has NOTHING to do with Perl's internal UTF8 flag on scalars. This module is for use when you're getting input from users and want to make sure it's valid UTF-8 before continuing.
textproc/UML-Sequence-0.08 (Score: 4.532845E-5)
Perl module that produce UML sequence diagrams
Simple Sequences You can create a sequence from an outline. Type something like this: At Home.Wash Car Garage.retrieve bucket Kitchen.prepare bucket Kitchen.pour soap in bucket Kitchen.fill bucket Garage.get sponge Garage.open door Driveway.apply soapy water Driveway.empty bucket Garage.close door Garage.replace bucket Then do this: genericseq.pl UML::Sequence::SimpleSeq inputfile | seq2svg.pl > output.svg
textproc/WordNet-QueryData-1.49 (Score: 4.532845E-5)
Perl interface to the WordNet database files
From the README: WordNet::QueryData provides a direct interface to the WordNet database files. It requires the WordNet package (http://www.cogsci.princeton.edu/~wn/). It allows the user direct access to the full WordNet semantic lexicon. All parts of speech are supported and access is generally very efficient because the index and morphical exclusion tables are loaded at initialization. This initialization step is slow (appx. 10-15 seconds), but queries are very fast thereafter---thousands of queries can be completed every second.
textproc/XML-Clean-1.06 (Score: 4.532845E-5)
Ensure, that *(HTML)* text pass throught an XML parser
The ultimate quest of this module is to produce from non-XML text text, that will will most probably pass throught any XML parser one could find. Basic cleaning is just XML tag matching (for every opening tag there will be closing tag as well, and they will form a tree structure). When you add some extra parameters, you will receive complete XML text, including XML head and root element (if none were defined in text, then some will be added).
textproc/XML-DBMS-1.03 (Score: 4.532845E-5)
Perl port of Java package XML-DBMS v1.0
XML-DBMS is middleware for transferring data between XML documents and relational databases. It views the XML document as a tree of data-specific objects in which element types are generally viewed as classes and attributes and PCDATA as properties of those classes. It then uses an object-relational mapping to map these objects to the database. An XML-based mapping language is used to define the view and map it to the database.
textproc/XML-LibXSLT-1.94 (Score: 4.532845E-5)
Perl interface to the GNOME XSLT library
This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/ Performance is currently about twice that of XML::Sablotron (based on XSLTMark tests converted to Perl). The libxslt processor is also highly standards compliant, with practically all of XSLT 1.0 being supported in version 0.9 of libxslt. This is free software, you may use it and distribute it under the same terms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved.
textproc/YAML-Syck-1.27 (Score: 4.532845E-5)
Fast, lightweight YAML and JSON loader and dumper
This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around. It also provides an implementation of JSON parsing and generation. Because JSON is YAML (http://redhanded.hobix.com/inspect/yamlIsJson.html), using libsyck gives you the fastest and most memory efficient parser and dumper for JSON data representation.
textproc/xmltv-0.5.67 (Score: 4.532845E-5)
Set of programs to process TV (tvguide) listings in XML format
[ excerpt from developer's website ] XMLTV is a set of programs to process TV (tvguide) listings and manage your TV viewing. It stores the listings in an XML-based format. The idea is to separate out the backend (getting the listings) from the frontend (displaying them for the user), and to implement useful operations like picking out your favourite programmes as filters that read and write XML documents.
PEAR class for writing Microsoft Excel files
PEAR class for generating Excel spreadsheets. It was born as a port of the Spreadsheet::WriteExcel Perl module to PHP. It allows writing of Excel spreadsheets without the need for COM objects. It supports formulas, images (BMP) and all kinds of formatting for text and cells. It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available.