Ports Search

Results 751760 of 1,719 for /textproc/.(0.002 seconds)
textproc/docbook-5.0 (Score: 0.068937615)
DocBook XML DTD
DocBook XML DTD.
Styles for formatting Spreadsheet::WriteExcel
Styles for formatting Spreadsheet::WriteExcel
textproc/docbook-xsl-ns-1.78.1 (Score: 0.068937615)
Namespace-aware DocBook XSLT stylesheets
These are namespace-aware XSLT stylesheets for the DocBook DTD and its derivatives (Simplified DocBook, etc.).
Create an Excel file in XML format
The Spreadsheet::WriteExcelXML module can be used to create an Excel file in XML format. The Excel XML format is supported in Excel 2002 and 2003. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells. The module supports strings up to 32,767 characters and the strings can be in UTF8 format. Spreadsheet::WriteExcelXML uses the same interface as Spreadsheet::WriteExcel. This module cannot, as yet, be used to write to an existing Excel XML file.
textproc/docbook-xsl-1.76.1 (Score: 0.068937615)
XSL DocBook stylesheets
These are XSL stylesheets for the DocBook DTD and its derivatives (Simplified DocBook, etc.).
textproc/docbook-1.5 (Score: 0.068937615)
Meta-port for the different versions of the DocBook DTD
A meta-port for the DocBook DTD. This port depends upon the docbook-* ports, to ensure that they are installed correctly.
textproc/String-BufferStack-1.16 (Score: 0.068937615)
Nested buffers for templating systems
String::BufferStack provides a framework for storing nested buffers. By default, all of the buffers flow directly to the output method, but individual levels of the stack can apply filters, or store their output in a scalar reference.
textproc/String-CamelCase-0.02 (Score: 0.068937615)
Perl module for camelcase, de-camelcase
String::CamelCase provides camelcase and de-camelcase.
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: 0.068937615)
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.