Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第16,14116,150项(搜索用时0.01秒)
textproc/Pod-Spell-1.20 (Score: 5.180394E-5)
Formatter for spellchecking Pod
Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
textproc/Regex-PreSuf-1.17 (Score: 5.180394E-5)
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: 5.180394E-5)
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: 5.180394E-5)
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.
Perl extension for timing side-channel protected string compare
This module provides one function, equals (not exported by default). You should pass this function two strings of the same length. It will return true if they are string-wise identical and false otherwise, just like eq. However, comparing any two differing strings will take a fixed amount of time, unlike eq.
textproc/String-Divert-0.96 (Score: 5.180394E-5)
String::Divert - String Object supporting Folding and Diversions
String::Divert is small Perl 5 module providing a scalar-like string object with some overloaded operators, supporting the concept of Folding and Diversion. This allows nested generation of structured output. The idea is to decouple the sequential generation of output from the nested and non-sequential structure of the output.
textproc/Text-EtText-2.2 (Score: 5.180394E-5)
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-Hatena-0.20 (Score: 5.180394E-5)
Perl extension for formatting text with Hatena Style
Text::Hatena parses text with Hatena Style and generates html string. Hatena Style is a set of text syntax which is originally used in Hatena Diary (http://d.hatena.ne.jp/). You can get html string from simple text with syntax like Wiki.
textproc/Text-Highlight-0.04 (Score: 5.180394E-5)
Syntax highlighting framework
Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup used and languages supported are completely customizable. It can output highlighted code for embedding in HTML, terminal escapes for an ANSI-capable display, or even posting on an online forum. Bundled support includes C/C++, CSS, HTML, Java, Perl, PHP and SQL.
textproc/Text-Quote-0.32 (Score: 5.180394E-5)
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.