Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,74115,750项(搜索用时0.011秒)
textproc/xinclude-task-0.2 (Score: 9.2878623E-4)
XInclude task for Jakarta Ant
XInclude task for Jakarta Ant. The Ant XInclude task allows Ant build files to apply XInclude processing to XML files. It is based on the XInclude processor developed by Elliotte Rusty Harold. You need the xincluder.jar file for the XInclude task to work properly. Please put this JAR in your CLASSPATH along with the xinclude-task JAR file.
textproc/antiword-0.37 (Score: 9.2878623E-4)
Application for displaying Microsoft(R) Word documents
Antiword is a free MS Word reader. It converts the binary files from Word 2, 6, 7, 97, 2000, 2002 and 2003 to plain text and to PostScript.
textproc/Lingua-StopWords-0.09 (Score: 9.2878623E-4)
Stop words for several languages
This module provides lists of stopwords for several languages. Currently supported languages are Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portugese, Spanish, Swedish, and Russian.
textproc/asm-xml-1.1 (Score: 9.2878623E-4)
Very fast XML parser and decoder written in pure assembler
AsmXml is a very fast XML parser and decoder for x86 platforms. It achieves high speed by using the following features: * Support of an XML subset only * Written in pure assembler * Optimized memory accesses * Parsing and decoding at the same time This parser is intended for applications that need intensive processing of XML. This project will likely appeal you if XML parsing is a bottleneck in your data-flow. It is expecially designed for bulk loads into databases. This is not an all-purpose library, it is not designed to be used with DOM, SAX, XPath and so on. Here, XML is just considered as an interchange format, not as a working format.
textproc/PPIx-Utilities-1.001000 (Score: 9.2878623E-4)
Extensions to PPI
This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node.
textproc/Parse-BooleanLogic-0.09 (Score: 9.2878623E-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/Parse-Flex-0.12 (Score: 9.2878623E-4)
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/Parse-PhoneNumber-1.9 (Score: 9.2878623E-4)
Parse phone numbers
Parse phone numbers. Phone number have a defined syntax (to a point), so they can be parsed (to a point).
textproc/Parse-Syslog-1.10 (Score: 9.2878623E-4)
Perl5 routines that present a simple interface to parse syslog files
Parse::Syslog presents a simple interface to parse syslog files: you create a parser on a file (with new) and call next to get one line at a time with Unix-timestamp, host, program, pid and text returned in a hash-reference.
textproc/Perl-Critic-1.12.5 (Score: 9.2878623E-4)
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.