Ports Search

Results 8,0018,010 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
www/HTML-Template-Pro-0.9510 (Score: 8.972706E-5)
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: 8.972706E-5)
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-Tagset-3.20 (Score: 8.972706E-5)
Some useful data table in parsing HTML
This module contains several data tables useful in various kinds of HTML parsing operations. Note that all tag names used are lowercase. In the following documentation, a "hashset" is a hash being used as a set -- the hash conveys that its keys are there, and the actual values associated with the keys are not significant. (But what values are there, are always true.)
www/HTTP-Parser-0.06 (Score: 8.972706E-5)
Parse HTTP/1.1 request into HTTP::Request/Response object
HTTP::Parser is a stateful HTTP request/response parsing module. It accepts chunks of data passed to it and returns either a completion hint or an HTTP::Request (or Response) object when it has the entire request. It was originally written to be part of a simple Event.pm-based HTTP server.
www/HTTP-Proxy-0.304 (Score: 8.972706E-5)
Pure Perl HTTP proxy
This module implements a HTTP proxy, using a HTTP::Daemon to accept client connections, and a LWP::UserAgent to ask for the requested pages. The most interesting feature of this proxy object is its hability to filter the HTTP requests and responses through user-defined filters.
www/LWP-UserAgent-POE-0.05 (Score: 8.972706E-5)
Drop-in LWP::UserAgent replacement in POE environments
LWP::UserAgent::POE is a subclass of LWP::UserAgent and works well in a POE environment. It is a drop-in replacement for LWP::UserAgent in systems that are already using LWP::UserAgent synchronously and want to play nicely with POE.
Extension to require core and ticket custom fields on status changes
RT::Extension::MandatoryOnTransition This RT extension enforces that certain fields have values before tickets are explicitly moved to or from specified statuses. If you list custom fields which must have a value before a ticket is resolved, those custom fields will automatically show up on the "Resolve" page. The reply/comment won't be allowed until a value is provided.
www/Rose-HTML-Objects-0.623 (Score: 8.972706E-5)
Object-oriented interfaces for HTML
Rose::HTML::Objects is a framework for creating a reusable set of HTML widgets as mutable Perl objects that can be serialized to HTML or XHTML for display purposes. The Rose::HTML::Object class may be used directly to represent a generic tag with an explicitly set element name and arbitrary attributes. There are also methods for parent/child manipulation.
www/Test-LWP-UserAgent-0.030 (Score: 8.972706E-5)
LWP::UserAgent suitable for simulating and testing network calls
LWP::UserAgent suitable for simulating and testing network calls. It overrides a few key low-level methods of LWP::UserAgent that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatly facilitates testing of client networking code where the server follows a known protocol.
www/TestGen4Web-Runner-0.11 (Score: 8.972706E-5)
Perl module to replay files recorded with TestGen4Web
TestGen4Web::Runner is a PERL module to replay files recorded with SpikeSource's TestGen4Web Recorder. From http://developer.spikesource.com/projects/testgen4web : "TestGen4Web is written to ease the pain of writing tests for web applications. This is a 2 part tool. Firefox extension, which records user input to a xml file. Translator script: to generate automated test scripts."