Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractFormatting.php122 $closer = $this->getCloserPattern();
123 if ($closer !== null) {
124 $this->Lexer->addCloserPattern($closer, $this->getModeName(), Lexer::PARA_BREAK);
/dokuwiki/inc/Parsing/Lexer/
H A DCloserPattern.php18 protected string $closer; variable in dokuwiki\\Parsing\\Lexer\\CloserPattern
44 $this->closer = ParallelRegex::escapePattern($pattern);
82 $alternatives[] = '(?<closer>' . $this->closer . ')';
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less109 /* push pagetools closer to content */
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt10113 - 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 closest
10184 if both closer and opener spans have length >= 2, we have
10190 + Remove any delimiters between the opener and closer from
10202 (We know that there are no openers for this kind of closer up to and
10205 + If the closer at `current_position` is not a potential opener,
10207 be a closer either).