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:List-Filter filter"

List::Filter - named, persistent, shared lists of patterns River stage one • 1 direct dependent • 1 total dependent

The List::Filter system is a generalized, extensible way of filtering a list of items by apply a stack of perl regular expressions, with a persistant storage mechanism to allow the sharing of filters between different applications. A List::Filter fil...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Storage - storage handler for filters (e.g. filters) River stage one • 1 direct dependent • 1 total dependent

List::Filter::Storage is a "storage handler", it deals with multiple locations of different types of pluggable backing stores to save and retrieve "filters" (and variant types of filters such as 'transforms'). See List::Filter and List::Filter::Trans...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Project - Documentation for the List::Filter packages River stage one • 1 direct dependent • 1 total dependent

The List::Filter project is all about using lists of regular expressions to filter lists of strings, using any of a number of methods of application: for example "each item must match all the patterns" or "each item must match one of the patterns" or...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Internal - internal methods for parameter qualification, etc. River stage one • 1 direct dependent • 1 total dependent

A collection of miscellanious utility methods expected to be used only internally by List::Filter and it's relatives. The primary focus is on interface qualification routines that need to be applied at various levels (since client code might be writt...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Transform - lists of find-and-replace operations River stage one • 1 direct dependent • 1 total dependent

A "transform" is like a List::Filter "filter" (List::Filter), except that each pattern has an associated replacement expression. A "transform" is essentially a list of perl substitutions ("s///"). At the core of a transform object is the "terms" attr...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Dispatcher River stage one • 1 direct dependent • 1 total dependent

The Dispatcher object is told where to look for modules that contain the methods that can apply a List::Filter filter. During it's init phase the dispatcher does the necessary requires of each of those method-supplying modules, which must be designed...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::StorageBase - base class for filter storage plugins River stage one • 1 direct dependent • 1 total dependent

This is module is purely an interface, which the storage plugins are intended to inherit from. The documentation of this module is thus oriented toward people interested in writing new storage plugins, see the existing plugins for documentation on ho...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Storage::DBI - filter storage via DBI River stage one • 1 direct dependent • 1 total dependent

This is a general, database-neutral (or so I hope) storage plugin that should allow for reading and writing List::Filter filters from any database with a DBI driver. Note that in the event that database-specific code is needed, A specific plugin that...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Storage::MEM - filter storage in memory River stage one • 1 direct dependent • 1 total dependent

List::Filter::Storage::MEM, is a Plug-in to use for "storing" List::Filter filters in memory, so that they can be recalled using the List::Filter::Storage interface that scans through multiple storage locations. The filter_data structure may be passe...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Storage::YAML - plugin for filter storage via YAML files River stage one • 1 direct dependent • 1 total dependent

List::Filter::Storage::YAML is the plugin that handles storage of List::Filter "filters" (e.g. "filters", "transforms") to YAML files. METHODS...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Storage::CODE - reads in standard libraries of filters from code River stage one • 1 direct dependent • 1 total dependent

The List::Filter project ships with some standard filters defined in perl code. The "CODE" storage location format allows these filters to be looked up by name using the standard storage interface. This format may be used in two ways: (1) by default ...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Filters::Standard - define standard List::Filter filter methods River stage one • 1 direct dependent • 1 total dependent

This module defines the standard List::Filter filter methods. This is to say that it supplies a series of methods that can be used with a List::Filter "filter" to do the actual filtering operations upon a list of input strings. Note that this module ...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Transform::Internal - common operations used by transform methods River stage one • 1 direct dependent • 1 total dependent

List::Filter::Transform::Internal is at present a class of utility object, used by the List::Filter::Transforms::* modules, which contain "methods" that are exported to the Dispatcher namespace ultimately. At present, there is only one object attribu...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Library::FileSystem - filters for unix file listings River stage one • 1 direct dependent • 1 total dependent

A library of List::Filter filters for use on file listings. See List::Filter::Library::Documentation for a information about the filters defined here....

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Transforms::Standard - standard List::Filter transform methods River stage one • 1 direct dependent • 1 total dependent

This module defines the standard List::Filter transform methods, such as "sequential", which simply performs in order each find-and-replace specified inside the transform. This is the "transform" analog of List::Filter::Filters::Standard. METHODS POD...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Library::Documentation River stage one • 1 direct dependent • 1 total dependent

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Library::FileExtensions - filters that select for certain file extensions River stage one • 1 direct dependent • 1 total dependent

List::Filter::Library::FileExtensions is a library of List::Filter filters that select for certain types of files based on standard file extensions. These definitions are all borrowed from internal definitions in App::Ack. See List::Filter::Library::...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Transform::Library::FileSystem - transforms for working with unix file listings River stage one • 1 direct dependent • 1 total dependent

A library of standard List::Filter "transforms" for working with unix file listings. See List::Filter::Transform::Library::Documentation for information about the transforms defined by this module. filters The following is a (most likely partialy) li...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

List::Filter::Transform::Library::Documentation River stage one • 1 direct dependent • 1 total dependent

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC
19 results (0.03 seconds)