Ports Search

Results 821830 of 1,719 for /textproc/.(0.003 seconds)
Emoticon filter of GoogleTalk
Text::Emoticon::GoogleTalk is a text filter that replace text emoticons like ":-)", "<3", etc. with the icons of Google Talk (or Gmail Chat), detailed in http://mail.google.com/support/bin/answer.py?answer=34056
textproc/Text-Context-EitherSide-1.4 (Score: 0.068937615)
Text::Context::EitherSide - Get n words either side of search keywords
Suppose you have a large piece of text - typically, say, a web page or a mail message. And now suppose you've done some kind of full-text search on that text for a bunch of keywords, and you want to display the context in which you found the keywords inside the body of the text.
textproc/Text-Emoticon-MSN-0.04 (Score: 0.068937615)
Emoticon filter of MSN Messenger
Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger.
textproc/Text-DHCPLeases-1.0 (Score: 0.068937615)
Perl extension to parse DHCP leases file from ISC dhcpd
Parse DHCP leases file from ISC dhcpd.
textproc/Text-Emoticon-0.04 (Score: 0.068937615)
Factory class for Yahoo! and MSN emoticons
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.
textproc/Text-Delimited-2.11 (Score: 0.068937615)
Module for parsing delimited text files
Text::Delimited provides a programattical interface to data stored in delimited text files. It is dependant upon the first row of the text file containing header information for each corresponding "column" in the remainder of the file. After instancing, for each call to Read the next row's data is returned as a hash reference. The individual elements are keyed by their corresonding column headings.
textproc/Text-EtText-2.2 (Score: 0.068937615)
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-Diff-Parser-0.1001 (Score: 0.068937615)
Parse patch files containing unified and standard diffs
Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used.
textproc/Text-Extract-Word-0.04 (Score: 0.068937615)
Simple module for extracting the text from a Microsoft Word file
Text::Extract::Word is a simple module for extracting the text from a Microsoft Word file.
textproc/Text-FillIn-0.05 (Score: 0.068937615)
Class implementing a fill-in template
This is the Text::FillIn.pm module. It is a class for implementing fill-in text templates. It is designed to be flexible and sub-classible. You can specify the delimiters that mark sections of text to be filled in (for example [[ and ]], or <!-- and -->, or { and } ... you get the picture), and you can specify the actions to take when filling in those sections. -Anton <tobez@FreeBSD.org>