Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/lib/exe/
Dajax_requests.test.php35 * @param string $regexp
37 public function test_defaultCallsExist($call, $post, $regexp) { argument
43 if (!empty($regexp)) {
44 $this->assertMatchesRegularExpression($regexp, $response->getContent());
/dokuwiki/vendor/geshi/geshi/src/
Dgeshi.php2124 $regexp = $rxdata;
2134 $regexp = implode("|", $rxuse);
2138 …"/(?<!<\|\/)(?<!<\|!REG3XP)(?<!<\|\/NUM!)(?<!\d\/>)($regexp)(?!(?:<DOT>|(?>[^\<]))+>)(?![^<]*>)(?!…
2496 … foreach ($this->language_data['COMMENT_REGEXP'] as $comment_key => $regexp) {
2507 } elseif (preg_match($regexp, $part, $match, PREG_OFFSET_CAPTURE, $i)) {
2597 … foreach ($this->language_data['ESCAPE_REGEXP'] as $escape_key => $regexp) {
2608 … } elseif (preg_match($regexp, $part, $match, PREG_OFFSET_CAPTURE, $start)) {
3419 foreach ($this->language_data['REGEXPS'] as $key => $regexp) {
3421 if (is_array($regexp)) {
3424 $this->_hmr_replace = $regexp[GESHI_REPLACE];
[all …]
/dokuwiki/lib/plugins/authldap/
Dauth.php254 $regexp = current($key);
257 if ($grpkey !== 'count' && preg_match($regexp, $grp, $match)) {
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG275 - Minor change in INT_BASIC number regexp to support '..' range operator
284 * Fixed some regexp issues in Erlang (BenBE)
353 * Added PCRE regexp support for Action script (SF#2655644, BenBE)
361 * Fixed escape char regexp for C-style languages (BenBE)
603 - Added possibility to match a regexp as comment (SF#1914640, SF#1945301, SF#1934832, BenBE)
622 - Optimized COMMENT_REGEXP by using an incremental regexp cache (Milian Wolff, BenBE)
815 - Changed keyword and regexp detection and parsing
DTHANKS25 - Christian Weiske - Thanks for the inspiration for creating advanced regexp