Home
last modified time | relevance | path

Searched refs:exit_pattern (Results 1 – 20 of 20) sorted by relevance

/plugin/abbr/syntax/
H A Dhtmltag.php20 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/
H A Ddetails.php16 protected $exit_pattern = '</details>'; variable in syntax_plugin_htmldetailstag_details
72 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_htmldetailstag_details');
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php58 $exit_pattern = '</'.$syntax.'>';
61 $exit_pattern,
/plugin/pagestat/syntax/
H A Dblock.php15 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/
H A Dabstract.php15 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_' . $this->pluginName.'_'.$this->getPluginComponent());
H A Dabstractblock.php14 protected $exit_pattern = '</%t%>'; variable in syntax_plugin_adhoctags_abstractblock
H A Dabstractinline.php14 protected $exit_pattern = '</%t%>'; variable in syntax_plugin_adhoctags_abstractinline
/plugin/wrap/syntax/
H A Dspan.php12 protected $exit_pattern = '</span>'; variable in syntax_plugin_wrap_span
33 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent());
H A Ddiv.php12 protected $exit_pattern = '</div>'; variable in syntax_plugin_wrap_div
33 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent());
H A Ddivblock.php15 protected $exit_pattern = '</block>'; variable in syntax_plugin_wrap_divblock
H A Ddivwrap.php15 protected $exit_pattern = '</WRAP>'; variable in syntax_plugin_wrap_divwrap
H A Dspaninline.php15 protected $exit_pattern = '</inline>'; variable in syntax_plugin_wrap_spaninline
H A Dspanwrap.php15 protected $exit_pattern = '</wrap>'; variable in syntax_plugin_wrap_spanwrap
/plugin/foldablelist/
H A Dsyntax.php17 protected $exit_pattern = '</foldablelist>'; variable in syntax_plugin_foldablelist
55 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_foldablelist');
/plugin/canvas/
H A Djqplot.php18 protected $exit_pattern = '</jqplot>'; variable in syntax_plugin_canvas_jqplot
H A Drgraph.php18 protected $exit_pattern = '</rgraph>'; variable in syntax_plugin_canvas_rgraph
H A Dcanvas.php28 protected $exit_pattern = '</canvas>'; variable in syntax_plugin_canvas_canvas
41 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
/plugin/siteexport/syntax/
H A Dtoctools.php22 protected $exit_pattern = '</mergehint>'; variable in syntax_plugin_siteexport_toctools
40 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_siteexport_toctools');
/plugin/extlist/
H A Dsyntax.php50 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/
H A Ddwplugin.php373 function getMiddleMatches($text,$entry_match, $patterns, $exit_pattern) { argument
379 $remainder = preg_replace('/'. $exit_pattern .'$/',"", $remainder);