Home
last modified time | relevance | path

Searched refs:INTERNAL_LINK_PATTERN (Results 1 – 2 of 2) sorted by last modified time

/plugin/webcomponent/syntax/
H A Dbutton.php34 const INTERNAL_LINK_PATTERN = "\[\[.*?\]\](?!\])"; define in syntax_plugin_webcomponent_button
112 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
150 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
H A Ddropdown.php27 const INTERNAL_LINK_PATTERN = "\[\[.*?\]\](?!\])"; define in syntax_plugin_webcomponent_dropdown
92 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
104 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
142 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {