Search results for "module:Filter::Handle"
lib/WWW/Shopify/Liquid/Dialect/Shopify/Filter/Handle.pm
ADAMDH/WWW-Shopify-Liquid-0.08
-
05 Oct 2018 20:12:48 UTC
Tie::Handle::Filter - [DEPRECATED] filters filehandle output through a coderef
DEPRECATION NOTICE: This module distribution is deprecated in favor of Text::OutputFilter, which is more robust while being functionally identical, or PerlIO::via::dynamic, which uses a different mechanism that may offer better performance. This is a...
MJGARDNER/Tie-Handle-Filter-0.011 - 12 Oct 2016 15:32:21 UTC
Test::Chunks - A Data Driven Testing Framework
There are many testing situations where you have a set of inputs and a set of expected outputs and you want to make sure your process turns each input chunk into the corresponding output chunk. Test::Chunks allows you do this with a minimal amount of...
INGY/Test-Chunks-0.39 - 12 Jun 2005 09:57:22 UTC
Courier::Filter::Logger::IOHandle - I/O handle logger for the Courier::Filter framework
This class is an I/O handle logger class for use with Courier::Filter and its filter modules....
JMEHNLE/Courier-Filter-v0.200 - 23 Mar 2008 02:40:27 UTC
Tie::Handle::Filter::Output::Timestamp - prepend filehandle output with a timestamp
This class may be used with Perl's tie function to prepend all output with a timestamp, optionally formatted according to the POSIX "strftime" function. Only the beginning of strings given to "print", "printf", "syswrite", and "say" (in Perl > v5.10)...
MJGARDNER/Tie-Handle-Filter-0.011 - 12 Oct 2016 15:32:21 UTC
IPC::LDT - implements a length based IPC protocol
Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is included in the command whi...
JSTENZEL/IPC-LDT-2.03 - 29 Feb 2000 19:45:34 UTC
Tie::Filter - Tie a facade around a scalar, array, or hash
This module ties a facade around a scalar, array, or hash. The facade then filters data as it is being fetched from or stored to the internal object. For scalars, it provides an API for filtering values stored to and fetched from an internal scalar. ...
HANENKAMP/Tie-Filter-1.02 - 19 Dec 2003 05:02:01 UTC
POE::Filter - protocol abstractions for POE::Wheel and standalone use
POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
Filter::CBC - Source filter for Cipher Block Chaining
Filter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to encrypt your code. The tricky part is that most CBC Algorithms have binary output. The textmode bypasses this obstacle, by converting the data to less scary data....
BEATNIK/Filter-CBC-0.10 - 18 Sep 2007 15:45:38 UTC
Term::Filter - Run an interactive terminal session, filtering the input and output
This module is a Moose role which implements running a program in a pty while being able to filter the data that goes into and out of it. This can be used to alter the inputs and outputs of a terminal based program (as in the "SYNOPSIS"), or to inter...
DOY/Term-Filter-0.03 - 08 Mar 2012 03:27:12 UTC
Text::Filter - base class for objects that can read and write text lines
The main purpose of the "Text::Filter" class is to abstract out the details out how input and output must be done. Although in most cases input will come from a file, and output will be written to a file, advanced modules require more detailed contro...
JV/Text-Filter-1.10 - 17 Jan 2013 12:46:57 UTC
Fsdb::Filter - base class for Fsdb filters
Fsdb::Filter is the virtual base class for Fsdb filters. Users will typically invoke individual programs via the command line (for example, see dbcol(1)) or string together several in a Perl program as described in dbpipeline(3). For new Filter devel...
JOHNH/Fsdb-3.1 - 24 Nov 2022 06:25:46 UTC
List::Filter - named, persistent, shared lists of patterns
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
SWISH::Filter - filter documents for indexing with Swish-e
SWISH::Filter provides a unified way to convert documents into a type that Swish-e can index. Individual filters are installed as separate subclasses (modules). For example, there might be a filter that converts from PDF format to HTML format. SWISH:...
KARMAN/SWISH-Filter-0.191 - 12 Jun 2015 15:21:23 UTC
Filter::gunzip - gunzip Perl source code for execution
This filter uncompresses gzipped Perl source code at run-time. It can be used from the command-line to run a .pl.gz file, perl -MFilter::gunzip foo.pl.gz Or in a self-uncompressing executable beginning with a "use Filter::gunzip" then gzip bytes imme...
KRYDE/Filter-gunzip-8 - 11 Nov 2019 00:38:45 UTC
Apache::Filter - Alter the output of previous handlers
In basic operation, each of the handlers Filter1, Filter2, and Filter3 will make a call to $r->filter_input(), which will return a filehandle. For Filter1, the filehandle points to the requested file. For Filter2, the filehandle contains whatever Fil...
KWILLIAMS/Apache-Filter-1.024 - 25 Sep 2005 03:04:17 UTC
Text::PDF::Filter - Abstract superclass for PDF stream filters
A Filter object contains state information for the process of outputting and inputting data through the filter. The precise state information stored is up to the particular filter and may range from nothing to whole objects created and destroyed. Eac...
BHALLISSY/Text-PDF-0.31 - 25 Aug 2016 00:21:44 UTC
POE::Filter::SSL - The easiest and flexiblest way to SSL in POE!
This module allows one to secure connections of *POE::Wheel::ReadWrite* with OpenSSL by a *POE::Filter* object, and behaves (beside of SSLing) as *POE::Filter::Stream*. *POE::Filter::SSL* can be added, switched and removed during runtime, for example...
PRIVI/POE-Filter-SSL-0.41 - 15 Feb 2018 15:35:38 UTC
SVK::Log::Filter - base class for all log filters
SVK::Log::Filter is a class for displaying or otherwise processing revision properties. The SVK "log" command uses filter classes to handle the details of processing the revision properties. The bulk of this document explains how to write those filte...
CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC