Home
last modified time | relevance | path

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

1234

/template/strap/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
H A DMasonryTag.php6 use Doku_Handler; alias
88 public static function handleExit(Doku_Handler $handler)
H A DPermalinkTag.php7 use Doku_Handler; alias
21 …public static function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $han…
164 public static function handeExit(Doku_Handler $handler)
/template/strap/syntax/
H A Dmath.php90 * @param Doku_Handler $handler The Doku_Handler object
93 public function handle($match, $state, $pos, Doku_Handler $handler)
H A Diteratordata.php121 * @param Doku_Handler $handler
127 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dtoc.php99 * @param Doku_Handler $handler
104 function handle($match, $state, $pos, Doku_Handler $handler): array
H A Drelated.php96 * @param Doku_Handler $handler
101 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dstrong.php109 * @param Doku_Handler $handler
112 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dtabpanels.php112 * @param Doku_Handler $handler
117 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dcite.php87 * @param Doku_Handler $handler
92 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dunit.php111 * @param Doku_Handler $handler
114 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dxmlprotectedtag.php116 * @param Doku_Handler $handler
121 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dhighlightmd.php103 * @param Doku_Handler $handler
106 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dtab.php109 * @param Doku_Handler $handler
114 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dfooter.php118 * @param Doku_Handler $handler
123 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dxmlinlinetag.php148 * @param Doku_Handler $handler
154 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dmetadata.php147 * @param Doku_Handler $handler
152 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dcontentlistitem.php119 * @param Doku_Handler $handler
124 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dvariable.php110 * @param Doku_Handler $handler
113 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Ddisqus.php83 * @param Doku_Handler $handler
88 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dcodemarkdown.php131 * @param Doku_Handler $handler
136 function handle($match, $state, $pos, Doku_Handler $handler)
H A Daccordion.php137 * @param Doku_Handler $handler
142 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dnavbargroup.php124 * @param Doku_Handler $handler
129 function handle($match, $state, $pos, Doku_Handler $handler)
/template/strap/ComboStrap/Tag/
H A DBoxTag.php13 use Doku_Handler; alias
47 static function handleExit(Doku_Handler $handler): array

1234