The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Dancer Dancer::Template::"

Dancer::Template - template wrapper for Dancer River stage three • 211 direct dependents • 215 total dependents

This module is the wrapper that provides support for different template engines....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Template::Simple - pure Perl 5 template engine for Dancer River stage three • 211 direct dependents • 215 total dependents

This template engine is provided as a default one for the Dancer micro framework. This template engine should be fine for development purposes but is not a powerful one, it's written in pure Perl and has no C bindings to accelerate the template proce...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Template::Abstract - abstract class for Dancer's template engines River stage three • 211 direct dependents • 215 total dependents

This class is provided as a base class for each template engine. Any template engine must inherit from it and provide a set of methods described below....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Template::TemplateToolkit - Template Toolkit wrapper for Dancer River stage three • 211 direct dependents • 215 total dependents

This class is an interface between Dancer's template engine abstraction layer and the Template module. This template engine is recommended for production purposes, but depends on the Template module. In order to use this engine, use the template sett...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Engine - base class for Dancer engines River stage three • 211 direct dependents • 215 total dependents

Dancer has various engines such Serializer engines, Template engines, Logger engines and Session handlers engines. This is the base class for all Dancer engines. If you're writing an engine of a common type (such as those mentioned above), you probab...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer - lightweight yet powerful web application framework River stage three • 211 direct dependents • 215 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Config - how to configure Dancer to suit your needs River stage three • 211 direct dependents • 215 total dependents

Dancer::Config handles reading and changing the configuration of your Dancer apps. The documentation for this module aims to describe how to change settings, and which settings are available....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Cookbook - a quick-start guide to the Dancer web framework River stage three • 211 direct dependents • 215 total dependents

A quick-start guide with examples to get you up and running with the Dancer web framework....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Introduction - A gentle introduction to Dancer River stage three • 211 direct dependents • 215 total dependents

Dancer is a free and open source micro web application framework written in Perl....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Deployment - common ways to put your Dancer app into use River stage three • 211 direct dependents • 215 total dependents

Dancer has been designed to be flexible, and this flexibility extends to your choices when deploying your Dancer app. Running as a cgi-script (or fast-cgi) under Apache In providing ultimate flexibility in terms of deployment, your Dancer app can be ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::ModuleLoader - dynamic module loading helpers for Dancer core components River stage three • 211 direct dependents • 215 total dependents

Sometimes in Dancer core we need to use modules, but we don't want to declare them all in advance in compile-time. These could be because the specific modules provide extra features which depend on code that isn't (and shouldn't) be in core, or perha...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Tutorial - An example to get you dancing River stage three • 211 direct dependents • 215 total dependents

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Serializer::YAML - serializer for handling YAML data River stage three • 211 direct dependents • 215 total dependents

This class is an interface between Dancer's serializer engine abstraction layer and the YAML (or YAML::XS) module. In order to use this engine, use the template setting: serializer: YAML This can be done in your config.yml file or directly in your ap...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Serializer::JSON - serializer for handling JSON data River stage three • 211 direct dependents • 215 total dependents

This class is an interface between Dancer's serializer engine abstraction layer and the JSON module. In order to use this engine, use the template setting: serializer: JSON This can be done in your config.yml file or directly in your app code with th...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Serializer::JSONP - serializer for handling JSONP data River stage three • 211 direct dependents • 215 total dependents

This class is a subclass of Dancer::Serializer::JSON with support for JSONP. In order to use this engine, use the template setting: serializer: JSONP This can be done in your config.yml file or directly in your app code with the set keyword. This ser...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC

Dancer::Serializer::Mutable - Serialize and deserialize content using the appropriate HTTP header River stage three • 211 direct dependents • 215 total dependents

This serializer will try find the best (de)serializer for a given request. For this, it will pick the first content type found from the following list and use its related serializer. * The content_type from the request headers * the content_type para...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
16 results (0.059 seconds)