Lines Matching refs:true

29     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) {
141 $options[$item] = true;
327 if($optionValue === true && $this->customStyleExists($optionKey)) {
351 if(array_key_exists('type', $options) === true
401 if ($mode == 'xhtml' && $this->isDisabled() != true) {
407 return true;
411 return true;
415 return true;
419 return true;
423 return true;
426 return true;
435 * @param $options options of syntax element. Options with key 'class'=true are automatically added
452 if (array_key_exists('class', $value) && $value['class'] == true) {
465 if (array_key_exists($class, $optionsTemplate) && array_key_exists('classNoSuffix', $optionsTemplate[$class]) && $optionsTemplate[$class]['classNoSuffix'] == true) {
468 $s[] = $prefix . $class . ($options[$class] !== true ? '-' . $options[$class] : '');
612 return ' data-toggle="tooltip" data-placement="' . $dataPlacement . '" ' . ($dataHtml == true ? 'data-html="true" ' : '') . 'title="' . $title . '" ';
796 'data' => array('large' => array('shadow-large', 'shadow-lg'), 'small' => array('shadow-small', 'shadow-sm'), true),
798 'class' => true
828 'class' => true
837 'class' => true
846 'class' => true
854 'class' => true,
855 'classNoSuffix' => true
864 'class' => true
872 'class' => true
888 protected function findTags($tagName, $content, $options, $hasEndTag = true)
916 $item['options'][$option] = true;
934 * @return true if the style name exists