Ports Search

Results 5,0315,040 of 5,827 for /net-mgmt/.(0.007 seconds)
devel/Validate_Finance-0.5.6 (Score: 0.0052506765)
PEAR Finance Validation class
Package to validate various data. It includes: * IBAN
devel/Validate_US-0.5.5 (Score: 0.0052506765)
PEAR data validation class for US
A PEAR data validation class for US. The package includes SSN, Postal Code, Regions (States), Phone Numbers.
devel/Var_Dump-1.0.4 (Score: 0.0052506765)
Provides methods for dumping structured information about a variable
The Var_Dump class is a wrapper for the var_dump function. The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure. The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways: * Simple text, * HTML/XHTML text, * HTML/XHTML table, * XML, * ...
devel/VersionControl_Git-0.4.4 (Score: 0.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.