Home
last modified time | relevance | path

Searched refs:Lexer (Results 26 – 36 of 36) sorted by relevance

12

/dokuwiki/inc/Parsing/ParserMode/
H A DEol.php16 $this->Lexer->addSpecialPattern('(?:^[ \t]*)?\n', $mode, 'eol');
H A DAbstractMode.php5 use dokuwiki\Parsing\Lexer\Lexer;
9 * modes with the Lexer.
15 /** @var Lexer $Lexer will be injected on loading FIXME this should be done by setter */
16 public $Lexer;
14 public $Lexer; global() variable in dokuwiki\\Parsing\\ParserMode\\AbstractMode
H A DWindowssharelink.php18 $this->Lexer->addSpecialPattern(
H A DFilelink.php25 $this->Lexer->addSpecialPattern(
H A DAcronym.php28 $acronyms = array_map(['\\dokuwiki\\Parsing\\Lexer\\Lexer', 'escape'], $this->acronyms);
38 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'acronym');
H A DExternallink.php37 $this->Lexer->addSpecialPattern($pattern, $mode, 'externallink');
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php4 * Lexer adapted from Simple Test: http://sourceforge.net/projects/simpletest/
5 * For an intro to the Lexer see:
11 namespace dokuwiki\Parsing\Lexer;
H A DLexer.php4 * Lexer adapted from Simple Test: http://sourceforge.net/projects/simpletest/
5 * For an intro to the Lexer see:
11 namespace dokuwiki\Parsing\Lexer;
17 * parser once. Lexer modes must not start with leading underscores.
19 class Lexer
18 class Lexer global() class
H A DParallelRegex.php4 * Lexer adapted from Simple Test: http://sourceforge.net/projects/simpletest/
5 * For an intro to the Lexer see:
11 namespace dokuwiki\Parsing\Lexer;
/dokuwiki/inc/
H A Ddeprecated.php55 dbg_deprecated('\\dokuwiki\\Parsing\\Lexer\\Lexer::escape()');
56 return \dokuwiki\Parsing\Lexer\Lexer::escape($str);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('~~INFO:\w+~~', $mode, 'plugin_info');

12