Ports 搜索

共有5,824项符合/net/的查询结果,以下是第5,0115,020项(搜索用时0.005秒)
devel/PHP_Compat-1.5.0 (Score: 0.014903333)
Provides missing functionality for older versions of PHP
PHP_Compat provides missing functionality for older versions of PHP.
devel/PHP_CompatInfo-1.9.0 (Score: 0.014903333)
PEAR class to find out the minimum version and extensions required
PEAR::PHP_CompatInfo will parse a file/folder/script/array to find out the minimum version and extensions required for it to run. Features advanced debug output which shows which functions require which version and CLI output script.
devel/PHP_Parser-0.2.2 (Score: 0.014903333)
PHP Grammar Parser
PHP_Parser is a source code analysis tool based around a real Parser generated by PHP_ParserGenerator. The parser uses the same EBNF source that PHP uses to parse itself, modified for Lemon parser format, and it therefore as robust as PHP itself.
devel/PHP_ParserGenerator-0.1.7 (Score: 0.014903333)
Convert files from lemon parser to php5
Translate a grammar file in the lemon parser generator format into a PHP 5-based parser
devel/PHP_UML-1.6.2 (Score: 0.014903333)
PEAR Class to Create UML Representation of PHP Code
PHP_UML is a reverse-engineering package that scans PHP files and directories, and delivers an UML/XMI representation of the classes and packages found.
devel/Pager-2.4.9 (Score: 0.014903333)
PEAR data paging class
PEAR::Pager takes an array of data as input and pages it according to various parameters. It also builds links within a specified range, and allows complete customization of the output (it even works with front controllers and mod_rewrite). Two operating modes available: "Jumping" and "Sliding" window style.
devel/PhpDocumentor-1.4.4 (Score: 0.014903333)
Provides automatic documenting of php-api from the source
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much wider range of php files, and comes with many customizations including 11 HTML templates, Windows help file CHM output, PDF output, and XML DocBook peardoc2 output for use with documenting PEAR. In addition, it can do PHPXref source code highlighting and linking.
devel/System_Command-1.0.8 (Score: 0.014903333)
PEAR command line execution interface
System_Command is a command line execution interface. Running functions from the command line can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities.
devel/Testing_Selenium-0.4.4 (Score: 0.014903333)
PEAR Binding - Once more unto the breach
PHP Client for the Selenium Remote Control test tool Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript; the Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest).
devel/VFS-0.3.0 (Score: 0.014903333)
PEAR Virtual File System API
This PEAR package provides a Virtual File System API, with backends for: * SQL * FTP * Local filesystems * Hybrid SQL and filesystem ... and more planned. Reading/writing/listing of files are all supported, and there are both object-based and array-based interfaces to directory listings.