/plugin/combo/ComboStrap/ |
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 …]
|
D | PrismTags.php | 27 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\PrismTags
|
D | MasonryTag.php | 88 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\MasonryTag
|
D | DateTag.php | 113 public static function handleExit(\Doku_Handler $handler) function in ComboStrap\\DateTag
|
D | CarrouselTag.php | 69 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\CarrouselTag
|
D | ButtonTag.php | 136 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\ButtonTag
|
D | IconTag.php | 119 public static function handleExit(Doku_Handler $handler): array function in ComboStrap\\IconTag
|
D | CardTag.php | 60 public static function handleExit(\Doku_Handler $handler, $pos, $match): array function in ComboStrap\\CardTag
|
D | PanelTag.php | 124 …public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $matc… function in ComboStrap\\PanelTag
|
D | BlockquoteTag.php | 74 static public function handleExit(Doku_Handler $handler): array function in ComboStrap\\BlockquoteTag
|
D | TabsTag.php | 254 public static function handleExit($handler): array function in ComboStrap\\TabsTag
|
D | HeadingTag.php | 98 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\HeadingTag
|
D | GridTag.php | 206 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\GridTag
|
D | PageExplorerTag.php | 167 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\PageExplorerTag
|
/plugin/combo/ComboStrap/Tag/ |
D | MermaidTag.php | 124 public static function handleExit($handler){ function in ComboStrap\\Tag\\MermaidTag 158 self::handleExit($handler);
|
D | BoxTag.php | 47 static function handleExit(Doku_Handler $handler): array function in ComboStrap\\Tag\\BoxTag
|
D | ShareTag.php | 144 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\ShareTag
|
D | BarTag.php | 71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array function in ComboStrap\\Tag\\BarTag
|
D | BackgroundTag.php | 149 public static function handleExit($handler): array function in ComboStrap\\Tag\\BackgroundTag
|
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/ |
D | webcode.php | 179 $array = WebCodeTag::handleExit($handler);
|
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
|