Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dcore.php26 public $pattern_exit = '';
109 if ($this->pattern_exit == '' && $this->tag != '') {
110 $this->pattern_exit = '</(?i:' . $this->tagPrefix . $this->tag . ')>';
113 if ($this->pattern_exit != '') {
114 $this->Lexer->addExitPattern($this->pattern_exit, 'plugin_mikioplugin_' . $this->getPluginComponent());
24 public $pattern_exit = ''; global() variable in syntax_plugin_mikioplugin_core