Ports Search

Results 13,21113,220 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
textproc/PDF-FromHTML-0.31 (Score: 6.4754924E-5)
Convert HTML documents to PDF
This module transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig. There is also a command-line utility, html2pdf.pl, that comes with this distribution.
Go from cardinal number (3) to ordinal ("3rd")
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value. Seamus Venasse <svenasse@polaris.ca>
textproc/PPI-XS-0.902 (Score: 6.4754924E-5)
XS acceleration for the PPI perl parser
PPI::XS provides XS-based acceleration of the core PPI packages. It selectively replaces a (small but growing) number of methods throughout PPI with identical but much faster C versions.
textproc/asciidoc-8.6.9 (Score: 6.4754924E-5)
Text document format for writing short documents and man pages
AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc(1) command.
textproc/Parse-Flex-0.12 (Score: 6.4754924E-5)
The Fastest Lexer in the West
Parse::Flex works similar to Parse::Lex, but it uses XS for faster performance. This module allows you to construct a lexer analyzer with your custom rules. Parse::Flex is not intended to be used directly; instead, use the script makelexer.pl to submit your grammar file. The output of the script is a custom shared library and a custom .pm module which, among other things, will transparently load the library and provide interface to your (custom) lexer. In other words, you supply a grammar.l file to makelexer.pl and you receive Flex01.pm and Flex02.so . Then, use only the Flex01.pm - since Flex01.pm will automatically load Flex01.so. The grammar.l file requires the same syntax as flex(1); that is, the actions are written in C . See the flex(1) documentation to learn the syntax, or fetch the sample t/grammar.l file inside this package.
textproc/Perl-Critic-More-1.003 (Score: 6.4754924E-5)
Supplemental policies for Perl::Critic
This is a collection of Perl::Critic policies that are not included in the Perl::Critic core for a variety of reasons: Experimental Some policies need some time to work out their kinks, test usability, or gauge community interest. A subset of these will end up in the core Perl::Critic someday. Requires special dependencies For example, some policies require development versions of PPI (or some other CPAN module). These will likely end up in the Perl::Critic core when their dependencies are fulfilled. Peripheral to Perl For example, the Editor::RequireEmacsFileVariables policy is metacode. Also, the Miscellanea::RequireRcsKeywords policy pertains to the development process, not the code itself. These are not part of Perl::Critic's mission. Special purpose For example, policies like CodeLayout::RequireASCII designed to scratch itches not felt by most of the community. These will always remain in a Perl::Critic supplement instead of in the core.
textproc/Perl-Critic-1.12.5 (Score: 6.4754924E-5)
Critique Perl source for style and standards
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policies are based on Damian Conway's book Perl Best Practices. You can choose and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes. For a convenient command-line interface to Perl::Critic, see the documentation for perlcritic. If you want to integrate Perl::Critic with your build process, Test::Perl::Critic provides a nice interface that is suitable for test scripts.
Analyzer for CJK texts
This is a text analyzer for analyzing CJK texts. Plucene does not support CJK texts natively. This module encodes terms in MIME::Base64 format to get around this problem. Texts are assumbed to be in UTF-8 encoding.
textproc/Pod-POM-View-HTML-Filter-0.09 (Score: 6.4754924E-5)
Use filters on sections of your pod documents
The whole idea of this module is to take advantage of all the syntax colouring modules that exist (such as Perl::Tidy) to produce colourful code examples in a POD document (after conversion to HTML).
textproc/Pod-Stripper-0.22 (Score: 6.4754924E-5)
Strip all pod, and output what's left
This be Pod::Stripper, a subclass of Pod::Parser. It parses perl files, stripping out the pod, and dumping the rest (presumably code) to wherever you point it to (like you do with Pod::Parser).