Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt is written in an unsupported language. File is not indexed.
0001 Core.MaintainLineNumbers 0002 TYPE: bool/null 0003 VERSION: 2.0.0 0004 DEFAULT: NULL 0005 --DESCRIPTION-- 0006 0007 <p> 0008 If true, HTML Purifier will add line number information to all tokens. 0009 This is useful when error reporting is turned on, but can result in 0010 significant performance degradation and should not be used when 0011 unnecessary. This directive must be used with the DirectLex lexer, 0012 as the DOMLex lexer does not (yet) support this functionality. 0013 If the value is null, an appropriate value will be selected based 0014 on other configuration. 0015 </p> 0016 --# vim: et sw=4 sts=4