Searched refs:match_pattern (Results 1 – 4 of 4) sorted by relevance
7 protected $match_pattern = '/<codeprism (.+?)( \[(.+?)\])* *>/'; variable in syntax_plugin_codeprism_codeprism49 preg_match_all($this->match_pattern, "{$match}", $chunks, PREG_SET_ORDER);
7 protected $match_pattern = '/<code (.+?)( \[(.+?)\])* *>/'; variable in syntax_plugin_codeprism_code
7 protected $match_pattern = '/<fileprism (.+?)( \[(.+?)\])* *\/>/'; variable in syntax_plugin_codeprism_fileprism
50 protected $entry_pattern, $match_pattern, $extra_pattern, $exit_pattern;70 $this->match_pattern = '\n(?: {2,}|\t{1,})'.'(?:'94 $this->Lexer->addPattern($this->match_pattern, $this->mode);