Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt is written in an unsupported language. File is not indexed.

0001 Core.DirectLexLineNumberSyncInterval
0002 TYPE: int
0003 VERSION: 2.0.0
0004 DEFAULT: 0
0005 --DESCRIPTION--
0006 
0007 <p>
0008   Specifies the number of tokens the DirectLex line number tracking
0009   implementations should process before attempting to resyncronize the
0010   current line count by manually counting all previous new-lines. When
0011   at 0, this functionality is disabled. Lower values will decrease
0012   performance, and this is only strictly necessary if the counting
0013   algorithm is buggy (in which case you should report it as a bug).
0014   This has no effect when %Core.MaintainLineNumbers is disabled or DirectLex is
0015   not being used.
0016 </p>
0017 --# vim: et sw=4 sts=4