Home
last modified time | relevance | path

Searched refs:match_pattern (Results 1 – 4 of 4) sorted by relevance

/plugin/codeprism/syntax/
Dcodeprism.php7 protected $match_pattern = '/<codeprism (.+?)( \[(.+?)\])* *>/'; variable in syntax_plugin_codeprism_codeprism
49 preg_match_all($this->match_pattern, "{$match}", $chunks, PREG_SET_ORDER);
Dcode.php7 protected $match_pattern = '/<code (.+?)( \[(.+?)\])* *>/'; variable in syntax_plugin_codeprism_code
Dfileprism.php7 protected $match_pattern = '/<fileprism (.+?)( \[(.+?)\])* *\/>/'; variable in syntax_plugin_codeprism_fileprism
/plugin/extlist/
Dsyntax.php50 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);