Ports Search

Results 6,7516,760 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
textproc/HTML-RewriteAttributes-0.05 (Score: 2.3547228E-4)
Simple yet powerful HTML attribute rewriting
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute rewriting. You simply specify a callback to run for each attribute and we do the rest for you. This module is designed to be subclassable to make handling special cases eaiser.
textproc/LaTeX-Driver-0.300.2 (Score: 2.3547228E-4)
Perl module of LaTeX Driver
The LaTeX::Driver module encapsulates the details of invoking the Latex programs to format a LaTeX document. Formatting with LaTeX is complicated; there are potentially many programs to run and the output of those programs must be monitored to determine whether further processing is required.
textproc/Lingua-Ispell-0.07 (Score: 2.3547228E-4)
Perl module that encapsulates access to the Ispell program
Lingua::Ispell.pm - a module encapsulating access to the Ispell program. ispell, when reporting on misspelled words, indicates the string it was unable to verify, as well as its starting offset in the input line. No such information is returned for words which are deemed to be correctly spelled.
textproc/Parse-BooleanLogic-0.09 (Score: 2.3547228E-4)
Parser of boolean expressions
Parse::BooleanLogic is a fast parser for boolean expressions. Originally written for Request Tracker to parse SQL like expressions, it can be used to parse other boolean logic sentences with OPERANDs joined using binary OPERATORs and grouped and nested using parentheses.
textproc/MARC-1.15 (Score: 2.3547228E-4)
Module for manipulating bibliographic records in the USMARC format
A Perl 5 module for reading in, manipulating, and outputting bibliographic records in the USMARC format. It handles conversions from MARC into ASCII (text), Library of Congress MARCMaker, HTML, and ISBD. Input from MARCMaker format is also supported. Individual records, fields, indicators, and subfields can be created, modified, and deleted. It can extract URLs from the 856 field into HTML.
textproc/Regex-PreSuf-1.17 (Score: 2.3547228E-4)
Regex::PreSuf - Given word lists, create regular expressions
The Regex::Presuf module can be used to build regular expressions out of 'word lists', lists of strings. The regular expression matches the same words as the word list. These regular expressions normally run few dozen percentages faster than a simple-minded '|'-concatenation of the words.
textproc/kibana-4.1.11 (Score: 2.3547228E-4)
Browser based analytics and search interface to ElasticSearch
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 4.1 is compatible with Elasticsearch 1.4.4 - 1.7.
textproc/kibana-4.5.4 (Score: 2.3547228E-4)
Browser based analytics and search interface to ElasticSearch
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 4.5 is compatible with Elasticsearch 2.3.x.
textproc/Text-EtText-2.2 (Score: 2.3547228E-4)
Simple plain-text to HTML converter
EtText is a simple plain-text to HTML convertor. It provides an easy-to-edit, easy-to-read and intuitive way to write HTML. EtText markup is simple and effective; it is very similar to WikiWikiWeb TextFormattingRules or Zope's StructuredText. It tries to be XHTML conformant in its generated code.
textproc/Text-Quote-0.32 (Score: 2.3547228E-4)
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.