| /plugin/yuml/ |
| D | usecase.php | 14 protected $special_pattern = '<usecase.*?>.*?</usecase>'; variable in syntax_plugin_yuml_usecase 56 …$this->Lexer->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginCo…
|
| D | activitydiagram.php | 14 protected $special_pattern = '<activitydiagram.*?>.*?</activitydiagram>'; variable in syntax_plugin_yuml_activitydiagram
|
| D | classdiagram.php | 14 protected $special_pattern = '<classdiagram.*?>.*?</classdiagram>'; variable in syntax_plugin_yuml_classdiagram
|
| /plugin/abbr/syntax/ |
| D | abbreviation.php | 20 protected $special_pattern = '<abbr\b(?:\s+short)?>.*?</abbr>'; variable in syntax_plugin_abbr_abbreviation 26 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,substr(get_class($this), 7));
|
| /plugin/syntaxhighlightjs/syntax/ |
| D | sxh.php | 41 $special_pattern = '<'.$syntax.'\b[^>\r\n]*?/>'; 45 $special_pattern,
|
| /plugin/adhoctags/syntax/ |
| D | abstract.php | 13 protected $special_pattern = '<%t%\b[^>\r\n]*?/>'; variable in syntax_plugin_adhoctags_abstract 60 if ($this->special_pattern !== '') { 61 …$this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plug…
|
| D | abstractinline.php | 12 protected $special_pattern = '<%t%\b[^>\r\n]*?/>'; variable in syntax_plugin_adhoctags_abstractinline
|
| D | abstractblock.php | 12 protected $special_pattern = '<%t%\b[^>\r\n]*?/>'; variable in syntax_plugin_adhoctags_abstractblock
|
| D | img.php | 15 protected $special_pattern = '<%t%\b[^>\r\n]*?>'; variable in syntax_plugin_adhoctags_img
|
| /plugin/wrap/syntax/ |
| D | span.php | 10 protected $special_pattern = '<span\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_span 28 …$this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginCompon…
|
| D | div.php | 10 protected $special_pattern = '<div\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_div 28 …$this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginCompon…
|
| D | spaninline.php | 13 protected $special_pattern = '<inline\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_spaninline
|
| D | divwrap.php | 13 protected $special_pattern = '<WRAP\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_divwrap
|
| D | divblock.php | 13 protected $special_pattern = '<block\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_divblock
|
| D | spanwrap.php | 13 protected $special_pattern = '<wrap\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_spanwrap
|
| /plugin/siteexport/syntax/ |
| D | toctools.php | 19 protected $special_pattern = '<mergehint\b[^>\r\n]*?/>'; variable in syntax_plugin_siteexport_toctools 34 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_siteexport_toctools');
|