Searched refs:_specialAttributesRegex (Results 1 – 1 of 1) sorted by relevance
55 private $_specialAttributesRegex = '\{(([#\.][A-z0-9-_]+\s*)+)\}'; variable in cebe\\markdown\\MarkdownExtra72 …3}\[[^\[](.*?)\]:\s*([^\s]+?)(?:\s+[\'"](.+?)[\'"])?\s*('.$this->_specialAttributesRegex.')?\s*$/'…80 …^ {0,3}\[(.+?)\]:\s*(.+?)(?:\s+[\(\'"](.+?)[\)\'"])?\s*('.$this->_specialAttributesRegex.')?\s*$/'…188 if (preg_match("~$this->_specialAttributesRegex~", $text, $matches)) {