Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第1,2711,280项(搜索用时0.003秒)
devel/HTML_Form-1.3.0 (Score: 0.006224396)
PEAR simple HTML form package
This is a simple HTML form generator. It supports all the HTML form element types including file uploads, may return or print the form, just individual form elements or the full form in "table mode" with a fixed layout. This package has been superceded by HTML_QuickForm.
devel/HTML_Javascript-1.1.2 (Score: 0.006224396)
Provides an interface for creating simple JS scripts
Provides two classes: HTML_Javascript for performing basic JS operations. HTML_Javascript_Convert for converting variables. Allow output data to a file, to the standard output(print), or return.
devel/HTML_Page2-0.6.1 (Score: 0.006224396)
PEAR base class for XHTML page generation
The PEAR::HTML_Page2 package provides a simple interface for generating an XHTML compliant page: * supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and XHTML Basic 1.0 plus preliminary support for XHTML 2.0 * namespace support * global language declaration for the document * line ending styles * full META tag support * support for stylesheet declaration in the head section * support for script declaration in the head section * support for linked stylesheets and scripts * full support for header link tags * body can be a string, object with toHtml or toString methods or an array (can be combined) Ideas for use: * Use to validate the output of a class for XHTML compliance * Quick prototyping using PEAR packages is now a breeze.
devel/HTML_QuickForm-3.2.14 (Score: 0.006224396)
Provide methods for creating, validating, and processing HTML forms
The HTML_QuickForm package provides methods for dynamically create, validate and render HTML forms. Features: * More than 20 ready-to-use form elements. * XHTML compliant generated code. * Numerous mixable and extendable validation rules. * Automatic server-side validation and filtering. * On request javascript code generation for client-side validation. * File uploads support. * Total customization of form rendering. * Support for external template engines (ITX, Sigma, Flexy, Smarty). * Pluggable elements, rules and renderers extensions.
devel/HTML_QuickForm2-2.0.2 (Score: 0.006224396)
PHP5 rewrite of the HTML_QuickForm package
This package is expected to offer at least the same functionality as HTML_QuickForm and work with PHP5 E_STRICT setting.
devel/HTML_QuickForm_Livesearch-0.4.1 (Score: 0.006224396)
Element for PEAR::HTML_QuickForm to enable a suggest search
This package adds an element to the PEAR::HTML_QuickForm package to dynamically create an HTML input text element that at every keypressed javascript event, returns a list of options in a dynamic dropdown select box (live dropdown select). This element use AJAX (Communication from JavaScript to your browser without reloading the page). This type of livesearch is useful when you have a form with a dropdown list with a large number of row.
Element for 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.
devel/HTML_Select-1.3.1 (Score: 0.006224396)
PEAR::HTML_Select is a class for generating HTML form select elements
The PEAR::HTML_Select package is a class for generating HTML form select elements.
devel/HTML_Select_Common-1.2.0 (Score: 0.006224396)
Some small PEAR classes to handle common <select> lists
Provides <select> lists for: o Country o UK counties o US States o FR Departments
devel/HTML_Template_Flexy-1.3.13 (Score: 0.006224396)
Extremely powerful Tokenizer driven Template engine
HTML_Template_Flexy started it's life as a simplification of HTML_Template_Xipe, however in Version 0.2, It became one of the first template engine to use a real Lexer, rather than regex'es, making it possible to do things like ASP.net or Cold Fusion tags.