Home
last modified time | relevance | path

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

1...<<4142

/plugin/wst/syntax/
H A Dtemplate.php40 …$this->Lexer->addSpecialPattern('\{\{[W|w][S|s][T|t]>(?:(?:[^\}]*?\{.*?\}\})|.*?)+?\}\}', $mode, '…
/plugin/wysiwyg/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('<wysiwyg.*?'.$wysiwyg_GUID.'<<<<< />',$mode,'plugin_wysiwyg');
/plugin/xfortune/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('\{\{xfortune>[^}]*\}\}', $mode, 'plugin_xfortune');
/plugin/xkcd/
H A Dsyntax.php57 $this->Lexer->addSpecialPattern('\[xkcd\]', $mode, 'plugin_xkcd');
/plugin/xref/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('\[\[xref>.+?\]\]', $mode, 'plugin_xref');
/plugin/xssnipper/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('\{\(xssnipper\>.*?\)\}',$mode,'plugin_xssnipper');
/plugin/yalist/
H A Dsyntax.php49 $this->Lexer->addEntryPattern('\n {2,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
50 $this->Lexer->addEntryPattern('\n\t{1,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
51 $this->Lexer->addPattern('\n {2,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
52 $this->Lexer->addPattern('\n\t{1,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
56 $this->Lexer->addExitPattern('\n', 'plugin_yalist');
/plugin/yearbox/
H A Dsyntax.php57 $this->Lexer->addSpecialPattern('{{yearbox>.*?}}', $mode, 'plugin_yearbox');
/plugin/yourip/
H A Dsyntax.php35 $this->Lexer->addSpecialPattern('~~YOURIP_.*?~~',$mode,'plugin_yourip');
/plugin/youtrack/syntax/
H A Dlist.php40 $this->Lexer->addSpecialPattern('{{youtrack-list>.*?}}',$mode,'plugin_youtrack_list');
/plugin/youtracklinks/
H A Dsyntax.php51 $this->Lexer->addSpecialPattern('\b[A-Z]+[\-][0-9]+\b', $mode, 'plugin_youtracklinks');
/plugin/yql/
H A Dsyntax.php54 $this->Lexer->addSpecialPattern('<YQL.*?>.*?<\/YQL>',$mode,'plugin_yql');
/plugin/yuml/
H A Dusecase.php56 …$this->Lexer->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginCo…
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php24 use dokuwiki\plugin\yuriigantt\src\Driver\Embedded\Lexer; alias
45 $lexer = new Lexer($handler, Embedded::MODE);
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php23 use dokuwiki\plugin\yuriigantt\src\Driver\Embedded\Lexer; alias
38 /** @var Lexer */
60 $this->lexer = new Lexer($this->handler, self::MODE);
160 * @param Lexer $lexer
/plugin/yuriigantt/src/Driver/Embedded/
H A DLexer.php26 if (!class_exists(\dokuwiki\Parsing\Lexer\Lexer::class)) {
27 class_alias(\Doku_Lexer::class, \dokuwiki\Parsing\Lexer\Lexer::class);
30 class Lexer extends \dokuwiki\Parsing\Lexer\Lexer class
/plugin/yuriigantt/
H A Dsyntax.php38 Embedded::addLexerPattern($this->Lexer, $mode);
/plugin/zoom/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern('\{\{zoom>[^}]*\}\}',$mode,'plugin_zoom');
/plugin/zul/syntax/
H A Dzirkelundlineal.php85 $this->Lexer->addSpecialPattern("<ZirkelUndLineal.*?/>",$mode,'plugin_zul_zirkelundlineal');

1...<<4142