Searched refs:NOT_AT_PARA_BREAK (Results 1 – 4 of 4) sorted by relevance
42 . '(?:' . self::NOT_AT_PARA_BREAK . '(?:[^`]|`(?!`)))+'
48 return '\*(?=[^\s*](?:(?:' . self::NOT_AT_PARA_BREAK . '[^*])*[^\s*])?\*)';
61 protected const NOT_AT_PARA_BREAK = '(?!\n[ \t]*\n)'; define in dokuwiki\\Parsing\\ParserMode\\AbstractMode70 protected const CONTENT_UNTIL_PARA = '(?:' . self::NOT_AT_PARA_BREAK . '.)*';
67 . '(?:' . self::NOT_AT_PARA_BREAK . '(?:[^`]|``+))+'