Lines Matching refs:array_key_exists

48             if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
54 if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->requires_tag] === true) {
187 if (array_key_exists('type', $options[$syntaxKey])) {
287 if (array_key_exists('data', $options[$syntaxKey])) {
311 if (array_key_exists('option', $options[$syntaxKey]) && array_key_exists('data', $options[$syntaxKey])) {
326 if (!array_key_exists($optionKey, $optionsCleaned)) {
332 if (array_key_exists('type', $options[$syntaxKey])) {
333 if (array_key_exists('data', $options[$syntaxKey]) && is_array($options[$syntaxKey]['data'])) {
351 if(array_key_exists('type', $options) === true
352 && array_key_exists('type', $optionsCleaned) === false
360 if (!array_key_exists($optionKey, $optionsCleaned)) {
361 if (array_key_exists('default', $options[$optionKey])) {
452 if (array_key_exists('class', $value) && $value['class'] == true) {
458 if (array_key_exists($class, $options) && $options[$class] !== false && $options[$class] != '') {
461 if (array_key_exists($class, $optionsTemplate) && array_key_exists('prefix', $optionsTemplate[$class])) {
465 if (array_key_exists($class, $optionsTemplate) && array_key_exists('classNoSuffix', $optionsTemplate[$class]) && $optionsTemplate[$class]['classNoSuffix'] == true) {
500 if(array_key_exists('text-decoration', $list)) {
560 if (array_key_exists('tooltip-html-top', $options) && $options['tooltip-html-top'] != '') {
565 if (array_key_exists('tooltip-html-left', $options) && $options['tooltip-html-left'] != '') {
570 if (array_key_exists('tooltip-html-bottom', $options) && $options['tooltip-html-bottom'] != '') {
575 if (array_key_exists('tooltip-html-right', $options) && $options['tooltip-html-right'] != '') {
580 if (array_key_exists('tooltip-top', $options) && $options['tooltip-top'] != '') {
585 if (array_key_exists('tooltip-left', $options) && $options['tooltip-left'] != '') {
590 if (array_key_exists('tooltip-bottom', $options) && $options['tooltip-bottom'] != '') {
595 if (array_key_exists('tooltip-right', $options) && $options['tooltip-right'] != '') {
600 if (array_key_exists('tooltip-html', $options) && $options['tooltip-html'] != '') {
605 if (array_key_exists('tooltip', $options) && $options['tooltip'] != '') {
735 if (array_key_exists($option, $class->options) && array_key_exists('default', $class->options[$option])) {