Home
last modified time | relevance | path

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

12

/plugin/creole/syntax/
H A Dlistblock.php32 $this->Lexer->addPattern(
/plugin/markdowku/
H A Dolists.php28 $this->Lexer->addPattern(
H A Dulists.php29 $this->Lexer->addPattern(
/plugin/imagecarousel/
H A Dsyntax.php48 $this->Lexer->addPattern('\n {2,}[\*]','plugin_imagecarousel');
/plugin/latexcaption/syntax/
H A Dcaption.php66 …$this->Lexer->addPattern('<'.$captiontag.'>(?=.*</'.$captiontag.'>)','plugin_latexcaption_caption'…
67 $this->Lexer->addPattern('</'.$captiontag.'>','plugin_latexcaption_caption');
/plugin/webcomponent/syntax/
H A Dbutton.php112 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
/plugin/wrap/syntax/
H A Ddiv.php34 $this->Lexer->addPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', 'plugin_wrap_'.$this->getPluginComponent());
/plugin/variants/
H A Dvariants.php61 $this->Lexer->addPattern('<else>', 'plugin_variants_variants');
/plugin/imapmarkers/syntax/
H A Dmap.php65 $this->Lexer->addPattern('\s*\{{2}(?i)CFG>\}{2}.*?\{{2}<CFG\s*\}{2}\s*', $this->component);
66 $this->Lexer->addPattern('\s*\[{2}.+?\]{2}\s*', $this->component);
/plugin/caption/syntax/
H A Dcaption.php61 $this->Lexer->addPattern('<caption>(?=.*</caption>)','plugin_caption_caption');
62 $this->Lexer->addPattern('</caption>','plugin_caption_caption');
/plugin/extendpage/meta/
H A DAssignments.php73 public function addPattern($pattern, $page, $pos) function in dokuwiki\\plugin\\extendpage\\meta\\Assignments
/plugin/box/
H A Dsyntax.php73 $this->Lexer->addPattern('>', 'plugin_box');
/plugin/structpublish/meta/
H A DAssignments.php72 public function addPattern($pattern, $user, $status) function in dokuwiki\\plugin\\structpublish\\meta\\Assignments
/plugin/yalist/
H A Dsyntax.php51 $this->Lexer->addPattern('\n {2,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
52 $this->Lexer->addPattern('\n\t{1,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
/plugin/tcycle/
H A Dsyntax.php26 $this->Lexer->addPattern('\{\{.*\}\}','plugin_tcycle');
/plugin/bootswrapper/syntax/
H A Dbootstrap.php204 …$this->Lexer->addPattern($this->header_pattern, 'plugin_bootswrapper_' . $this->getPluginComponent…
/plugin/struct/meta/
H A DAssignments.php73 public function addPattern($pattern, $table)
71 public function addPattern($pattern, $table) global() function in dokuwiki\\plugin\\struct\\meta\\Assignments
H A DSearch.php260 $Lexer->addPattern('\s*,\s*', 'row');
/plugin/box2/
H A Dsyntax.php66 $this->Lexer->addPattern('>', 'plugin_box2');
/plugin/lvhpacket/
H A Dsyntax.php75 $this->Lexer->addPattern('\|.*?(?=.*?)\n','plugin_lvhpacket');
/plugin/rrdgraph/
H A Dsyntax.php79 …$this->Lexer->addPattern('\n[ \t]*(?:[a-z0-9,<>=&|]+\?)?[A-Z0-9]+:[^\n]+', 'plugin_rrdgraph'); //T…
/plugin/webcode/syntax/
H A Dbasis.php172 $this->Lexer->addPattern('<code.*?</code>', $this->getPluginMode());
/plugin/webcode/
H A DREADME.md73 …* Webcode has been restructured (with the use of addPattern) and can now wrap headers (level, sect…

12