jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [lib/] [geshi/] [typoscript.php] - Diff between revs 1 and 3

Show entire file Ignore whitespace

Rev 1 Rev 3
Line 2... Line 2...
/************************************************************************************* /*************************************************************************************
* typoscript.php * typoscript.php
* -------- * --------
* Author: Jan-Philipp Halle (typo3@jphalle.de) * Author: Jan-Philipp Halle (typo3@jphalle.de)
* Copyright: (c) 2005 Jan-Philipp Halle (http://www.jphalle.de/) * Copyright: (c) 2005 Jan-Philipp Halle (http://www.jphalle.de/)
* Release Version: 1.0.8.1 * Release Version: 1.0.8.3
* Date Started: 2005/07/29 * Date Started: 2005/07/29
* *
* TypoScript language file for GeSHi. * TypoScript language file for GeSHi.
* *
* CHANGES * CHANGES
Line 47... Line 47...
'COMMENT_REGEXP' => array(2 => '/(?<!(#|\'|"))(?:#(?!(?:[a-fA-F0-9]{6}|[a-fA-F0-9]{3}))[^\n#]+|#{2}[^\n#]+|#{7,999}[^\n]+)/'), 'COMMENT_REGEXP' => array(2 => '/(?<!(#|\'|"))(?:#(?!(?:[a-fA-F0-9]{6}|[a-fA-F0-9]{3}))[^\n#]+|#{2}[^\n#]+|#{7,999}[^\n]+)/'),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
'QUOTEMARKS' => array(), 'QUOTEMARKS' => array(),
'ESCAPE_CHAR' => '', 'ESCAPE_CHAR' => '',
'KEYWORDS' => array( 'KEYWORDS' => array(
// Conditions: http://support.typo3.org/documentation/tsref/conditions/ // Conditions: http://documentation.typo3.org/documentation/tsref/conditions/
1 => array( 1 => array(
'browser', 'compatVersion', 'dayofmonth', 'dayofweek', 'device', 'browser', 'compatVersion', 'dayofmonth', 'dayofweek', 'device',
'globalString', 'globalVars', 'hostname', 'hour', 'globalString', 'globalVars', 'hostname', 'hour',
'ip', 'language', 'loginUser', 'loginuser', 'minute', 'ip', 'language', 'loginUser', 'loginuser', 'minute',
'month', 'PIDinRootline', 'PIDupinRootline', 'month', 'PIDinRootline', 'PIDupinRootline',
'system', 'treelevel', 'useragent', 'userFunc', 'system', 'treelevel', 'useragent', 'userFunc',
'usergroup', 'version' 'usergroup', 'version'
), ),
   
// Functions: http://support.typo3.org/documentation/tsref/functions/ // Functions: http://documentation.typo3.org/documentation/tsref/functions/
2 => array( 2 => array(
'addParams', 'encapsLines', 'filelink', 'HTMLparser', 'addParams', 'encapsLines', 'filelink', 'HTMLparser',
'HTMLparser_tags', 'if', 'imageLinkWrap', 'HTMLparser_tags', 'if', 'imageLinkWrap',
'imgResource', 'makelinks', 'numRows', 'parseFunc', 'imgResource', 'makelinks', 'numRows', 'parseFunc',
'select', 'split', 'stdWrap', 'tableStyle', 'tags', 'select', 'split', 'stdWrap', 'tableStyle', 'tags',
'textStyle', 'typolink' 'textStyle', 'typolink'
), ),
   
// Toplevel objects: http://support.typo3.org/documentation/tsref/tlo-objects/ // Toplevel objects: http://documentation.typo3.org/documentation/tsref/tlo-objects/
3 => array( 3 => array(
'CARRAY', 'CONFIG', 'CONSTANTS', 'FE_DATA', 'FE_TABLE', 'FRAME', 'CARRAY', 'CONFIG', 'CONSTANTS', 'FE_DATA', 'FE_TABLE', 'FRAME',
'FRAMESET', 'META', 'PAGE', 'plugin' 'FRAMESET', 'META', 'PAGE', 'plugin'
), ),
   
// Content Objects (cObject) : http://support.typo3.org/documentation/tsref/cobjects/ // Content Objects (cObject) : http://documentation.typo3.org/documentation/tsref/cobjects/
4 => array( 4 => array(
'CASE', 'CLEARGIF', 'COA', 'COA_INT', 'COBJ_ARRAY', 'COLUMNS', 'CASE', 'CLEARGIF', 'COA', 'COA_INT', 'COBJ_ARRAY', 'COLUMNS',
'CONTENT', 'CTABLE', 'EDITPANEL', 'FILE', 'FORM', 'CONTENT', 'CTABLE', 'EDITPANEL', 'FILE', 'FORM',
'HMENU', 'HRULER', 'HTML', 'IMAGE', 'IMGTEXT', 'HMENU', 'HRULER', 'HTML', 'IMAGE', 'IMGTEXT',
'IMG_RESOURCE', 'LOAD_REGISTER', 'MULTIMEDIA', 'IMG_RESOURCE', 'LOAD_REGISTER', 'MULTIMEDIA',
Line 84... Line 84...
'PHP_SCRIPT_INT', 'RECORDS', 'RESTORE_REGISTER', 'PHP_SCRIPT_INT', 'RECORDS', 'RESTORE_REGISTER',
'SEARCHRESULT', 'TEMPLATE', 'TEXT', 'USER', 'SEARCHRESULT', 'TEMPLATE', 'TEXT', 'USER',
'USER_INT' 'USER_INT'
), ),
   
// GIFBUILDER toplevel link: http://support.typo3.org/documentation/tsref/gifbuilder/ // GIFBUILDER toplevel link: http://documentation.typo3.org/documentation/tsref/gifbuilder/
5 => array( 5 => array(
'GIFBUILDER', 'GIFBUILDER',
), ),
   
// GIFBUILDER: http://support.typo3.org/documentation/tsref/gifbuilder/ // GIFBUILDER: http://documentation.typo3.org/documentation/tsref/gifbuilder/
// skipped fields: IMAGE, TEXT // skipped fields: IMAGE, TEXT
// NOTE! the IMAGE and TEXT field already are linked in group 4, they // NOTE! the IMAGE and TEXT field already are linked in group 4, they
// cannot be linked twice . . . . unfortunately // cannot be linked twice . . . . unfortunately
6 => array( 6 => array(
'ADJUST', 'BOX', 'CROP', 'EFFECT', 'EMBOSS', 'ADJUST', 'BOX', 'CROP', 'EFFECT', 'EMBOSS',
'IMGMAP', 'OUTLINE', 'SCALE', 'SHADOW', 'IMGMAP', 'OUTLINE', 'SCALE', 'SHADOW',
'WORKAREA' 'WORKAREA'
), ),
   
// MENU Objects: http://support.typo3.org/documentation/tsref/menu/ // MENU Objects: http://documentation.typo3.org/documentation/tsref/menu/
7 => array( 7 => array(
'GMENU', 'GMENU_FOLDOUT', 'GMENU_LAYERS', 'IMGMENU', 'GMENU', 'GMENU_FOLDOUT', 'GMENU_LAYERS', 'IMGMENU',
'IMGMENUITEM', 'JSMENU', 'JSMENUITEM', 'TMENU', 'IMGMENUITEM', 'JSMENU', 'JSMENUITEM', 'TMENU',
'TMENUITEM', 'TMENU_LAYERS' 'TMENUITEM', 'TMENU_LAYERS'
), ),
   
// MENU common properties: http://support.typo3.org/documentation/tsref/menu/common-properties/ // MENU common properties: http://documentation.typo3.org/documentation/tsref/menu/common-properties/
8 => array( 8 => array(
'alternativeSortingField', 'begin', 'debugItemConf', 'alternativeSortingField', 'begin', 'debugItemConf',
'imgNameNotRandom', 'imgNamePrefix', 'imgNameNotRandom', 'imgNamePrefix',
'itemArrayProcFunc', 'JSWindow', 'maxItems', 'itemArrayProcFunc', 'JSWindow', 'maxItems',
'minItems', 'overrideId', 'sectionIndex', 'minItems', 'overrideId', 'sectionIndex',
'showAccessRestrictedPages', 'submenuObjSuffixes' 'showAccessRestrictedPages', 'submenuObjSuffixes'
), ),
   
// MENU item states: http://support.typo3.org/documentation/tsref/menu/item-states/ // MENU item states: http://documentation.typo3.org/documentation/tsref/menu/item-states/
9 => array( 9 => array(
'ACT', 'ACTIFSUB', 'ACTIFSUBRO', 'ACTRO', 'CUR', 'CURIFSUB', 'ACT', 'ACTIFSUB', 'ACTIFSUBRO', 'ACTRO', 'CUR', 'CURIFSUB',
'CURIFSUBRO', 'CURRO', 'IFSUB', 'IFSUBRO', 'NO', 'CURIFSUBRO', 'CURRO', 'IFSUB', 'IFSUBRO', 'NO',
'SPC', 'USERDEF1', 'USERDEF1RO', 'USERDEF2', 'SPC', 'USERDEF1', 'USERDEF1RO', 'USERDEF2',
'USERDEF2RO', 'USR', 'USRRO' 'USERDEF2RO', 'USR', 'USRRO'
Line 202... Line 202...
), ),
'SCRIPT' => array( 'SCRIPT' => array(
) )
), ),
'URLS' => array( 'URLS' => array(
1 => 'http://support.typo3.org/documentation/tsref/conditions/{FNAME}/', 1 => 'http://documentation.typo3.org/documentation/tsref/conditions/{FNAME}/',
2 => 'http://support.typo3.org/documentation/tsref/functions/{FNAME}/', 2 => 'http://documentation.typo3.org/documentation/tsref/functions/{FNAME}/',
3 => 'http://support.typo3.org/documentation/tsref/tlo-objects/{FNAME}/', 3 => 'http://documentation.typo3.org/documentation/tsref/tlo-objects/{FNAME}/',
4 => 'http://support.typo3.org/documentation/tsref/cobjects/{FNAME}/', 4 => 'http://documentation.typo3.org/documentation/tsref/cobjects/{FNAME}/',
5 => 'http://support.typo3.org/documentation/tsref/gifbuilder/', 5 => 'http://documentation.typo3.org/documentation/tsref/gifbuilder/',
6 => 'http://support.typo3.org/documentation/tsref/gifbuilder/{FNAME}/', 6 => 'http://documentation.typo3.org/documentation/tsref/gifbuilder/{FNAME}/',
7 => 'http://support.typo3.org/documentation/tsref/menu/{FNAME}/', 7 => 'http://documentation.typo3.org/documentation/tsref/menu/{FNAME}/',
8 => 'http://support.typo3.org/documentation/tsref/menu/common-properties/', 8 => 'http://documentation.typo3.org/documentation/tsref/menu/common-properties/',
9 => 'http://support.typo3.org/documentation/tsref/menu/item-states/' 9 => 'http://documentation.typo3.org/documentation/tsref/menu/item-states/'
), ),
'OOLANG' => false, 'OOLANG' => false,
'OBJECT_SPLITTERS' => array( 'OBJECT_SPLITTERS' => array(
), ),
'REGEXPS' => array( 'REGEXPS' => array(

Powered by WebSVN 2.2.1