Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dpagination.php63 $this->findTags($this->tagPrefix . 'pagination-item', $data, $itemOptions, false),
64 $this->findTags($this->tagPrefix . 'pagenation-item', $data, $itemOptions, false)
H A Dcore.php33 protected $tagPrefix = ''; //'mikio-'; variable in syntax_plugin_mikioplugin_core
91 …->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?=[ >])(?:".*?"|.*?)*?>(?=.*?</(?i:…
93 … $this->pattern_entry = '<(?i:' . $this->tagPrefix . $this->tag . ')(?:".*?"|.*?)*?>';
111 $this->pattern_exit = '</(?i:' . $this->tagPrefix . $this->tag . ')>';
126 …_fix = preg_replace('/\s*=\s*/', '=', trim(substr($match, strlen($this->tagPrefix . $this->tag) + …
H A Dtabgroup.php46 $tabs = $this->findTags($this->tagPrefix . 'tab', $data, $tabOptions);