Home
last modified time | relevance | path

Searched refs:Lexer (Results 251 – 275 of 1044) sorted by path

1...<<11121314151617181920>>...42

/plugin/creole/syntax/
H A Dtable.php25 $this->Lexer->addEntryPattern('\n\|=',$mode,'plugin_creole_table');
26 $this->Lexer->addEntryPattern('\n\|',$mode,'plugin_creole_table');
30 $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');
35 $this->Lexer->addExitPattern('\n','plugin_creole_table');
/plugin/croissant/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('~~bc:.*?~~',$mode,'plugin_croissant');
27 $this->Lexer->addSpecialPattern('~~nobc~~',$mode,'plugin_croissant');
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php45 …$this->Lexer->addSpecialPattern ( '\{\{crossdbsqlclient\}\}', $mode, 'plugin_crossdbsqlclient_cros…
46 …$this->Lexer->addSpecialPattern ( '\{\{crossdbsqlclient>.+\|.+\|.+\|.+\|.+\}\}', $mode, 'plugin_cr…
/plugin/crypto/
H A Dsyntax.php37 $this->Lexer->addEntryPattern('<decrypt.*?>(?=.*?</decrypt>)', $mode,'plugin_crypto');
41 $this->Lexer->addExitPattern('</decrypt>','plugin_crypto');
/plugin/cryptsign/
H A Dsyntax.php44 …$this->Lexer->addSpecialPattern('\{\{[^{]+\$\$[a-f0-9]{32}--.+?\$\$\}\}',$mode,'plugin_cryptsign');
/plugin/cssperpage/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('~~cssp_openDIV~~',$mode,'plugin_cssperpage');
34 $this->Lexer->addSpecialPattern('~~cssp_closeDIV~~',$mode,'plugin_cssperpage');
35 $this->Lexer->addSpecialPattern('~~cssp_\w+_openDIV~~',$mode,'plugin_cssperpage');
/plugin/csstimeline/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern($this->_helper->specialPattern,$mode,'plugin_csstimeline');
/plugin/csv/syntax/
H A Dtable.php39 $this->Lexer->addSpecialPattern('<csv[^>]*>.*?(?:<\/csv>)', $mode, 'plugin_csv_table');
H A Dvalue.php38 $this->Lexer->addSpecialPattern('<csvval[^>]*>', $mode, 'plugin_csv_value');
/plugin/cumulus/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('~~\w*?CUMULUS.*?~~',$mode,'plugin_cumulus');
/plugin/currentlyreading/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_currentlyreading');
/plugin/data-au/syntax/
H A Dcloud.php55 …$this->Lexer->addSpecialPattern('----+ *dataaucloud(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'pl…
H A Dentry.php53 …$this->Lexer->addSpecialPattern('----+ *dataentry(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plug…
H A Dlist.php20 …$this->Lexer->addSpecialPattern('----+ *dataaulist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plu…
H A Drelated.php20 …$this->Lexer->addSpecialPattern('----+ *datarelated(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'pl…
H A Dtable.php56 …$this->Lexer->addSpecialPattern('----+ *datatable(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plug…
H A Dtaglist.php21 …$this->Lexer->addSpecialPattern('----+ *datataglist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'pl…
/plugin/data-graph/
H A Dsyntax.php41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
/plugin/data/syntax/
H A Dcloud.php62 $this->Lexer->addSpecialPattern(
H A Dentry.php64 $this->Lexer->addSpecialPattern(
H A Dlist.php20 $this->Lexer->addSpecialPattern('----+ *datalist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plugin_data_list');
H A Drelated.php20 $this->Lexer->addSpecialPattern(
H A Dtable.php61 $this->Lexer->addSpecialPattern(
H A Dtaglist.php21 $this->Lexer->addSpecialPattern(
/plugin/database2/
H A Dsyntax.php45 … $this->Lexer->addEntryPattern("<database2.*?>(?=.*?</database2>)", $mode, 'plugin_database2');
49 $this->Lexer->addExitPattern('</database2>','plugin_database2');

1...<<11121314151617181920>>...42