Lines Matching +full:check +full:- +full:attr
21 $this->Lexer->addEntryPattern('<code\b(?=.*</code>)', $mode, 'code');
27 $this->Lexer->addExitPattern('</code>', 'code');
36 [$attr, $content] = sexplode('>', $match, 2, '');
39 $hasOptions = preg_match('/\[.*\]/', $attr, $optMatch);
41 $attr = str_replace($optMatch[0], '', $attr);
45 $parts = preg_split('/\s+/', $attr, 2, PREG_SPLIT_NO_EMPTY);
51 if ($language === '-') $language = null;
55 $param[] = $this->parseHighlightOptions($optMatch[0]);
57 $handler->addCall($this->type, $param, $pos);
69 * @param string $options space separated list of key-value pairs
70 * @return array|null Array of key-value pairs or null if no entries found
93 // Check for supported options