Searched refs:closer (Results 1 – 4 of 4) sorted by relevance
122 $closer = $this->getCloserPattern();123 if ($closer !== null) {124 $this->Lexer->addCloserPattern($closer, $this->getModeName(), Lexer::PARA_BREAK);
18 protected string $closer; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern44 $this->closer = ParallelRegex::escapePattern($pattern);82 $alternatives[] = '(?<closer>' . $this->closer . ')';
109 /* push pagetools closer to content */
10113 - whether the delimiter is a potential opener, a potential closer,10173 until we find the first potential closer with delimiter `*` or `_`.10174 (This will be the potential closer closest10184 if both closer and opener spans have length >= 2, we have10190 + Remove any delimiters between the opener and closer from10202 (We know that there are no openers for this kind of closer up to and10205 + If the closer at `current_position` is not a potential opener,10207 be a closer either).