Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 47) sorted by relevance

12

/dokuwiki/inc/Parsing/ParserMode/
H A DMedia.php23 public function handle($match, $state, $pos, Handler $handler)
41 public static function parseMedia($match)
H A DNocache.php22 public function handle($match, $state, $pos, Handler $handler)
H A DRss.php22 public function handle($match, $state, $pos, Handler $handler)
H A DMultiplyentity.php30 public function handle($match, $state, $pos, Handler $handler)
H A DHeader.php27 public function handle($match, $state, $pos, Handler $handler)
H A DBase.php33 public function handle($match, $state, $pos, Handler $handler)
H A DLinebreak.php22 public function handle($match, $state, $pos, Handler $handler)
H A DHr.php22 public function handle($match, $state, $pos, Handler $handler)
H A DNotoc.php22 public function handle($match, $state, $pos, Handler $handler)
H A DCamelcaselink.php26 public function handle($match, $state, $pos, Handler $handler)
H A DEol.php28 public function handle($match, $state, $pos, Handler $handler)
H A DUnformatted.php31 public function handle($match, $state, $pos, Handler $handler)
H A DQuotes.php66 public function handle($match, $state, $pos, Handler $handler)
H A DEmaillink.php23 public function handle($match, $state, $pos, Handler $handler)
H A DInternallink.php24 public function handle($match, $state, $pos, Handler $handler)
H A DWindowssharelink.php34 public function handle($match, $state, $pos, Handler $handler)
H A DFilelink.php41 public function handle($match, $state, $pos, Handler $handler)
H A DPreformatted.php38 public function handle($match, $state, $pos, Handler $handler)
H A DModeInterface.php58 public function handle($match, $state, $pos, Handler $handler);
H A DFootnote.php53 public function handle($match, $state, $pos, Handler $handler)
H A DCode.php31 public function handle($match, $state, $pos, Handler $handler)
H A DQuote.php44 public function handle($match, $state, $pos, Handler $handler)
/dokuwiki/inc/Parsing/
H A DHandler.php89 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '')
182 public function addPluginCall($plugin, $args, $state, $pos, $match)
229 public function plugin($match, $state, $pos, $pluginname)
248 public function base($match, $state, $pos)
257 public function header($match, $state, $pos)
266 public function internallink($match, $state, $pos)
275 public function media($match, $state, $pos)
/dokuwiki/_test/tests/Parsing/
H A DHandlerTest.php18 public function handle($match, $state, $pos, Handler $handler)
40 public function handle($match, $state, $pos, Handler $handler)
/dokuwiki/_test/tests/Parsing/Lexer/
H A DRecordingHandler.php17 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '')

12