Home
last modified time | relevance | path

Searched refs:Lexer (Results 976 – 1000 of 1044) sorted by relevance

1...<<31323334353637383940>>...42

/plugin/subjectindex/syntax/
H A Dindex.php41 …$this->Lexer->addSpecialPattern('\{\{subjectindex>(?m).*?(?-m)\}\}', $mode, 'plugin_subjectindex_i…
/plugin/tagfilter/syntax/
H A Dfilter.php72 $this->Lexer->addSpecialPattern("\{\{tagfilter>.*?\}\}", $mode, 'plugin_tagfilter_filter');
/plugin/gitlabapi/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('<gitlab-api[^>]*/>', $mode, 'plugin_gitlabapi');
/plugin/nspages/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('<nspages[^>]*>', $aMode, 'plugin_nspages');
/plugin/phpipam/
H A Dsyntax.php103 $this->Lexer->addSpecialPattern('\B<(?i)phpipam\s+?.+?\/>\E',
105 $this->Lexer->addSpecialPattern('\B@(?i)phpipam\s+?.+?\/@\E',
107 $this->Lexer->addSpecialPattern('\B@(?i)phpipam\s+?.+?@@\E',
109 $this->Lexer->addSpecialPattern('\B~(?)phpipam\s+?.+?\/~\E',
111 $this->Lexer->addSpecialPattern('\B~(?)phpipam\s+?.+?~~\E',
/plugin/vcard/
H A Dsyntax.php35 …function connectTo($mode) { $this->Lexer->addSpecialPattern("{{vcard>.*?}}", $mode, 'plugin_vcard'…
/plugin/datatemplate/syntax/
H A Dlist.php41 $this->Lexer->addSpecialPattern('----+ *datatemplatelist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php146 $lexer = new Compiler\Llk\Lexer();
/plugin/filelist/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('\{\{filelist>.+?\}\}', $mode, 'plugin_filelist');
/plugin/addressbook/
H A Dsyntax.php46 …public function connectTo($mode) {$this->Lexer->addEntryPattern('\[ADDRESSBOOK.*?', $mode, 'plugin…
48 public function postConnect() { $this->Lexer->addExitPattern('\]','plugin_addressbook'); }
/plugin/semanticdata/syntax/
H A Dentry.php51 …$this->Lexer->addSpecialPattern('----+ *dataentry(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin…
H A Dtable.php49 …$this->Lexer->addSpecialPattern('----+ *datatable(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin…
/plugin/linksenhanced/syntax/
H A Dlink.php43 …$this->Lexer->addSpecialPattern('\[\[(?:(?:[^[\]]*?\[.*?\])|.*?)\]\]',$mode,'plugin_linksenhanced_…
/plugin/bookcreator/syntax/
H A Dbookmanager.php31 $this->Lexer->addSpecialPattern('~~\w*?BOOK.*?~~', $mode, 'plugin_bookcreator_bookmanager');
/plugin/oembed/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('{{>.+?}}', $mode, 'plugin_oembed');
/plugin/wikistats/
H A Dsyntax.php104 $this->Lexer->addSpecialPattern('\{\{wikistats>[^}]*\}\}',$mode,'plugin_wikistats');
/plugin/changes/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern('\{\{changes>[^}]*\}\}', $mode, 'plugin_changes');
/plugin/data-au/syntax/
H A Dentry.php53 …$this->Lexer->addSpecialPattern('----+ *dataentry(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plug…
/plugin/diagram/syntax/
H A Dmain.php123 $this->Lexer->addSpecialPattern('<'.$this->tag_name.'>.*?</'.$this->tag_name.'>',
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php42 …$this->Lexer->addSpecialPattern ( '\{\{simplemysqlclient\}\}', $mode, 'plugin_simplemysqlclient_si…
/plugin/switchpanel/
H A Dsyntax.php29 …$this->Lexer->addSpecialPattern( "<switchpanel[^>]*>.*?(?:<\/switchpanel>)", $mode, 'plugin_switch…
/plugin/accscounter/syntax/
H A Dcounter.php326 $this->Lexer->addSpecialPattern('\{\{counter[^}]*\}\}',$mode,'plugin_accscounter_counter');
/plugin/strata/syntax/
H A Dentry.php37 $this->Lexer->addSpecialPattern('<data(?: +[^#>]+?)?(?: *#[^>]*?)?>\s*?\n(?:.*?\n)*?\s*?</data>',$mode, 'plugin_strata_entry');
/plugin/btable2/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
/plugin/combo/grammar/
H A DPageSql.g47 Lexer (ie token)

1...<<31323334353637383940>>...42