Home
last modified time | relevance | path

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

/plugin/webcomponent/syntax/
H A Dblockquote.php25 const IMAGE_PATTERN = "\{\{(?:[^\}]|(?:\}[^\}]))+\}\}"; define in syntax_plugin_webcomponent_blockquote
100 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
140 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match, $matches)) {
H A Dcard.php29 const IMAGE_PATTERN = "\{\{(?:[^\}]|(?:\}[^\}]))+\}\}"; define in syntax_plugin_webcomponent_card
117 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
169 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match . DOKU_LF)) {