Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmBacktickDouble.php42 . '(?:' . self::NOT_AT_PARA_BREAK . '(?:[^`]|`(?!`)))+'
H A DGfmEmphasis.php48 return '\*(?=[^\s*](?:(?:' . self::NOT_AT_PARA_BREAK . '[^*])*[^\s*])?\*)';
H A DAbstractMode.php61 protected const NOT_AT_PARA_BREAK = '(?!\n[ \t]*\n)'; define in dokuwiki\\Parsing\\ParserMode\\AbstractMode
70 protected const CONTENT_UNTIL_PARA = '(?:' . self::NOT_AT_PARA_BREAK . '.)*';
H A DGfmBacktickSingle.php67 . '(?:' . self::NOT_AT_PARA_BREAK . '(?:[^`]|``+))+'