Home
last modified time | relevance | path

Searched refs:Lexer (Results 1 – 25 of 1044) sorted by last modified time

12345678910>>...42

/plugin/pagelist/
H A Dsyntax.php35 $this->Lexer->addSpecialPattern('<pagelist.+?</pagelist>', $mode, 'plugin_pagelist');
/plugin/pagequery/
H A Dsyntax.php35 $this->Lexer->addSpecialPattern('\{\{pagequery>(?m).*?(?-m)\}\}', $mode, 'plugin_pagequery');
/plugin/nspages/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('<nspages[^>]*>', $aMode, 'plugin_nspages');
/plugin/dbquery/syntax/
H A Dmacro.php32 $this->Lexer->addSpecialPattern('~~DBQUERY:.*?~~', $mode, 'plugin_dbquery_macro');
H A Dquery.php32 $this->Lexer->addSpecialPattern('{{QUERY:\w+}}', $mode, 'plugin_dbquery_query');
/plugin/siteexport/syntax/
H A Daggregate.php28 …$this->Lexer->addSpecialPattern('\{\{siteexportAGGREGATOR .*?\}\}', $mode, 'plugin_siteexport_aggr…
H A Dsiteexport.php27 … $this->Lexer->addSpecialPattern('\{\{siteexport .*?\}\}', $mode, 'plugin_siteexport_siteexport');
H A Dtoc.php36 $this->Lexer->addEntryPattern('<toc>(?=.*?</toc>)', $mode, 'plugin_siteexport_toc');
37 $this->Lexer->addEntryPattern('<toc .+?>(?=.*?</toc>)', $mode, 'plugin_siteexport_toc');
38 $this->Lexer->addSpecialPattern("\[\[.+?\]\]", $mode, 'plugin_siteexport_toc');
42 $this->Lexer->addExitPattern('</toc.*?>', 'plugin_siteexport_toc');
H A Dtoctools.php35 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_siteexport_toctools');
36 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_siteexport_toctools');
40 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_siteexport_toctools');
/plugin/linkback/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('~~LINKBACK(?:|:off|:closed)~~', $mode, 'plugin_linkback');
/plugin/structpublish/syntax/
H A Dtable.php18 $this->Lexer->addSpecialPattern('----+ *structpublish *-+\n.*?\n?----+', $mode, 'plugin_structpublish_table');
/plugin/diagrams/syntax/
H A Dembed.php21 $this->Lexer->addSpecialPattern('<diagram(?: .*?)?>.*?(?:</diagram>)', $mode, 'plugin_diagrams_embed');
H A Dmediafile.php36 $this->Lexer->addSpecialPattern('\{\{[^\}]+(?:\.svg)[^\}]*?\}\}', $mode, 'plugin_diagrams_mediafile');
/plugin/struct/meta/
H A DSearch.php6 use dokuwiki\Parsing\Lexer\Lexer;
253 $LexerClass = class_exists('\Doku_Lexer') ? '\Doku_Lexer' : '\dokuwiki\Parsing\Lexer\Lexer';
255 /** @var \Doku_Lexer|Lexer $Lexer */
256 $Lexer = new $LexerClass($Handler, 'base', true);
259 $Lexer->addEntryPattern('\(', 'base', 'row');
260 $Lexer->addPattern('\s*,\s*', 'row');
261 $Lexer
[all...]
/plugin/struct/syntax/
H A Dcloud.php49 $this->Lexer->addSpecialPattern('----+ *struct cloud *-+\n.*?\n----+', $mode, 'plugin_struct_cloud');
H A Dglobal.php25 $this->Lexer->addSpecialPattern('----+ *struct global *-+\n.*?\n----+', $mode, 'plugin_struct_global');
28 $this->Lexer->addSpecialPattern('----+ *struct lookup *-+\n.*?\n----+', $mode, 'plugin_struct_global');
H A Dlist.php30 $this->Lexer->addSpecialPattern('----+ *struct list *-+\n.*?\n----+', $mode, 'plugin_struct_list');
H A Dserial.php21 $this->Lexer->addSpecialPattern('----+ *struct serial *-+\n.*?\n----+', $mode, 'plugin_struct_serial');
H A Dtable.php56 $this->Lexer->addSpecialPattern('----+ *struct table *-+\n.*?\n----+', $mode, 'plugin_struct_table');
H A Dvalue.php48 $this->Lexer->addSpecialPattern('\{\{\$[^}]+\}\}', $mode, 'plugin_struct_value');
/plugin/mermaid/
H A Dsyntax.php52 $this->Lexer->addEntryPattern('<mermaid.*?>(?=.*?</mermaid>)',$mode,'plugin_mermaid');
57 $this->Lexer->addExitPattern('</mermaid>','plugin_mermaid');
/plugin/doi/syntax/
H A Ddoi.php36 $this->Lexer->addSpecialPattern('\[\[doi>[^\]]+\]\]', $mode, 'plugin_doi_doi');
H A Disbn.php15 $this->Lexer->addSpecialPattern('\[\[isbn>[^\]]+\]\]', $mode, 'plugin_doi_isbn');
/plugin/openlayersmap/syntax/
H A Dagslayer.php72 $this->Lexer->addSpecialPattern(
H A Dolmap.php70 $this->Lexer->addSpecialPattern(

12345678910>>...42