Lines Matching refs:array_key_exists
49 …if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag]…
55 …if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$t…
188 if (array_key_exists('type', $options[$syntaxKey])) {
288 if (array_key_exists('data', $options[$syntaxKey])) {
312 …if (array_key_exists('option', $options[$syntaxKey]) && array_key_exists('data', $options[$syntaxK…
327 if (!array_key_exists($optionKey, $optionsCleaned)) {
333 if (array_key_exists('type', $options[$syntaxKey])) {
334 … if (array_key_exists('data', $options[$syntaxKey]) && is_array($options[$syntaxKey]['data'])) {
352 if(array_key_exists('type', $options) === true
353 && array_key_exists('type', $optionsCleaned) === false
361 if (!array_key_exists($optionKey, $optionsCleaned)) {
362 if (array_key_exists('default', $options[$optionKey])) {
457 if (array_key_exists('class', $value) && $value['class'] == true) {
463 … if (array_key_exists($class, $options) && $options[$class] !== false && $options[$class] != '') {
466 …if (array_key_exists($class, $optionsTemplate) && array_key_exists('prefix', $optionsTemplate[$cla…
470 …if (array_key_exists($class, $optionsTemplate) && array_key_exists('classNoSuffix', $optionsTempla…
505 if(array_key_exists('text-decoration', $list)) {
565 … if (array_key_exists('tooltip-html-top', $options) && $options['tooltip-html-top'] != '') {
570 … if (array_key_exists('tooltip-html-left', $options) && $options['tooltip-html-left'] != '') {
575 … if (array_key_exists('tooltip-html-bottom', $options) && $options['tooltip-html-bottom'] != '') {
580 … if (array_key_exists('tooltip-html-right', $options) && $options['tooltip-html-right'] != '') {
585 if (array_key_exists('tooltip-top', $options) && $options['tooltip-top'] != '') {
590 if (array_key_exists('tooltip-left', $options) && $options['tooltip-left'] != '') {
595 if (array_key_exists('tooltip-bottom', $options) && $options['tooltip-bottom'] != '') {
600 if (array_key_exists('tooltip-right', $options) && $options['tooltip-right'] != '') {
605 if (array_key_exists('tooltip-html', $options) && $options['tooltip-html'] != '') {
610 if (array_key_exists('tooltip', $options) && $options['tooltip'] != '') {
740 …if (array_key_exists($option, $class->options) && array_key_exists('default', $class->options[$opt…