Searched refs:pattern_entry (Results 1 – 1 of 1) sorted by relevance
24 public $pattern_entry = ''; variable in syntax_plugin_mikioplugin_core89 if ($this->pattern_entry == '' && $this->tag != '') {91 …$this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?=[ >])(?:".*?"|.*?)*?>(?=.*?<…93 … $this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?:".*?"|.*?)*?>';97 if ($this->pattern_entry != '') {99 …$this->Lexer->addEntryPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPlugi…101 …$this->Lexer->addSpecialPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPlu…