Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第1,1311,140项(搜索用时0.005秒)
www/Catalyst-View-RRDGraph-0.10 (Score: 0.020137845)
RRD graph view class for Catalyst
This view generates RRD graph images from the graph defintion placed in the stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for filename, that will be automatically generated by the view.
Catalyst TT View with template names relative to the Controller
Catalyst::View::TT::ControllerLocal is like a normal Catalyst TT View, but with template file names relative to the current Controller. So with a set of templates like: ./root/edit.html ./root/add.html ./root/Frobniz/add.html and an action "add" in the Controller "MyApp::Controller::Frobniz", you set "$c->stash->{template}" to "add.html" in order for it to pick up the "./root/frobbiz/add.html" template. Setting the "$c->stash->{template}" from Controller "MyApp::Con- troller::Bogon" would instead pick the default template in "./root/add.html" (since there is no Bogon subdirectory under root). In addition, since there is no file "edit.html" except in the Frobniz directory, C::V::TT::ControllerLocal will default to looking for "edit.html" in ./root/ and ./root/base (or whatever you set MyApp->con- fig->{INCLUDE_PATH} to).
www/Catalyst-View-TT-0.44 (Score: 0.020137845)
Template Toolkit view class for Catalyst
A view base class for Catalyst using Template Toolkit.
Perl module to use Template::Declare with Catalyst
Perl module to use Template::Declare with Catalyst
www/Catalyst-View-Templated-0.02 (Score: 0.020137845)
Generic base class for template-based views
View::Templated makes all (template-based) Catalyst views work the same way.
www/Catalyst-View-XSLT-0.09 (Score: 0.020137845)
XSLT view class for Catalyst
A view base class for Catalyst using XSLT. Your subclass should inherit from this class.
www/gallery3-3.0.9 (Score: 0.020137845)
Web based photo album organizer written in PHP
Project and Organization Gallery is an open source project with the goal to develop and support leading photo sharing web application solutions. The Gallery project develops open source software licensed under the GPL, and is maintained and developed by a community of users and developers. The development is a distributed effort, with collaboration from around the globe. The team is well organized, with weekly meetings, and constant communication. Serving millions worldwide, the Gallery project is the most widely used system of its kind. Gallery is free to download and use. Products Gallery is also the name of the main product, an online photo album organizer. Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you're running a small personal site or a large community site.
www/glpi-0.90.5 (Score: 0.020137845)
Free IT and asset management software
GLPI is an Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job- tracking-system with mail-notification and methods to build a database with basic information about your network-topology.
www/Catalyst-View-XML-Simple-0.01 (Score: 0.020137845)
Perl extension for Catalyst XML View Class
Catalyst View class for XML::Simple.
www/CatalystX-Component-Traits-0.19 (Score: 0.020137845)
Automatic Trait Loading and Resolution for Catalyst Components
Adds a Catalyst::Component "COMPONENT" method to your Catalyst component base class. This method reads the optional traits parameter from app and component config and instantiates the component subclass with those traits using "new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.