Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dcore.php32 protected $tagPrefix = ''; //'mikio-';
90 $this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?=[ >])(?:".*?"|.*?)*?>(?=.*?</(?i:' . $this->tagPrefix . $this->tag . ')>)';
92 $this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?:".*?"|.*?)*?>';
110 $this->pattern_exit = '</(?i:' . $this->tagPrefix . $this->tag . ')>';
125 $match_fix = preg_replace('/\s*=\s*/', '=', trim(substr($match, strlen($this->tagPrefix . $this->tag) + 1, -1)));
29 protected $tagPrefix = ''; //'mikio-'; global() variable in syntax_plugin_mikioplugin_core
H A Dtabgroup.php46 $tabs = $this->findTags($this->tagPrefix . 'tab', $data, $tabOptions);
H A Dpagenation.php