Search results for "module:Plugin"
Jifty::Plugin - Describes a plugin to the Jifty framework
Plugins are like mini-apps. They come in packages with share directories which provide static and template files; they provide actions; they have dispatcher rules. To create the skeleton of a new plugin, you can use the command: jifty plugin --name S...
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC
AxKit2::Plugin - base class for all plugins
An AxKit2 plugin allows you to hook into various parts of processing requests and modify the behaviour of that request. This class is the base class for all plugins and this document covers both the details of the base class, and the available hooks ...
MSERGEANT/AxKit2-1.1 - 09 Sep 2006 21:26:43 UTC
Froody::Plugin
Froody plugins let you extend an implementation and add functionality without scary messing around with superclasses. They have a chance to get involved in the pre_process step of the request, and can add accessors to the importing class and instance...
FOTANGO/Froody-42.034 - 23 Mar 2007 17:45:08 UTC
Plugin::Simple - Load plugins from files or modules.
There are many plugin modules available on the CPAN, but I wrote this one just for fun. It's very simple, extremely lightweight, and is extremely minimalistic in what it does. It searches for modules in installed packages or non-installed files, and ...
STEVEB/Plugin-Simple-1.01 - 11 Feb 2018 16:18:22 UTC
Raisin::Plugin - Base class for Raisin plugins
Provides the base class for creating Raisin plugins....
RTKH/Raisin-0.94 - 12 Apr 2022 18:18:49 UTC
Nagios::Plugin - Removed from CPAN by request of Nagios Enterprises, succeeded by Monitoring::Plugin
MSTROUT/Nagios-Plugin-0.990001
-
14 Dec 2015 21:26:46 UTC
Tanker::Plugin - a base class for all Tanker plugins
If a plugin is placed in a Tanker pipeline then (almost) every request that comes down the pipeline will be passed to it via the handle method. It's then free to munge it as it wants....
SIMONW/Tanker-0.021 - 22 Feb 2002 16:16:51 UTC
Myriad::Plugin - extensible Myriad functionality using attributes
The plugin system allows sharing of various features between service implementations. Examples might include database or API access. Plugins will be loaded automatically if an as-yet-unknown attribute is used. For example, a hypothetical "async metho...
DERIV/Myriad-1.001 - 11 Nov 2022 01:44:03 UTC
Dancer::Plugin - helper for writing Dancer plugins
Create plugins for Dancer...
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Gideon::Plugin - Plugin base class
This is the base class all plugins inherit from...
DICHI/Gideon-0.0.3 - 09 Sep 2013 13:58:54 UTC
Resque::Plugin - Syntactic sugar for Resque plugin's
A Resque::Plugin allows to add moose roles to any of Resque, Resque::Worker and Resque::Job created during the lifetime of a given Resque instance. This means you can add, replace or augment any method of those objects. You will define which roles wi...
DIEGOK/Resque-0.42 - 19 May 2021 07:58:44 UTC
Limper::Plugin - placeholder for the Limper::Plugin namespace
See Limper::Extending for how to write Limper plugins....
ASHLEYW/Limper-0.015 - 30 Apr 2019 20:01:03 UTC
PiFlash::Plugin - plugin extension interface for PiFlash
The PiFlash::Plugin module has class methods which manage all the plugins and instance methods which are the base class inherited by each plugin. PiFlash::Hook can be used to receive callback events at various stages of the PiFlash run. To create a p...
IKLUFT/PiFlash-0.4.3 - 23 Mar 2019 17:36:04 UTC
Otogiri::Plugin - make Otogiri to pluggable
Otogiri::Plugin provides Teng-like plugin function to Otogiri....
TSUCCHI/Otogiri-Plugin-0.03 - 07 Jun 2014 07:48:57 UTC
Xacobeo::Plugin - Parent class for all plugins.
Parent class for all plugins. It provides a common framework for all plugins....
POTYL/Xacobeo-0.15 - 02 Sep 2013 11:45:14 UTC
Dancer2::Plugin - base class for Dancer2 plugins
Writing the plugin "use Dancer2::Plugin" The plugin must begin with use Dancer2::Plugin; which will turn the package into a Moo class that inherits from Dancer2::Plugin. The base class provides the plugin with two attributes: "app", which is populate...
CROMEDOME/Dancer2-0.400001 - 05 Feb 2023 23:42:54 UTC
Blosxom::Plugin - Base class for Blosxom plugins
This module enables Blosxom plugins to create class attributes and load additional components. Blosxom never creates instances of plugins, and so they can't have instance attributes. This module creates class attributes instead, and always undefines ...
ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC