Ports Search

Results 1,1111,120 of 8,048 for www%3Atrac.(0.003 seconds)
www/Catalyst-Plugin-SmartURI-0.041 (Score: 0.020137845)
Configurable URIs for Catalyst
Configurable URIs for Catalyst
www/Catalyst-Plugin-StackTrace-0.12 (Score: 0.020137845)
Display a stack trace on the debug screen
This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number.
Make serving static pages painless
The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you. This plugin detects static files by looking at the file extension in URL (such as .css or .png or .js). The plugin uses the lightweight MIME::Types module to map file extensions to IANA-registered MIME types, and will serve your static files with the correct MIME type directly to the browser, without being processed through Catalyst.
www/Catalyst-Plugin-Static-0.11 (Score: 0.020137845)
Serve static files with Catalyst
Serve static files with Catalyst. This module is not as optimized for static files as a normal web server, and is most useful for stand alone operation and development.
Handle passing of status (success and error) messages
Handle passing of status (success and error) messages between screens of a web application.
www/Catalyst-Plugin-SubRequest-0.21 (Score: 0.020137845)
Make subrequests to actions in Catalyst
Make subrequests to actions in Catalyst
www/Catalyst-Plugin-Textile-0.01 (Score: 0.020137845)
Textile for Catalyst
A persistent Textile processor for Catalyst
www/Catalyst-Plugin-Unicode-0.93 (Score: 0.020137845)
Unicode aware Catalyst
On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets.
www/Catalyst-Plugin-XMLRPC-2.01 (Score: 0.020137845)
Dispatch XMLRPC methods with Catalyst
This plugin allows your controller class to dispatch XMLRPC methods from its own class.
Helps you paginate, search, sort, and more easily using DBIx::Class
Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate, search, sort, and more easily using DBIx::Class. This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and paginate with a minimum of effort and thought.