PEAR::HTML_QuickForm that defines dynamic filters
The PEAR::HTML_QuickForm_SelectFilter package adds an element
to the PEAR::HTML_QuickForm package that is used to define
dynamic filters on the client side for select elements.
PR: ports/75123
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Dits is a tool for validating disk drivers, file systems, and lock
managers. More than a simple exerciser, dits is able to verify that
no detectable data integrity errors have occurred.
PR: ports/74953
Submitted by: Greg Becker <greg@codeconcepts.com>
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.
PR: ports/74642
Submitted by: Petri Totterman <petri.totterman@hmv.fi>
stands for 'General Input Configuration'. It provides easy Descent/Forsaken
style input configuration. It basically handles binding of keystrokes, mice
and valuators to program actions. For short, it allows to configure input
events with actions as you know from modern computer games.
PR: ports/74822
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
Provides two classes:
HTML_Javascript for performing basic JS operations.
HTML_Javascript_Convert for converting variables.
Allow output data to a file, to the standart output(print), or return.
PR: ports/74584
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
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.
PR: ports/74525
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
of Bugzilla with better performance and maintainability. phpBT is
(obviously) developed in PHP and uses the PEAR database library for
database independence; currently PostgreSQL and MySQL are supported.
(openorb.exolab.org). The goal of this initiative is to make the evolution of
the OpenORB project more transparent and to allow the community to take part in
making decisions about its future.
OpenORB provides a Java implementation of the OMG CORBA 2.4.2 specification.
Along with the ORB, the following OMG Services are provided:
* Concurrency Control Service
* Event Service
* Interoperable Naming Service
* Notification Service
* Persistent State Service
* Property Service
* Time Service
* Trading Service
* Transaction Service
WWW: http://openorb.sourceforge.net/
tree
PHP Based API creates a tree structure using a couple of
small PHP classes. This can then be converted to javascript
using the printMenu() method. The tree is dynamic in IE 4
or higher, NN6/Mozilla and Opera 7, and maintains state
(the collapsed/expanded status of the branches) by using
cookies. Other browsers display the tree fully expanded.
Each node can have an optional link and icon. New API in
1.1 with many changes (see CVS for changelog) and new
features, of which most came from Chip Chapin
(http://www.chipchapin.com).
PR: ports/74376
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
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,
* ...
PR: ports/74329
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
PHP_Compat provides missing functionality in the form of
Constants and Functions for older versions of PHP.
PR: ports/71936 ports/74239
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
EPM is a free UNIX software/file packaging program that generates
distribution archives from a list of files.
EPM Can:
o Generate portable script-based distribution packages complete with
installation and removal scripts and standard install/uninstall GUIs.
o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X,
Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
o Provide a complete, cross-platform software distribution solution for
your applications.
WWW: http://www.easysw.com/epm/
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them.
The package mainly consists of implementations of a few interfaces:
* Sync -- locks, conditions
* Channel -- queues, buffers
* Barrier -- multi-party synchronization
* SynchronizedVariable -- atomic ints, refs etc
* java.util.Collection -- collections
* Executor -- replacements for direct use of Thread
Plus some utilities and frameworks that build upon these.
This package was the precursor to java.util.concurrent.
WWW: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Intel 8051, Maxim 80DS390, and Zilog Z80 based MCUs (support for Motorola
68HC08 as well as Microchip PIC16 and PIC18 series is in progress).
Approved by: fjoe (mentor, implicit)
Partially obtained from: Debian (manpages)
page it according to various parameters. It also builds links within a
specified range, and allows complete customization of the output (it even works
with mod_rewrite).
PR: ports/73831
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>