Home
last modified time | relevance | path

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

/plugin/webcomponent/syntax/
H A Dcard.php28 const HEADER_PATTERN = '[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)'; define in syntax_plugin_webcomponent_card
114 …$this->Lexer->addPattern(self::HEADER_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
158 if (preg_match('/' . self::HEADER_PATTERN . '/msSi', $match . DOKU_LF)) {