Home
last modified time | relevance | path

Searched refs:special_pattern (Results 1 – 15 of 15) sorted by relevance

/plugin/yuml/
H A Dusecase.php14 protected $special_pattern = '<usecase.*?>.*?</usecase>'; variable in syntax_plugin_yuml_usecase
56 …$this->Lexer->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginCo…
H A Dactivitydiagram.php14 protected $special_pattern = '<activitydiagram.*?>.*?</activitydiagram>'; variable in syntax_plugin_yuml_activitydiagram
H A Dclassdiagram.php14 protected $special_pattern = '<classdiagram.*?>.*?</classdiagram>'; variable in syntax_plugin_yuml_classdiagram
/plugin/abbr/syntax/
H A Dabbreviation.php20 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/
H A Dsxh.php41 $special_pattern = '<'.$syntax.'\b[^>\r\n]*?/>';
45 $special_pattern,
/plugin/adhoctags/syntax/
H A Dabstract.php13 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,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
H A Dabstractblock.php12 protected $special_pattern = '<%t%\b[^>\r\n]*?/>'; variable in syntax_plugin_adhoctags_abstractblock
H A Dabstractinline.php12 protected $special_pattern = '<%t%\b[^>\r\n]*?/>'; variable in syntax_plugin_adhoctags_abstractinline
/plugin/wrap/syntax/
H A Dspan.php10 protected $special_pattern = '<span\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_span
28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
H A Ddiv.php10 protected $special_pattern = '<div\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_div
28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
H A Ddivblock.php13 protected $special_pattern = '<block\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_divblock
H A Ddivwrap.php13 protected $special_pattern = '<WRAP\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_divwrap
H A Dspaninline.php13 protected $special_pattern = '<inline\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_spaninline
H A Dspanwrap.php13 protected $special_pattern = '<wrap\b[^>\r\n]*?/>'; variable in syntax_plugin_wrap_spanwrap
/plugin/siteexport/syntax/
H A Dtoctools.php20 protected $special_pattern = '<mergehint\b[^>\r\n]*?/>'; variable in syntax_plugin_siteexport_toctools
35 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_siteexport_toctools');