Lines Matching +full:select +full:- +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

4  * --------
5 * Author: Jan-Philipp Halle (typo3@jphalle.de)
6 * Copyright: (c) 2005 Jan-Philipp Halle (http://www.jphalle.de/)
13 * -------
15 * - Michiel Roos <geshi@typofree.org> Complete rewrite
17 * - First Release
20 * -------------------------
21 * <things-to-do>
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
47 'COMMENT_REGEXP' => array(2 => '/(?<!(#|\'|"))(?:#(?!(?:[a-fA-F0-9]{6}|[a-fA-F0-9]{3}))[^\n#]+|#{2}[^\n#]+|#{7,999}[^\n]+)/'),
67 'select', 'split', 'stdWrap', 'tableStyle', 'tags',
71 // Toplevel objects: http://documentation.typo3.org/documentation/tsref/tlo-objects/
85 'SEARCHRESULT', 'TEMPLATE', 'TEXT', 'USER',
111 // MENU common properties: http://documentation.typo3.org/documentation/tsref/menu/common-properties/
120 // MENU item states: http://documentation.typo3.org/documentation/tsref/menu/item-states/
129 // Does not include '-' because of stuff like htmlTag_langKey = en-GB and
130 // lib.nav-sub
159 2 => 'font-weight: bold;',
160 3 => 'color: #990000; font-weight: bold;',
161 4 => 'color: #990000; font-weight: bold;',
162 5 => 'color: #990000; font-weight: bold;',
163 6 => 'color: #990000; font-weight: bold;',
164 7 => 'color: #990000; font-weight: bold;',
165 8 => 'font-weight: bold;',
166 9 => 'color: #990000; font-weight: bold;',
169 1 => 'color: #aaa; font-style: italic;',
170 2 => 'color: #aaa; font-style: italic;',
171 'MULTI' => 'color: #aaa; font-style: italic;'
180 1 => 'color: #0000e0; font-weight: bold;',
181 2 => 'color: #0000e0; font-weight: bold;'
187 0 => 'color: #339933; font-weight: bold;',
189 1 => 'color: #009900; font-weight: bold;'
193 1 => 'color: #009900; font-weight: bold;',
195 3 => 'color: #000066; font-weight: bold;',
197 5 => 'color: #000066; font-weight: bold;',
209 3 => 'http://documentation.typo3.org/documentation/tsref/tlo-objects/{FNAME}/',
214 8 => 'http://documentation.typo3.org/documentation/tsref/menu/common-properties/',
215 9 => 'http://documentation.typo3.org/documentation/tsref/menu/item-states/'
223 GESHI_SEARCH => '(&lt;)([a-zA-Z\\/][^\\/\\\x7C]*?)(&gt;)',
232 GESHI_SEARCH => '(\{)(\$[a-zA-Z_\.]+[a-zA-Z0-9_\.]*)(\})',
241 GESHI_SEARCH => '(\$)([a-zA-Z_\.]+[a-zA-Z0-9_\.]*)',
248 // extension keys / tables: (static|user|ttx|tx|tt|fe)_something[_something]
250 GESHI_SEARCH => '(plugin\.|[^\.]\b)((?:static|user|ttx|tx|tt|fe)(?:_[0-9A-Za-z_]+?)\b)',
268 GESHI_SEARCH => '([^\.\$-\{]\b)(cObj|field|config|content|file|frameset|includeLibs|lib|page|plugin|register|resources|sitemap|sitetitle|styles|temp|tt_content|tt_news|types|xmlnews)\b',
286 GESHI_SEARCH => '(#[a-fA-F0-9]{6}\b|#[a-fA-F0-9]{3}\b)',