Home
last modified time | relevance | path

Searched refs:handleExit (Results 1 – 24 of 24) sorted by relevance

/plugin/combo/ComboStrap/
DXmlTagProcessing.php573 $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 …]
DPrismTags.php27 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\PrismTags
DMasonryTag.php88 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\MasonryTag
DDateTag.php113 public static function handleExit(\Doku_Handler $handler) function in ComboStrap\\DateTag
DCarrouselTag.php69 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\CarrouselTag
DButtonTag.php136 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\ButtonTag
DIconTag.php119 public static function handleExit(Doku_Handler $handler): array function in ComboStrap\\IconTag
DCardTag.php60 public static function handleExit(\Doku_Handler $handler, $pos, $match): array function in ComboStrap\\CardTag
DPanelTag.php124 …public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $matc… function in ComboStrap\\PanelTag
DBlockquoteTag.php74 static public function handleExit(Doku_Handler $handler): array function in ComboStrap\\BlockquoteTag
DTabsTag.php254 public static function handleExit($handler): array function in ComboStrap\\TabsTag
DHeadingTag.php98 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\HeadingTag
DGridTag.php206 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\GridTag
DPageExplorerTag.php167 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\PageExplorerTag
/plugin/combo/ComboStrap/Tag/
DMermaidTag.php124 public static function handleExit($handler){ function in ComboStrap\\Tag\\MermaidTag
158 self::handleExit($handler);
DBoxTag.php47 static function handleExit(Doku_Handler $handler): array function in ComboStrap\\Tag\\BoxTag
DShareTag.php144 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\ShareTag
DBarTag.php71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array function in ComboStrap\\Tag\\BarTag
DBackgroundTag.php149 public static function handleExit($handler): array function in ComboStrap\\Tag\\BackgroundTag
DWebCodeTag.php80 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\WebCodeTag
/plugin/refnotes/syntax/
Dreferences.php124 $result = $this->handleExit();
177 private function handleExit() { function in syntax_plugin_refnotes_references
/plugin/combo/syntax/
Dwebcode.php179 $array = WebCodeTag::handleExit($handler);
Dheadingwiki.php152 $returnedData = HeadingTag::handleExit($handler);
/plugin/adhoctags/syntax/
Dabstract.php114 function handleExit($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_adhoctags_abstract