| /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-au/_test/ |
| 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();
|
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| D | SyntaxTest.php | 7 use Doku_Handler; alias 38 $dokuHandler = new Doku_Handler();
|
| /plugin/pagemod/ |
| D | syntax.php | 44 * @param Doku_Handler $handler The Doku_Handler object 47 public function handle($match, $state, $pos, Doku_Handler $handler) {
|
| /plugin/extranet/ |
| D | syntax.php | 35 * @param Doku_Handler $handler The Doku_Handler object 38 public function handle($match, $state, $pos, Doku_Handler $handler) {
|
| /plugin/booking/ |
| D | syntax.php | 49 * @param Doku_Handler $handler The handler 53 public function handle($match, $state, $pos, Doku_Handler $handler)
|
| /plugin/blogtng/syntax/ |
| D | readmore.php | 52 * @param Doku_Handler $handler The Doku_Handler object 55 function handle($match, $state, $pos, Doku_Handler $handler) {
|
| D | header.php | 39 * @param Doku_Handler $handler The Doku_Handler object 42 function handle($match, $state, $pos, Doku_Handler $handler) {
|
| D | commentreply.php | 43 * @param Doku_Handler $handler The Doku_Handler object 46 function handle($match, $state, $pos, Doku_Handler $handler) {
|
| /plugin/allowindentation/ |
| D | syntax.php | 88 * @param Doku_Handler $handler The handler 92 public function handle($match, $state, $pos, Doku_Handler $handler)
|
| /plugin/wst/syntax/ |
| D | noinclude.php | 56 * @param Doku_Handler $handler The handler 59 public function handle($match, $state, $pos, Doku_Handler $handler){
|
| D | includeonly.php | 56 * @param Doku_Handler $handler The handler 59 public function handle($match, $state, $pos, Doku_Handler $handler){
|
| /plugin/randomquote/ |
| D | syntax.php | 47 * @param Doku_Handler $handler The handler 50 public function handle($match, $state, $pos, Doku_Handler $handler){
|
| /plugin/feedback/ |
| D | syntax.php | 47 * @param Doku_Handler $handler The handler 50 public function handle($match, $state, $pos, Doku_Handler $handler){
|
| /plugin/pagecss/ |
| H A D | syntax.php | 144 * @param Doku_Handler $handler The DokuWiki handler object. This object is used to 150 public function handle($match, $state, $pos, Doku_Handler $handler){
|
| /plugin/indexmenu/syntax/ |
| D | tag.php | 50 * @param Doku_Handler $handler The Doku_Handler object 53 public function handle($match, $state, $pos, Doku_Handler $handler)
|
| /plugin/stopwatch/ |
| D | syntax.php | 56 * @param Doku_Handler $handler The handler 60 public function handle($match, $state, $pos, Doku_Handler $handler)
|
| /plugin/dw2pdf/syntax/ |
| D | pagesetting.php | 63 * @param Doku_Handler $handler The Doku_Handler object 66 public function handle($match, $state, $pos, Doku_Handler $handler)
|
| /plugin/latexit/syntax/ |
| D | config.php | 48 * @param Doku_Handler $handler The handler 51 public function handle($match, $state, $pos, Doku_Handler $handler) {
|
| /plugin/slidesharewp/syntax/ |
| D | slidesharewp.php | 51 * @param Doku_Handler $handler The handler 54 public function handle($match, $state, $pos, Doku_Handler &$handler){
|