Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第5,0915,100项(搜索用时0.005秒)
devel/VersionControl_Git-0.4.4 (Score: 0.0052562496)
OO interface to handle Git repository
VersionControl_Git is a library that provides OO interface to handle Git repository. You can use Git command via the wrapper class. Some features are provided by high-featured interface.
devel/VersionControl_SVN-0.5.2 (Score: 0.0052562496)
Wrapper interface for the Subversion command-line client
VersionControl_SVN is a simple OO-style interface for Subversion, the free/open-source version control system.
devel/XML_NITF-1.1.1 (Score: 0.0052562496)
PEAR NITF XML parser
PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF version 3.1, but should be forward-compatible when new versions of the NITF DTD are produced. Various methods for accessing the major elements of the document, such as the hedline(s), byline, and lede are provided. This class was originally tested against the Associated Press's (AP) XML data feed.
devel/XML_Parser-1.3.6 (Score: 0.0052562496)
PEAR XML parsing class based on PHP's bundled expat
This is an XML parser based on PHPs built-in xml extension. It supports two basic modes of operation: "func" and "event". In "func" mode, it will look for a function named after each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic callbacks. Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of most XML documents easier, by automatically providing a stack for the elements. Furthermore its now possible to split the parser from the handler object, so you do not have to extend XML_Parser anymore in order to parse a document with it.
devel/XML_SVG-1.1.0 (Score: 0.0052562496)
PEAR object-oriented API for building SVG documents
PEAR::XML_SVG package provides an object-oriented API for building SVG documents.
devel/hrtime-0.5.1 (Score: 0.0052562496)
High resolution timing for PHP
The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.
devel/XML_Transformer-1.1.2 (Score: 0.0052562496)
PEAR XML Transformations in PHP
The XML Transformer allows the binding of PHP functionality to XML tags to transform an XML document without the need for and the limitations of XSLT.
devel/XML_Util-1.3.0 (Score: 0.0052562496)
PEAR XML utility class
Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more.
devel/htscanner-1.0.1 (Score: 0.0052562496)
Support htaccess for PHP
Allow one to use htaccess-like file to configure PHP per directory, just like apache's htaccess. It is especially useful with fastcgi. This package was originally developed by Bart Vanbrabant.
devel/inotify-0.1.6 (Score: 0.0052562496)
This extension allows to use inotify functions in a PHP scripts
The inotify extension allows to use inotify functions in a PHP script.