Ports 搜索

共有5,827项符合/net-mgmt/的查询结果,以下是第4,9814,990项(搜索用时0.014秒)
devel/dio-0.0.7 (Score: 0.0052506765)
PECL extension that provides direct access to low level IO
DIO provides functions and stream wrappers which provide raw and serial low level IO support. The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate.
devel/eio-1.2.1 (Score: 0.0052506765)
Provides interface to the libeio library
This extension provides interface to the libeio library. Libeio is a an asynchronous I/O library. Features basically include asynchronous versions of POSIX API(read, write, open, close, stat, unlink, fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX, FreeBSD); readahead. libeio itself emulates the system calls, if they are not available on specific(UNIX-like) platform.
devel/expect-0.3.3 (Score: 0.0052506765)
PHP extension for expect library
This extension allows to interact with processes through PTY, using expect library.
devel/gearman-1.1.2 (Score: 0.0052506765)
Gearman API
This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.
devel/hidef-0.1.13 (Score: 0.0052506765)
Constants for real
Allow definition of user defined constants in simple ini files, which are then processed like internal constants, without any of the usual performance penalties.
devel/HTML_Common2-2.1.1 (Score: 0.0052506765)
PEAR::HTML_Common2 is a base class for other HTML classes
TheHTML_Common2 package provides methods for HTML code display and attributes handling. * Provides methods to set, remove, merge HTML attributes. * Handles global document options (charset, linebreak and more). * Provides methods to handle indentation and HTML comments.
devel/Config-1.10.12 (Score: 0.0052506765)
Your configurations swiss-army knife
The Config package provides methods for configuration manipulation. * Creates configurations from scratch * Parses and outputs different formats (XML, PHP, INI, Apache...) * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives... * Parses configurations into a tree structure * Provides XPath like access to directives
devel/Console_Color-1.0.3 (Score: 0.0052506765)
PEAR use ANSI console colors
You can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. print Console_Color::convert("%rHello World!%n"); would print "Hello World" in red, for example.
devel/Console_CommandLine-1.2.2 (Score: 0.0052506765)
Full featured command line options and arguments parser
Console_CommandLine is a full featured package for managing command-line options and arguments highly inspired from python optparse module, it allows the developer to easily build complex command line interfaces. Main features: * handles sub commands (ie. $ myscript.php -q subcommand -f file), * can be completely built from an xml definition file, * generate --help and --version options automatically, * can be completely customized, * builtin support for i18n, * and much more...
devel/Console_Getargs-1.3.5 (Score: 0.0052506765)
PEAR command-line arguments parser
PEAR::Console_Getargs implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration.