| /template/strap/ComboStrap/ |
| H A D | Parser.php | 5 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 D | IconTag.php | 5 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 D | MasonryTag.php | 6 use Doku_Handler; alias 88 public static function handleExit(Doku_Handler $handler)
|
| H A D | PermalinkTag.php | 7 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 D | math.php | 90 * @param Doku_Handler $handler The Doku_Handler object 93 public function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | iteratordata.php | 121 * @param Doku_Handler $handler 127 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | toc.php | 99 * @param Doku_Handler $handler 104 function handle($match, $state, $pos, Doku_Handler $handler): array
|
| H A D | related.php | 96 * @param Doku_Handler $handler 101 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | strong.php | 109 * @param Doku_Handler $handler 112 public function handle($match, $state, $pos, Doku_Handler $handler): array
|
| H A D | tabpanels.php | 112 * @param Doku_Handler $handler 117 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | cite.php | 87 * @param Doku_Handler $handler 92 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | unit.php | 111 * @param Doku_Handler $handler 114 public function handle($match, $state, $pos, Doku_Handler $handler): array
|
| H A D | xmlprotectedtag.php | 116 * @param Doku_Handler $handler 121 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | highlightmd.php | 103 * @param Doku_Handler $handler 106 public function handle($match, $state, $pos, Doku_Handler $handler): array
|
| H A D | tab.php | 109 * @param Doku_Handler $handler 114 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | footer.php | 118 * @param Doku_Handler $handler 123 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | xmlinlinetag.php | 148 * @param Doku_Handler $handler 154 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | metadata.php | 147 * @param Doku_Handler $handler 152 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | contentlistitem.php | 119 * @param Doku_Handler $handler 124 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | variable.php | 110 * @param Doku_Handler $handler 113 public function handle($match, $state, $pos, Doku_Handler $handler): array
|
| H A D | disqus.php | 83 * @param Doku_Handler $handler 88 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | codemarkdown.php | 131 * @param Doku_Handler $handler 136 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | accordion.php | 137 * @param Doku_Handler $handler 142 function handle($match, $state, $pos, Doku_Handler $handler)
|
| H A D | navbargroup.php | 124 * @param Doku_Handler $handler 129 function handle($match, $state, $pos, Doku_Handler $handler)
|
| /template/strap/ComboStrap/Tag/ |
| H A D | BoxTag.php | 13 use Doku_Handler; alias 47 static function handleExit(Doku_Handler $handler): array
|