/plugin/combo/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
|
/plugin/data/_test/ |
H A D | syntax_plugin_data_entry.test.php |
|
H A D | db.test.php |
|
/plugin/data-au/_test/ |
H A D | syntax_plugin_data_entry.test.php | 50 $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 D | db.test.php | 43 $handler = new Doku_Handler(); 72 $handler = new Doku_Handler(); 100 $handler = new Doku_Handler(); 130 $handler = new Doku_Handler();
|
/plugin/adhoctags/syntax/ |
H A D | abstract.php | 80 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 D | heading.php | 105 * @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 D | syntax.php | 73 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 D | SyntaxTest.php | 7 use Doku_Handler; alias 38 $dokuHandler = new Doku_Handler();
|
/plugin/pagemod/ |
H A D | syntax.php | 44 * @param Doku_Handler $handler The Doku_Handler object 47 public function handle($match, $state, $pos, Doku_Handler $handler) {
|
/plugin/extranet/ |
H A D | syntax.php | 35 * @param Doku_Handler $handler The Doku_Handler object 38 public function handle($match, $state, $pos, Doku_Handler $handler) {
|
/plugin/booking/ |
H A D | syntax.php | 49 * @param Doku_Handler $handler The handler 53 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/plugin/allowindentation/ |
H A D | syntax.php | 88 * @param Doku_Handler $handler The handler 92 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/plugin/blogtng/syntax/ |
H A D | readmore.php | 52 * @param Doku_Handler $handler The Doku_Handler object 55 function handle($match, $state, $pos, Doku_Handler $handler) {
|
H A D | commentreply.php | 43 * @param Doku_Handler $handler The Doku_Handler object 46 function handle($match, $state, $pos, Doku_Handler $handler) {
|
/plugin/wst/syntax/ |
H A D | noinclude.php | 56 * @param Doku_Handler $handler The handler 59 public function handle($match, $state, $pos, Doku_Handler $handler){
|
H A D | includeonly.php | 56 * @param Doku_Handler $handler The handler 59 public function handle($match, $state, $pos, Doku_Handler $handler){
|
/plugin/feedback/ |
H A D | syntax.php | 47 * @param Doku_Handler $handler The handler 50 public function handle($match, $state, $pos, Doku_Handler $handler){
|
/plugin/randomquote/ |
H A D | syntax.php | 47 * @param Doku_Handler $handler The handler 50 public function handle($match, $state, $pos, Doku_Handler $handler){
|
/plugin/dw2pdf/syntax/ |
H A D | pagesetting.php | 63 * @param Doku_Handler $handler The Doku_Handler object 66 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/plugin/discussion/syntax/ |
H A D | comments.php | 54 * @param Doku_Handler $handler The Doku_Handler object 57 function handle($match, $state, $pos, Doku_Handler $handler) {
|
/plugin/latexit/syntax/ |
H A D | config.php | 48 * @param Doku_Handler $handler The handler 51 public function handle($match, $state, $pos, Doku_Handler $handler) {
|
/plugin/slidesharewp/syntax/ |
H A D | slidesharewp.php | 51 * @param Doku_Handler $handler The handler 54 public function handle($match, $state, $pos, Doku_Handler &$handler){
|
/plugin/linkpagechild/ |
H A D | syntax.php | 58 * @param Doku_Handler $handler The handler 62 public function handle($match, $state, $pos, Doku_Handler $handler)
|