Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,2611,270项(搜索用时0.006秒)
www/HTML-Highlight-0.20 (Score: 0.056974534)
Module to highlight words or patterns in HTML documents
HTML::Highlight - A module to highlight words or patterns in HTML documents
www/HTML-Template-Pro-0.9510 (Score: 0.056974534)
Perl extension to use HTML Templates from CGI scripts
HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). It is not intended to be a complete replacement, but to be a fast implementation of HTML::Template if you don't need querying, the extended facility of HTML::Template. Designed for heavy upload, resource limitations, abcence of mod_perl.
www/HTML-TokeParser-Simple-3.16 (Score: 0.056974534)
Subclass of HTML::TokeParser with easy-to-remember method calls
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses easy-to-remember method calls to work with the tokens. Rather than try to remember a bunch of array indices or try to write a bunch of constants for them, you can now do something like: $token->is_start_tag( 'form' ) Instead of $token->[0] eq 'S' and $token->[1] eq 'form'
www/HTML-Tree-5.03 (Score: 0.056974534)
Collection of modules to manipulate HTML syntax trees
This is a collection of modules that represent, create, and extract information from HTML syntax trees. The modules present in this collection are: HTML::Element - represents the nodes of the HTML syntax trees. The elements have other elements and text segments as children. The HTML::Element class have methods to methods to build, alter, and traverse the structure of the tree. HTML::TreeBuilder - uses HTML::Parser to read HTML document text and build from it a syntax tree made of HTML::Element nodes. HTML::Parse - deprecated. Now just a wrapper around HTML::TreeBuilder HTML::AsSubs - Easy way to build an HTML syntax tree by nesting functions.
www/HTML-Macro-1.30 (Score: 0.056974534)
Process HTML templates with loops, conditionals, macros and more
HTML::Macro is a module to be used behind a web server (in CGI scripts). It provides a convenient mechanism for generating HTML pages by combining "dynamic" data derived from a database or other computation with HTML templates that represent fixed or "static" content of a page.
www/HTML-TreeBuilder-LibXML-0.23 (Score: 0.056974534)
HTML::TreeBuilder::XPath compatible interface with libxml
HTML::TreeBuilder is bit slow for some use case. and, XML::LibXML is very fast! I want to use it. But, some libraries uses HTML::TreeBuilder. HTML::TreeBuilder::LibXML is drop-in-replacement for HTML::TreeBuilder::XPath. Currently, this module implements good enough methods for work with Web::Scraper.
www/HTML-TreeBuilder-XPath-0.14 (Score: 0.056974534)
Add XPath support to HTML::TreeBuilder
This module adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document.
www/HTML-WikiConverter-DokuWiki-0.53 (Score: 0.056974534)
Convert HTML to DokuWiki markup
This module contains rules for converting HTML into DokuWiki markup. See HTML::WikiConverter for additional usage details.
Convert HTML to Google Code wiki markup
This module contains rules for converting HTML into Google Code wiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-Kwiki-0.51 (Score: 0.056974534)
Convert HTML to Kwiki markup
This module contains rules for converting HTML into Kwiki markup. See HTML::WikiConverter for additional usage details.