Home
last modified time | relevance | path

Searched refs:escapePattern (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php151 public static function escapePattern($pattern) function in dokuwiki\\Parsing\\Lexer\\ParallelRegex
208 static fn($pattern) => '(' . self::escapePattern($pattern) . ')',
H A DCloserPattern.php44 $this->closer = ParallelRegex::escapePattern($pattern);
45 $this->boundary = $boundary === null ? null : ParallelRegex::escapePattern($boundary);
H A DLexer.php536 $spans[] = '(?:' . ParallelRegex::escapePattern($registered['pattern']) . ')';
541 … $spans[] = '(?:' . ParallelRegex::escapePattern($registered['pattern']) . '.*?' . $exit . ')';
570 $exits[] = ParallelRegex::escapePattern($registered['pattern']);