Home
last modified time | relevance | path

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

12345678910>>...36

/plugin/combo/ComboStrap/
H A DParser.php5 use Doku_Handler; alias
13 * @return Doku_Handler - the handler
15 public static function parseMarkupToHandler($markup): Doku_Handler
30 $handler = new Doku_Handler();
H A DIconTag.php5 use Doku_Handler; alias
19 public static function handleSpecial(TagAttributes $tagAttributes, Doku_Handler $handler): array
114 public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler): array
119 public static function handleExit(Doku_Handler $handler): array
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
H A Ddb.test.php
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php50 $handler = new Doku_Handler();
94 $handler = new Doku_Handler();
115 $handler = new Doku_Handler();
136 $handler = new Doku_Handler();
157 $handler = new Doku_Handler();
178 $handler = new Doku_Handler();
200 $handler = new Doku_Handler();
303 $handler = new Doku_Handler();
333 $handler = new Doku_Handler();
374 $handler = new Doku_Handler();
H A Ddb.test.php43 $handler = new Doku_Handler();
72 $handler = new Doku_Handler();
100 $handler = new Doku_Handler();
130 $handler = new Doku_Handler();
/plugin/adhoctags/syntax/
H A Dabstract.php80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) {
88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) {
109 function handleMatched($match, $state, $pos, Doku_Handler $handler) {
114 function handleExit($match, $state, $pos, Doku_Handler $handler) {
125 function handle($match, $state, $pos, Doku_Handler $handler){
/plugin/webcomponent/syntax/
H A Dheading.php105 * @see Doku_Handler::header() to see the original Dokuwiki code
110 * @param Doku_Handler $handler
115 function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/numberedheadings/
H A Dsyntax.php73 public function handle($match, $state, $pos, Doku_Handler $handler)
164 private function addCall(Doku_Handler $handler, $method, $args, $pos)
176 private function getSectionstate(Doku_Handler $handler)
186 private function setSectionstate(Doku_Handler $handler, $value)
/plugin/bookcreator/_test/
H A DSyntaxTest.php7 use Doku_Handler; alias
38 $dokuHandler = new Doku_Handler();
/plugin/pagemod/
H A Dsyntax.php44 * @param Doku_Handler $handler The Doku_Handler object
47 public function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/extranet/
H A Dsyntax.php35 * @param Doku_Handler $handler The Doku_Handler object
38 public function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/booking/
H A Dsyntax.php49 * @param Doku_Handler $handler The handler
53 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/allowindentation/
H A Dsyntax.php88 * @param Doku_Handler $handler The handler
92 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/blogtng/syntax/
H A Dreadmore.php52 * @param Doku_Handler $handler The Doku_Handler object
55 function handle($match, $state, $pos, Doku_Handler $handler) {
H A Dcommentreply.php43 * @param Doku_Handler $handler The Doku_Handler object
46 function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/wst/syntax/
H A Dnoinclude.php56 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){
H A Dincludeonly.php56 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){
/plugin/feedback/
H A Dsyntax.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){
/plugin/randomquote/
H A Dsyntax.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){
/plugin/dw2pdf/syntax/
H A Dpagesetting.php63 * @param Doku_Handler $handler The Doku_Handler object
66 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/discussion/syntax/
H A Dcomments.php54 * @param Doku_Handler $handler The Doku_Handler object
57 function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/latexit/syntax/
H A Dconfig.php48 * @param Doku_Handler $handler The handler
51 public function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php51 * @param Doku_Handler $handler The handler
54 public function handle($match, $state, $pos, Doku_Handler &$handler){
/plugin/linkpagechild/
H A Dsyntax.php58 * @param Doku_Handler $handler The handler
62 public function handle($match, $state, $pos, Doku_Handler $handler)

12345678910>>...36