Ports Search

Results 5,0215,030 of 5,824 for /net/.(0.004 seconds)
devel/php-libawl-0.54 (Score: 0.014903333)
Andrew.s Web Libraries - PHP Utility Libraries
Andrew's Web Libraries are a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing
devel/Validate_AU-0.1.4 (Score: 0.014903333)
PEAR data validation class for Australia
A PEAR data validation class for Australia. The package includes phone number, postal code, tax file number, Australian business number, Australian company number and Australian regional codes validation.
devel/Validate_Finance-0.5.6 (Score: 0.014903333)
PEAR Finance Validation class
Package to validate various data. It includes: * IBAN
devel/Validate_US-0.5.5 (Score: 0.014903333)
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.014903333)
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.014903333)
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.014903333)
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.014903333)
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.014903333)
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.014903333)
PEAR object-oriented API for building SVG documents
PEAR::XML_SVG package provides an object-oriented API for building SVG documents.