Home
last modified time | relevance | path

Searched refs:addPattern (Results 1 – 25 of 48) sorted by relevance

12

/plugin/creole/syntax/
H A Dtable.php30 $this->Lexer->addPattern('\n\|=','plugin_creole_table');
31 $this->Lexer->addPattern('\n\|','plugin_creole_table');
32 $this->Lexer->addPattern('[\t ]+','plugin_creole_table');
33 $this->Lexer->addPattern('\|=','plugin_creole_table');
34 $this->Lexer->addPattern('\|','plugin_creole_table');
/plugin/diagram/syntax/
H A Dsplitter.php116 $this->Lexer->addPattern('\n',
118 $this->Lexer->addPattern('\|[A-Za-z0-9_]+=',
120 $this->Lexer->addPattern('\|[A-Za-z0-9_]+\{[^{}]*\}=',
122 $this->Lexer->addPattern('\|[^|=\n]*',
/plugin/htmlokay/
H A Dsyntax.php87 $this->Lexer->addPattern('.<(?i)IFRAME.*?/IFRAME\s*>', 'plugin_htmlOKay');
88 $this->Lexer->addPattern('.<(?i)ILAYER.*?/ILAYER\s*>', 'plugin_htmlOKay');
89 $this->Lexer->addPattern('<(?i)a.*?javascript.*?</a\s*>', 'plugin_htmlOKay');
90 $this->Lexer->addPattern('<(?i)FORM.*?</FORM\s*>', 'plugin_htmlOKay');
91 $this->Lexer->addPattern('<(?i)DIV.*?>', 'plugin_htmlOKay');
92 $this->Lexer->addPattern('<(?i)/DIV.*?>', 'plugin_htmlOKay');
93 $this->Lexer->addPattern('.<(?i)STYLE.*?/STYLE\s*>', 'plugin_htmlOKay');
94 $this->Lexer->addPattern('<(?i)SCRIPT.*?/script\s*>', 'plugin_htmlOKay');
95 $this->Lexer->addPattern('<(?i)TABLE.*?</TABLE\s*>', 'plugin_htmlOKay');
97 $this->Lexer->addPattern('(?i)ID\s*=\s*\W?.*?\W', 'plugin_htmlOKay');
[all …]
/plugin/openas/
H A Dsyntax.php27 $this->Lexer->addPattern('~~OpenAsVar>TAreaOpen~~', $mode, 'plugin_openas');
28 $this->Lexer->addPattern('~~OpenAsVar>TAreaClose~~', $mode, 'plugin_openas');
29 $this->Lexer->addPattern('~~OpenAsVAR>.*?~~','plugin_openas');
30 $this->Lexer->addPattern('~~OpenAsNUM>.*?~~','plugin_openas');
/plugin/markdowku/
H A Dblockquotes.php30 $this->Lexer->addPattern(
34 $this->Lexer->addPattern(
38 $this->Lexer->addPattern(
H A Dcodeblocks.php24 $this->Lexer->addPattern(
/plugin/dwspecialist/
H A Dsyntax.php47 …$this->Lexer->addPattern('\n {2,}/*?[ ]*[^\n<]*<special[^\n>]*>', 'plugin_dwspecialist' ); // {\n…
48 …$this->Lexer->addPattern('\n {2,}/*?[ ]*<special[^\n>]*>', 'plugin_dwspecialist' ); // {\n * …
49 …$this->Lexer->addPattern('\n[ ]*<special[^\n>]*>', 'plugin_dwspecialist' ); // {\n <specia…
50 …$this->Lexer->addPattern('[^\n<]<special[^\n>]*>', 'plugin_dwspecialist' ); // {BlaBla <sp…
/plugin/inlinejs/syntax/
H A Dpreloader.php65 $this->Lexer->addPattern($this->pattern[21], $this->mode);
66 $this->Lexer->addPattern($this->pattern[22], $this->mode);
67 $this->Lexer->addPattern($this->pattern[23], $this->mode);
/plugin/extendpage/
H A Dadmin.php61 $ok = $assignments->addPattern($assignment['pattern'], $assignment['page'],
66 $ok = $assignments->addPattern($assignment['pattern'], $assignment['page'],
/plugin/complex_lists/complex_lists/
H A Dsyntax.php43 $this->Lexer->addPattern('\n#\n', 'plugin_complex_lists');
44 $this->Lexer->addPattern('\n#\+#\n', 'plugin_complex_lists');
45 $this->Lexer->addPattern('\n#-#\n', 'plugin_complex_lists');
46 $this->Lexer->addPattern('#:[^#]+#', 'plugin_complex_lists');
/plugin/structpublish/
H A Dadmin.php62 $ok = $assignments->addPattern(
72 $ok = $assignments->addPattern(
/plugin/struct/admin/
H A Dassignments.php70 $ok = $assignments->addPattern($assignment['assign'], $assignment['tbl']);
74 $ok = $assignments->addPattern($assignment['assign'], $assignment['tbl']);
/plugin/structpublish/_test/
H A Drevision.test.php42 $assignments->addPattern('public:**', '@approver', 'approve');
43 $assignments->addPattern('public:**', '@publisher', 'publish');
/plugin/webcomponent/syntax/
H A Ddropdown.php92 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
104 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
H A Dblockquote.php97 …$this->Lexer->addPattern($lookaheadPattern, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->g…
100 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
H A Dcard.php114 …$this->Lexer->addPattern(self::HEADER_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
117 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
/plugin/exttab3/
H A Dsyntax.php65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
67 $this->Lexer->addPattern(' *?\n\|\-+[^\n]*', $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
71 $this->Lexer->addPattern("(?: *?\n|\|)\|(?:$attrs\|(?!\|))?", $this->mode);
/plugin/combo/syntax/
H A Dpreformatted.php110 $this->Lexer->addPattern('\n ', PluginUtility::getModeFromTag($this->getPluginComponent()));
111 $this->Lexer->addPattern('\n\t', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/extlist/
H A Dsyntax.php88 $this->Lexer->addPattern($this->macro_pattern, $this->mode);
94 $this->Lexer->addPattern($this->match_pattern, $this->mode);
95 $this->Lexer->addPattern(' ::? ', $this->mode); // dt and dd in one line
98 $this->Lexer->addPattern($this->extra_pattern, $this->mode);
/plugin/definitionlist/
H A Dsyntax.php70 $this->Lexer->addPattern('(?: '.DL_DD.' )', 'plugin_definitionlist');
71 $this->Lexer->addPattern('\n {2,}(?:'.DL_DT.'|'.DL_DD.')', 'plugin_definitionlist');
72 $this->Lexer->addPattern('\n\t{1,}(?:'.DL_DT.'|'.DL_DD.')', 'plugin_definitionlist');
/plugin/deflist/
H A Dsyntax.php134 $this->Lexer->addPattern(
136 $this->Lexer->addPattern(
/plugin/imageflow/syntax/
H A Dimageflow.php45 $this->Lexer->addPattern('<image\s.*?>.*?</image>','plugin_imageflow_imageflow');
46 $this->Lexer->addPattern('[\r|\n]','plugin_imageflow_imageflow');
/plugin/mediasyntax/syntax/
H A Dlistblock.php29 $this->Lexer->addPattern(
/plugin/lists/
H A Dsyntax.php79 $this->Lexer->addPattern(
84 $this->Lexer->addPattern(
/plugin/imagelink/syntax/
H A Dimagelink.php43 $this->Lexer->addPattern("\{\{(?:[^\}]|(?:\}[^\}]))+\}\}",'plugin_imagelink_imagelink');

12