Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php130 // Advanced regexp handling constants, used in language files
145 for this regexp's html tag class */
1578 //NEW in 1.0.8 don't recompile the whole optimized regexp, simply append it
1591 * @param bool $recompile Wether to automatically recompile the optimized regexp list or not.
1595 * it might be too expensive to recompile the regexp list for every removal if you want to
1634 //NEW in 1.0.8, cache keyword regexp
1659 * compile optimized regexp list for keyword group
1978 // cache symbol regexp
2039 // cache optimized regexp for keyword matching
2120 //specific style or an string denoting a regexp give
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php252 // use regexp to clean up user_result
253 // $key = array($key=>$regexp), only handles the first key-value
254 $regexp = current($key);
257 if ($grpkey !== 'count' && preg_match($regexp, $grp, $match)) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG273 - Minor change in INT_BASIC number regexp to support '..' range operator
282 * Fixed some regexp issues in Erlang (BenBE)
351 * Added PCRE regexp support for Action script (SF#2655644, BenBE)
359 * Fixed escape char regexp for C-style languages (BenBE)
601 - Added possibility to match a regexp as comment (SF#1914640, SF#1945301, SF#1934832, BenBE)
620 - Optimized COMMENT_REGEXP by using an incremental regexp cache (Milian Wolff, BenBE)
813 - Changed keyword and regexp detection and parsing
H A DTHANKS25 - Christian Weiske - Thanks for the inspiration for creating advanced regexp