Home
last modified time | relevance | path

Searched refs:true (Results 276 – 300 of 6699) sorted by last modified time

1...<<11121314151617181920>>...268

/plugin/mikioplugin/
H A Dcarousel.php37 $value = true;
/plugin/mikioplugin/syntax/
H A Daccordion.php17 public $hasEndTag = true;
H A Daccordionitem.php20 public $hasEndTag = true;
H A Dalert.php18 public $hasEndTag = true;
42 $styles = $this->buildStyle(array('width' => $data['width']), true);
54 if($data['dismissible'] == true) {
H A Dbadge.php15 public $hasEndTag = true;
H A Dblockquote.php18 public $hasEndTag = true;
H A Dbox.php16 public $hasEndTag = true;
H A Dbutton.php15 public $hasEndTag = true;
H A Dbuttongroup.php16 public $hasEndTag = true;
H A Dcard.php18 public $hasEndTag = true;
76 $styles = $this->buildStyle(array('height' => $data['height'], 'width' => $data['width']), true);
H A Dcardbody.php19 public $hasEndTag = true;
38 $styles = $this->buildStyle(array('color' => $data['text-color']), true);
H A Dcardfooter.php16 public $hasEndTag = true;
31 ), true);
H A Dcardgroup.php16 public $hasEndTag = true;
H A Dcardheader.php16 public $hasEndTag = true;
28 ), true);
H A Dcardsubtitle.php16 public $hasEndTag = true;
28 ), true);
H A Dcardtitle.php16 public $hasEndTag = true;
28 ), true);
H A Dcarousel.php17 public $hasEndTag = true;
26 'data' => array('true', 'false', 'circle'),
27 'default' => 'true'
29 'controls' => array('type' => 'boolean', 'default' => 'true'),
52 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel' . ($data['cover'] ? ' ' . $this->classPrefix . 'image-cover' : '') . $classes . '" data-auto-start="' . ($data['start'] ? 'true' : 'false') . '"' . $styles . '>';
66 search($pages, $conf['datadir'] . '/' . $path, 'search_allpages', array('depth' => 1, 'skipacl' => true));
H A Dcollapse.php15 public $hasEndTag = true;
H A Dcore.php29 public $hasEndTag = true;
47 if (isset($mikio_disabled_tags) === true) {
48 if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
49 return true;
54 if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->requires_tag] === true) {
55 return true;
84 if($this->isDisabled() == true) {
121 if($this->isDisabled() != true) {
[all...]
H A Dgrid.php15 public $hasEndTag = true;
H A Dheading.php15 public $hasEndTag = true;
H A Dlistgroup.php15 public $hasEndTag = true;
H A Dlistgroupitem.php16 public $hasEndTag = true;
H A Dnav.php18 public $hasEndTag = true;
37 $styles = $this->buildStyle(array('height' => $data['height'], 'width' => $data['width']), true);
H A Dpagenation.php

1...<<11121314151617181920>>...268