Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,44111,450项(搜索用时0.01秒)
devel/idutils-4.6 (Score: 9.2878623E-4)
The classic Berkeley gid/lid tools for looking up variables in code
`mkid' is a simple, fast, high-capacity, language-independent identifier database tool. Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility.
devel/initutil-2.1.b (Score: 9.2878623E-4)
STL Container Initialization Library
An STL Container Initialization Library.
devel/judy-1.0.2 (Score: 9.2878623E-4)
PHP Judy implements sparse dynamic arrays
PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based on the Judy C library. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judy's key benefits are scalability, high performance, and memory efficiency.
devel/libevent-0.1.0 (Score: 9.2878623E-4)
Libevent extension for PHP
This is a PHP binding for libevent library.
devel/ireport-3.7.6 (Score: 9.2878623E-4)
A visual report builder/designer for JasperReports
iReport is a powerful, intuitive and easy to use visual report builder/designer for JasperReports written in 100% pure java. This tool allows users to visually edit complex reports with charts, images, subreports,... iReport is integrated with JFreeChart, one of the most diffused OpenSource chart library for java. The data to print can be retrieved through several ways including multiple JDBC connections, TableModels, JavaBeans, XML, etc.
devel/mcve-7.0.3 (Score: 9.2878623E-4)
PECL Extension for Interface the MCVE/Monetra API
pecl-mcve is a Interface for the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit card processing for Unix.
devel/memoize-0.2.0 (Score: 9.2878623E-4)
PHP extension which transparently caches PHP functions
php-memoize is a PHP extension which transparently caches PHP functions, much like Perl's Memoize module. It comes with the following storage modules which can be enabled at compile time: - memory: Simple per-request module with no dependencies. Since this is a per-request cache, neither TTLs specified in the `memoize()` call or `memoize.default_ttl` are used. - memcached: Uses libmemcached or the memcached PHP extension
devel/commons-jxpath-1.3 (Score: 9.2878623E-4)
Utilities for manipulating Java Beans using the XPath syntax
The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.
devel/newt-1.2.9 (Score: 9.2878623E-4)
PHP language extension for RedHat Newt library
PHP language extension for RedHat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.
devel/operator-0.3 (Score: 9.2878623E-4)
PHP extension that provides operator overloading for PHP objects
PHP PECL extension provides possibility to overload operators for PHP objects. At the moment it allows overloading of the following operators: + - * / % << >> . | & ^ ~ ! ++ -- += -= *= /= %= <<= >>= .= |= &= ^= and ~=