Home
last modified time | relevance | path

Searched refs:enclosePreTag (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dhtmlgenerator.h106 enclosePreTag = b; in setHTMLEnclosePreTag()
134 bool enclosePreTag; variable
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dhtmlgenerator.cpp46 enclosePreTag ( false ), in HtmlGenerator()
107 if ( (!(showLineNumbers && orderedList) && !fragmentOutput) || enclosePreTag ) { in printBody()
143 … if ( (!(showLineNumbers && orderedList) && !fragmentOutput) || enclosePreTag ) *out << "</pre>"; in printBody()
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dcmdlineoptions.h328 bool enclosePreTag() const ;
H A Dmain.cpp443 generator->setHTMLEnclosePreTag ( options.enclosePreTag() ); in run()
H A Dcmdlineoptions.cpp1032 bool CmdLineOptions::enclosePreTag() const in enclosePreTag() function in CmdLineOptions