| /plugin/codeprism/syntax/ |
| D | code.php | 6 protected $exit_pattern = '</code>'; variable in syntax_plugin_codeprism_code 25 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_codeprism_code');
|
| D | fileprism.php | 6 protected $exit_pattern = '/>'; variable in syntax_plugin_codeprism_fileprism 18 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_codeprism_fileprism');
|
| D | codeprism.php | 6 protected $exit_pattern = '</codeprism>'; variable in syntax_plugin_codeprism_codeprism 26 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_codeprism_codeprism');
|
| /plugin/abbr/syntax/ |
| D | htmltag.php | 20 protected $exit_pattern = '</abbr>'; variable in syntax_plugin_abbr_htmltag 29 $this->Lexer->addExitPattern($this->exit_pattern,substr(get_class($this), 7));
|
| /plugin/htmldetailstag/syntax/ |
| D | details.php | 16 protected $exit_pattern = '</details>'; variable in syntax_plugin_htmldetailstag_details 72 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_htmldetailstag_details');
|
| /plugin/syntaxhighlightjs/syntax/ |
| D | sxh.php | 58 $exit_pattern = '</'.$syntax.'>'; 61 $exit_pattern,
|
| /plugin/pagestat/syntax/ |
| D | block.php | 15 protected $exit_pattern = '</BK>'; variable in syntax_plugin_pagestat_block 21 …public function postConnect() { $this->Lexer->addExitPattern($this->exit_pattern,'plugin_pagestat_…
|
| /plugin/adhoctags/syntax/ |
| D | abstract.php | 15 protected $exit_pattern = '</%t%>'; variable in syntax_plugin_adhoctags_abstract 71 if ($this->exit_pattern !== '') { 72 …$this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $thi…
|
| D | abstractinline.php | 14 protected $exit_pattern = '</%t%>'; variable in syntax_plugin_adhoctags_abstractinline
|
| D | abstractblock.php | 14 protected $exit_pattern = '</%t%>'; variable in syntax_plugin_adhoctags_abstractblock
|
| /plugin/wrap/syntax/ |
| D | span.php | 12 protected $exit_pattern = '</span>'; variable in syntax_plugin_wrap_span 33 … $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent());
|
| D | div.php | 12 protected $exit_pattern = '</div>'; variable in syntax_plugin_wrap_div 33 … $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent());
|
| D | spaninline.php | 15 protected $exit_pattern = '</inline>'; variable in syntax_plugin_wrap_spaninline
|
| D | divwrap.php | 15 protected $exit_pattern = '</WRAP>'; variable in syntax_plugin_wrap_divwrap
|
| D | divblock.php | 15 protected $exit_pattern = '</block>'; variable in syntax_plugin_wrap_divblock
|
| D | spanwrap.php | 15 protected $exit_pattern = '</wrap>'; variable in syntax_plugin_wrap_spanwrap
|
| /plugin/foldablelist/ |
| D | syntax.php | 17 protected $exit_pattern = '</foldablelist>'; variable in syntax_plugin_foldablelist 55 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_foldablelist');
|
| /plugin/siteexport/syntax/ |
| D | toctools.php | 21 protected $exit_pattern = '</mergehint>'; variable in syntax_plugin_siteexport_toctools 39 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_siteexport_toctools');
|
| /plugin/canvas/ |
| D | jqplot.php | 18 protected $exit_pattern = '</jqplot>'; variable in syntax_plugin_canvas_jqplot
|
| D | rgraph.php | 18 protected $exit_pattern = '</rgraph>'; variable in syntax_plugin_canvas_rgraph
|
| D | canvas.php | 28 protected $exit_pattern = '</canvas>'; variable in syntax_plugin_canvas_canvas 41 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
|
| /plugin/extlist/ |
| D | syntax.php | 50 protected $entry_pattern, $match_pattern, $extra_pattern, $exit_pattern; variable in syntax_plugin_extlist 79 $this->exit_pattern = '\n'; 101 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
|
| /plugin/fckg/syntax/ |
| D | dwplugin.php | 373 function getMiddleMatches($text,$entry_match, $patterns, $exit_pattern) { argument 379 $remainder = preg_replace('/'. $exit_pattern .'$/',"", $remainder);
|