Home
last modified time | relevance | path

Searched refs:Doku_Handler (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php6 use Doku_Handler; alias
75 * @param Doku_Handler $handler The Doku_Handler object
78 abstract public function handle($match, $state, $pos, Doku_Handler $handler);
/dokuwiki/_test/tests/inc/parser/
H A Dparser.inc.php13 /** @var Doku_Handler */
18 $this->H = new Doku_Handler();
H A Dhandler_parse_highlight_options.test.php50 $h = new Doku_Handler();
/dokuwiki/inc/Parsing/
H A DParser.php6 use Doku_Handler; alias
17 /** @var Doku_Handler */
32 * @param Doku_Handler $handler
34 public function __construct(Doku_Handler $handler)
/dokuwiki/inc/Parsing/Handler/
H A DCallWriter.php13 public function __construct(\Doku_Handler $Handler)
/dokuwiki/lib/plugins/info/
H A Dsyntax.php53 * @param Doku_Handler $handler The Doku_Handler object
56 public function handle($match, $state, $pos, Doku_Handler $handler)
/dokuwiki/inc/
H A Dparserutils.php225 $Parser = new Parser(new Doku_Handler());
/dokuwiki/inc/parser/
H A Dhandler.php17 class Doku_Handler class