Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第17,95117,960项(搜索用时0.019秒)
www/HTML-Pager-0.03 (Score: 2.6503309E-5)
Perl module for handling CGI HTML paging of arbitrary data
HTML::Pager is a perl module designed to handle CGI HTML paging of arbitrary data. It provides an interface to pages of data similar to many well-known sites like Altavista or Google. It uses the module HTML::Template to do all the HTML generation.
www/HTML-Prototype-1.48 (Score: 2.6503309E-5)
Generate HTML and JavaScript for the Prototype library
The module contains some code generators for Prototype, the famous JavaScript OO library and the script.aculous extensions. The Prototype library (http://prototype.conio.net/) is designed to make AJAX easy. Catalyst::Plugin::Prototype makes it easy to connect to the Prototype library. This is mostly a port of the Ruby on Rails helper tags for JavaScript for use in Catalyst.
www/HTML-Template-Expr-0.07 (Score: 2.6503309E-5)
Perl module to use HTML Templates which allows expressions
This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. See HTML::Template for details. Expression support includes comparisons, math operations, string operations and a mechanism to allow you add your own functions at runtime.
www/HTTP-CookieJar-0.008 (Score: 2.6503309E-5)
Minimalist HTTP user agent cookie jar
HTTP::CookieJar implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265. Unlike the commonly used HTTP::Cookies module, this module does not require use of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter is available as HTTP::CookieJar::LWP.
www/HTTP-Request-Params-1.02 (Score: 2.6503309E-5)
Retrieve GET/POST Parameters from HTTP Requests
This software does all the dirty work of parsing HTTP Requests to find incoming query parameters. Incoming query parameters come from two places. The first place is the query portion of the URL. Second is the content portion of an HTTP request as is the case when parsing a POST request, for example.
www/firefox-49.0 (Score: 2.6503309E-5)
Web browser based on the browser portion of Mozilla
Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite. It is small, fast and easy to use, and offers many advanced features: o Popup Blocking o Tabbed Browsing o Live Bookmarks (ie. RSS) o Extensions o Themes o FastFind o Improved Security
www/HTTP-Thin-0.006 (Score: 2.6503309E-5)
Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in HTTP::Request objects and get back HTTP::Response objects. The maintainers of HTTP::Tiny, justifiably, don't want to have to maintain compatibility but many other projects already consume the HTTP::Message objects. This is just glue code doing what it does best.
www/LWPx-TimedHTTP-1.8 (Score: 2.6503309E-5)
Time the different stages of an HTTP request
LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally except for the fact that it times each stage of the request and then inserts the results as header. It's useful for debugging where abouts in a connection slow downs are occuring.
www/ParallelUA-2.57 (Score: 2.6503309E-5)
Perl5 Parallel LWP User Agent for WWW access
ParallelUserAgent allows you to connect to multiple sites _in parallel_! You can register a number of requests, then call the 'wait' method and see how the requests come in as each server responds. ParallelUserAgent is basically an extension of the current UserAgent and RobotUA modules that come with libwww5. It installs into the ::Parallel subtree under the standard LWP directory that ships with libwww5.
www/Plack-Middleware-IEnosniff-0.02 (Score: 2.6503309E-5)
Perl extension to add X-Content-Type-Options:nosniff
Plack::Middleware::IEnosniff is middleware for Plack. This middleware adds HTTP Header 'X-Content-Type-Options: nosniff' for safe. Sending X-Content-Type-Options response header with the value nosniff will prevent Internet Explorer from MIME-sniffing a response away from the declared content-type.