Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dcore.php24 public $pattern_entry = '';
88 if ($this->pattern_entry == '' && $this->tag != '') {
90 $this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?=[ >])(?:".*?"|.*?)*?>(?=.*?</(?i:' . $this->tagPrefix . $this->tag . ')>)';
92 $this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?:".*?"|.*?)*?>';
96 if ($this->pattern_entry != '') {
98 $this->Lexer->addEntryPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
100 $this->Lexer->addSpecialPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
22 public $pattern_entry = ''; global() variable in syntax_plugin_mikioplugin_core