Home
last modified time | relevance | path

Searched refs:tag (Results 26 – 50 of 1150) sorted by last modified time

12345678910>>...46

/plugin/mikioplugin/syntax/
H A Daccordion.php16 public $tag = 'accordion'; variable in syntax_plugin_mikioplugin_accordion
H A Daccordionitem.php18 public $tag = 'accordion-item'; variable in syntax_plugin_mikioplugin_accordionitem
H A Dalert.php17 public $tag = 'alert'; variable in syntax_plugin_mikioplugin_alert
H A Danchor.php15 public $tag = 'anchor'; variable in syntax_plugin_mikioplugin_anchor
H A Dbadge.php14 public $tag = 'badge'; variable in syntax_plugin_mikioplugin_badge
36 $tag = 'span';
39 $tag = 'a';
43 $renderer->doc .= '<' . $tag . $href . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'badge' . $classes . '"' . $styles . '>';
H A Dblockquote.php17 public $tag = 'blockquote'; variable in syntax_plugin_mikioplugin_blockquote
H A Dbox.php14 public $tag = 'box'; variable in syntax_plugin_mikioplugin_box
49 $tag = 'div';
50 if($data['url'] != '') $tag = 'a';
100 $renderer->doc .= '<' . $tag . ($data['url'] != '' ? ' href="' . $data['url'] . '"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'box'. $classes .'"' . $styles. '>';
106 $tag = 'div';
107 if($data['url'] != '') $tag = 'a';
109 $renderer->doc .= '</' . $tag . '>';
H A Dbr.php14 public $tag = 'br'; variable in syntax_plugin_mikioplugin_br
H A Dbutton.php14 public $tag = 'button'; variable in syntax_plugin_mikioplugin_button
H A Dbuttongroup.php14 public $tag = 'button-group'; variable in syntax_plugin_mikioplugin_buttongroup
H A Dcard.php17 public $tag = 'card'; variable in syntax_plugin_mikioplugin_card
H A Dcardbody.php17 public $tag = 'card-body'; variable in syntax_plugin_mikioplugin_cardbody
H A Dcardfooter.php14 public $tag = 'card-footer'; variable in syntax_plugin_mikioplugin_cardfooter
H A Dcardgroup.php14 public $tag = 'card-group'; variable in syntax_plugin_mikioplugin_cardgroup
H A Dcardheader.php14 public $tag = 'card-header'; variable in syntax_plugin_mikioplugin_cardheader
H A Dcardsubtitle.php14 public $tag = 'card-subtitle'; variable in syntax_plugin_mikioplugin_cardsubtitle
H A Dcardtitle.php14 public $tag = 'card-title'; variable in syntax_plugin_mikioplugin_cardtitle
H A Dcarousel.php16 public $tag = 'carousel'; variable in syntax_plugin_mikioplugin_carousel
H A Dcarouselitem.php14 public $tag = 'carousel-item'; variable in syntax_plugin_mikioplugin_carouselitem
H A Dcollapse.php14 public $tag = 'collapse'; variable in syntax_plugin_mikioplugin_collapse
H A Dcolumn.php14 public $tag = 'col'; variable in syntax_plugin_mikioplugin_column
H A Dcore.php27 public $tag = '';
48 if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
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 . ')(?:".*?"|.*?)*?>';
109 if ($this->pattern_exit == '' && $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)
25 public $tag = ''; global() variable in syntax_plugin_mikioplugin_core
[all...]
H A Dgrid.php14 public $tag = 'grid'; variable in syntax_plugin_mikioplugin_grid
H A Dheading.php14 public $tag = 'heading'; variable in syntax_plugin_mikioplugin_heading
H A Dhr.php16 public $tag = 'hr'; variable in syntax_plugin_mikioplugin_hr

12345678910>>...46