Changeset 61072 in spip-zone
- Timestamp:
- May 7, 2012, 12:27:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coloration_code/trunk/geshi/geshi/spip2.php
r61071 r61072 106 106 @define('REG_NOM_FILTRE_TOUT', '(?:(?:<PIPE>\s*[a-z_][a-z0-9_=]*(?:::[a-z0-9_]*)?)' 107 107 . '|(?:<PIPE>\s*(?:>=?|<=?|<>|===?|!==?|\?)(?:\s*)(?={|<\|!REG3XP40!>)))'); 108 /* 109 @define('REG_NOM_FILTRE', '((?:<PIPE>\s*[a-z_][a-z0-9_]*(::[a-z0-9_]*)?)' 110 . '|(?:<PIPE>\s*(?:>=?|<=?|<>|===?|!==?|\?)))'); 111 // la meme chose, mais sans etre capturant. 112 @define('REG_NOM_FILTRE_TOUT', '(?:(?:<PIPE>\s*[a-z_][a-z0-9_]*(?:::[a-z0-9_]*)?)' 113 . '|(?:<PIPE>\s*(?:>=?|<=?|<>|===?|!==?|\?)))');*/ 114 /* 115 @define('REG_NOM_FILTRE', '((?:<PIPE>\s*[a-z_][a-z0-9_=]*(::[a-z0-9_]*)?)' 116 . '|(?:<PIPE>\s*(?:>=?|<=?|<>|===?|!==?|\?)(?:\s*)(?=\{)))'); 117 // la meme chose, mais sans etre capturant. 118 @define('REG_NOM_FILTRE_TOUT', '(?:(?:<PIPE>\s*[a-z_][a-z0-9_=]*(?:::[a-z0-9_]*)?)' 119 . '|(?:<PIPE>\s*(?:>=?|<=?|<>|===?|!==?|\?)(?:\s*)(?=\{)))'); 120 */ 108 121 109 // #BALISE 122 110 @define('REG_BALISE','(\#)(' . REG_NOM_BOUCLE . ':)?([A-Z0-9_]+)([*]{0,2})');
Note: See TracChangeset
for help on using the changeset viewer.