| /plugin/codeprism/syntax/ |
| D | code.php | 5 protected $entry_pattern = '<code\b.*?>(?=.*?</code>)'; variable in syntax_plugin_codeprism_code 20 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_codeprism_code');
|
| D | fileprism.php | 5 protected $entry_pattern = '<fileprism\b.*/>'; variable in syntax_plugin_codeprism_fileprism 13 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_codeprism_fileprism');
|
| D | codeprism.php | 5 protected $entry_pattern = '<codeprism\b.*?>(?=.*?</codeprism>)'; variable in syntax_plugin_codeprism_codeprism 21 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_codeprism_codeprism');
|
| /plugin/abbr/syntax/ |
| D | htmltag.php | 19 protected $entry_pattern = '<abbr\b(?:\s+title=.*?)>(?=.*?</abbr>)'; variable in syntax_plugin_abbr_htmltag 26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
|
| /plugin/htmldetailstag/syntax/ |
| D | details.php | 15 protected $entry_pattern = '<details(?:\s+open)?\s*?>(?=.*?</details>)'; variable in syntax_plugin_htmldetailstag_details 67 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_htmldetailstag_details');
|
| /plugin/syntaxhighlightjs/syntax/ |
| D | sxh.php | 42 $entry_pattern = '<'.$syntax.'\b.*?>\s*(?=.*?</'.$syntax.'>)'; 50 $entry_pattern,
|
| /plugin/pagestat/syntax/ |
| D | block.php | 14 protected $entry_pattern = '<BK.*?>(?=.*?</BK>)'; variable in syntax_plugin_pagestat_block 20 …public function connectTo($mode) { $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugi…
|
| /plugin/adhoctags/syntax/ |
| D | abstract.php | 14 protected $entry_pattern = '<%t%\b[^>]*>(?=.*?</%t%>)'; variable in syntax_plugin_adhoctags_abstract 63 if ($this->entry_pattern !== '') { 64 …$this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_'…
|
| D | abstractinline.php | 13 … protected $entry_pattern = '<%t%\b.*?>(?=.*?</%t%>)'; // '%t%' is the placeholder for the tag name variable in syntax_plugin_adhoctags_abstractinline
|
| D | abstractblock.php | 13 protected $entry_pattern = '<%t%\b.*?>(?=.*?</%t%>)'; variable in syntax_plugin_adhoctags_abstractblock
|
| /plugin/wrap/syntax/ |
| D | span.php | 11 protected $entry_pattern = '<span\b.*?>(?=.*?</span>)'; variable in syntax_plugin_wrap_span 29 …$this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent(…
|
| D | div.php | 11 protected $entry_pattern = '<div\b.*?>(?=.*?</div>)'; variable in syntax_plugin_wrap_div 29 …$this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent(…
|
| D | spaninline.php | 14 protected $entry_pattern = '<inline\b.*?>(?=.*?</inline>)'; variable in syntax_plugin_wrap_spaninline
|
| D | divwrap.php | 14 protected $entry_pattern = '<WRAP\b.*?>(?=.*?</WRAP>)'; variable in syntax_plugin_wrap_divwrap
|
| D | divblock.php | 14 protected $entry_pattern = '<block\b.*?>(?=.*?</block>)'; variable in syntax_plugin_wrap_divblock
|
| D | spanwrap.php | 14 protected $entry_pattern = '<wrap\b.*?>(?=.*?</wrap>)'; variable in syntax_plugin_wrap_spanwrap
|
| /plugin/foldablelist/ |
| D | syntax.php | 16 protected $entry_pattern = '<foldablelist.*?>(?=.*?</foldablelist>)'; variable in syntax_plugin_foldablelist 51 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_foldablelist');
|
| /plugin/siteexport/syntax/ |
| D | toctools.php | 20 protected $entry_pattern = '<mergehint\b.*?>(?=.*?</mergehint>)'; variable in syntax_plugin_siteexport_toctools 35 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_siteexport_toctools');
|
| /plugin/canvas/ |
| D | jqplot.php | 17 protected $entry_pattern = '<jqplot\b.*?>(?=.*?</jqplot>)'; variable in syntax_plugin_canvas_jqplot
|
| D | rgraph.php | 17 protected $entry_pattern = '<rgraph\b.*?>(?=.*?</rgraph>)'; variable in syntax_plugin_canvas_rgraph
|
| D | canvas.php | 27 protected $entry_pattern = '<canvas\b.*?>(?=.*?</canvas>)'; variable in syntax_plugin_canvas_canvas 38 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, $this->mode);
|
| /plugin/extlist/ |
| D | syntax.php | 50 protected $entry_pattern, $match_pattern, $extra_pattern, $exit_pattern; 66 $this->entry_pattern = '\n(?: {2,}|\t{1,})'.'(?:' 84 $this->Lexer->addEntryPattern('[ \t]*'.$this->entry_pattern, $mode, $this->mode);
|