Ports Search

Results 881890 of 1,719 for /textproc/.(0.179 seconds)
textproc/Text-Padding-1.110170 (Score: 0.068937615)
Simple way of formatting a text
Text::Padding provides a simple way to align a text on the left, right or center. If left & right are easy to achieve (see sprintf()), i found no cpan module that achieved a simple text centering. Well, of course, Perl6::Form provides it, but it's incredibly slow during startup / destroy time. And Text::Reform was segfaulting during destroy time. Hence this module, which aims to provide only those 3 methods.
textproc/Text-ParseWords-3.30 (Score: 0.068937615)
Parse text into an array of tokens or array of arrays
This is a CORE module. If you installed perl 5.003 or above, a version of this module is already available to you. This CPAN package is only here to update core distributions prior 5.005. The version provided is the same that comes with perl 5.00502. If you run a newer version of perl, the version of Text::ParseWords included there may be newer. This package is not fully synchronized with the perl distributions. Please run "perldoc Text::ParseWords" to see what this module is for.
textproc/Text-ParagraphDiff-2.70 (Score: 0.068937615)
Visual difference for paragraphed text
Text::ParagraphDiff - Visual Difference for paragraphed text
textproc/Text-Patch-1.8 (Score: 0.068937615)
Perl extension to patch text with given patch
Patches text with given patch.
textproc/Text-Pipe-0.10 (Score: 0.068937615)
Perl extension for common text filter API
This class is a factory for text pipes. A pipe has a filter() method through which input can pass. The input can be a string or a reference to an array of strings. Pipes can be stacked together using Text::Pipe::Stackable.
textproc/Text-Prefix-XS-0.15 (Score: 0.068937615)
Fast prefix searching
Text::Prefix::XS implements something of an trie algorithm for matching (and extracting) prefixes from text strings.
textproc/Text-QRCode-0.04 (Score: 0.068937615)
Generate text based QR Code
This module allows you to generate QR Code using ' ' and '*'. This module use libqrencode '2.0.0' and above.
textproc/Text-Query-0.09 (Score: 0.068937615)
Query processing framework
This module provides an object that matches a data source against a query expression. Query expressions are compiled into an internal form when a new object is created or the `prepare' method is called; they are not recompiled on each match. The class provided by this module uses four packages to process the query. The query parser parses the question and calls a query expression builder (internal form of the question). The optimizer is then called to reduce the complexity of the expression. The solver applies the expression on a data source.
textproc/Text-Quote-0.32 (Score: 0.068937615)
Quotes strings as required for perl to eval them back correctly
Text::Quote is intended as a utility class for other classes that need to be able to produce valid perl quoted strings. It posses routines to determine the ideal quote character to correctly quote hash keys, to correctly quote and encode binary strings.
textproc/smu-1.4 (Score: 0.068937615)
Simple interpreter for a simplified markdown dialect
smu - simple markup Smu is a simple interpreter for a simplified markdown dialect.