Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,2011,210项(搜索用时0.004秒)
www/HTML-Element-Replacer-0.08 (Score: 0.056974534)
Perl HTML::Element replacer
Perl HTML::Element replacement module
www/HTML-Encoding-0.61 (Score: 0.056974534)
Determine the encoding of HTML/XML/XHTML documents
HTML::Encoding helps to determine the encoding of HTML and XML/XHTML documents.
www/HTML-ExtractContent-0.11 (Score: 0.056974534)
Perl extension for HTML content extractor with scoring heuristics
HTML::ExtractContent is a module for extracting content from HTML with scoring heuristics. It guesses which block of HTML looks like content according to scores depending on the amount of punctuation marks and the lengths of non-tag texts. It also guesses whether content end in the block or continue to the next block.
www/HTML-ExtractMain-0.62 (Score: 0.056974534)
Perl extension to extract main content of a web page
HTML::ExtractMain is a module which takes HTML content, and uses the Readability algorithm to detect the main body of the page, usually skipping headers, footers, navigation, etc.
www/HTML-FillInForm-ForceUTF8-0.03 (Score: 0.056974534)
FillInForm with UTF-8 encoding
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces utf8 flag on html and parameters. This allows you to prevent filling garbled result.
www/HTML-FillInForm-2.21 (Score: 0.056974534)
Perl5 module for auto-filling HTML form fields from previous values
From README: This module automatically inserts data from a previous HTML form into the HTML input and select tags. It is a subclass of HTML::Parser and uses it to parse the HTML and insert the values into the form tags. One useful application is after a user submits an HTML form without filling out required field. HTML::FillInForm can be used to redisplay the HTML form with all the form elements containing the submitted info.
www/HTML-Form-6.03 (Score: 0.056974534)
Class that represents an HTML form element
Objects of the HTML::Form class represent a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values.
www/HTML-FormFu-Imager-1.00 (Score: 0.056974534)
Imager.pm helpers for HTML::FormFu file uploads
Imager.pm helpers for HTML::FormFu file uploads.
www/HTML-FormFu-Model-DBIC-2.02 (Score: 0.056974534)
Integrate HTML::FormFu with DBIx::Class
Integrate HTML::FormFu with DBIx::Class
www/HTML-FormFu-2.03 (Score: 0.056974534)
HTML Form Creation, Rendering and Validation Framework
HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of formfu's behaviour and output. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.