| /plugin/combo/ComboStrap/ |
| H A D | XmlTagProcessing.php | 573 $returnedArray = BlockquoteTag::handleExit($handler); 576 $returnedArray = BoxTag::handleExit($handler); 581 $returnedArray = ButtonTag::handleExit($handler); 586 $returnedArray = CardTag::handleExit($handler, $pos, $match); 591 $returnedArray = BarTag::handleExit($handler, $pos, $match); 594 $returnedArray = CarrouselTag::handleExit($handler); 598 $returnedArray = PrismTags::handleExit($handler); 606 $returnedArray = GridTag::handleExit($handler); 609 DateTag::handleExit($handler); 614 $returnedArray = HeadingTag::handleExit($handler); [all …]
|
| H A D | PrismTags.php | 27 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\PrismTags
|
| H A D | MasonryTag.php | 88 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\MasonryTag
|
| H A D | DateTag.php | 113 public static function handleExit(\Doku_Handler $handler) function in ComboStrap\\DateTag
|
| H A D | CarrouselTag.php | 69 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\CarrouselTag
|
| H A D | ButtonTag.php | 136 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\ButtonTag
|
| H A D | IconTag.php | 119 public static function handleExit(Doku_Handler $handler): array function in ComboStrap\\IconTag
|
| H A D | CardTag.php | 60 public static function handleExit(\Doku_Handler $handler, $pos, $match): array function in ComboStrap\\CardTag
|
| H A D | PanelTag.php | 124 …public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $matc… function in ComboStrap\\PanelTag
|
| H A D | BlockquoteTag.php | 74 static public function handleExit(Doku_Handler $handler): array function in ComboStrap\\BlockquoteTag
|
| H A D | TabsTag.php | 254 public static function handleExit($handler): array function in ComboStrap\\TabsTag
|
| H A D | HeadingTag.php | 98 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\HeadingTag
|
| H A D | GridTag.php | 206 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\GridTag
|
| H A D | PageExplorerTag.php | 167 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\PageExplorerTag
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | MermaidTag.php | 124 public static function handleExit($handler){ function in ComboStrap\\Tag\\MermaidTag 158 self::handleExit($handler);
|
| H A D | BoxTag.php | 47 static function handleExit(Doku_Handler $handler): array function in ComboStrap\\Tag\\BoxTag
|
| H A D | ShareTag.php | 144 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\ShareTag
|
| H A D | BarTag.php | 71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array function in ComboStrap\\Tag\\BarTag
|
| H A D | BackgroundTag.php | 149 public static function handleExit($handler): array function in ComboStrap\\Tag\\BackgroundTag
|
| H A D | WebCodeTag.php | 80 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\WebCodeTag
|
| /plugin/refnotes/syntax/ |
| D | references.php | 124 $result = $this->handleExit(); 177 private function handleExit() { function in syntax_plugin_refnotes_references
|
| /plugin/combo/syntax/ |
| H A D | webcode.php | 179 $array = WebCodeTag::handleExit($handler);
|
| H A D | headingwiki.php | 152 $returnedData = HeadingTag::handleExit($handler);
|
| /plugin/adhoctags/syntax/ |
| D | abstract.php | 114 function handleExit($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_adhoctags_abstract
|