Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php564 $returnedArray = BlockquoteTag::handleExit($handler);
567 $returnedArray = BoxTag::handleExit($handler);
572 $returnedArray = ButtonTag::handleExit($handler);
577 $returnedArray = CardTag::handleExit($handler, $pos, $match);
582 $returnedArray = BarTag::handleExit($handler, $pos, $match);
585 $returnedArray = CarrouselTag::handleExit($handler);
589 $returnedArray = PrismTags::handleExit($handler);
597 $returnedArray = GridTag::handleExit($handler);
600 DateTag::handleExit($handler);
605 $returnedArray = HeadingTag::handleExit(
[all...]
H A DPrismTags.php27 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\PrismTags
H A DMasonryTag.php88 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\MasonryTag
H A DDateTag.php119 public static function handleExit(\Doku_Handler $handler) function in ComboStrap\\DateTag
H A DCarrouselTag.php69 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\CarrouselTag
H A DButtonTag.php136 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\ButtonTag
H A DIconTag.php119 public static function handleExit(Doku_Handler $handler): array function in ComboStrap\\IconTag
H A DCardTag.php60 public static function handleExit(\Doku_Handler $handler, $pos, $match): array function in ComboStrap\\CardTag
H A DPanelTag.php124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array function in ComboStrap\\PanelTag
H A DBlockquoteTag.php74 static public function handleExit(Doku_Handler $handler): array function in ComboStrap\\BlockquoteTag
H A DTabsTag.php254 public static function handleExit($handler): array
252 public static function handleExit($handler): array global() function in ComboStrap\\TabsTag
H A DHeadingTag.php98 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\HeadingTag
H A DGridTag.php206 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\GridTag
H A DPageExplorerTag.php167 public static function handleExit(Doku_Handler $handler) function in ComboStrap\\PageExplorerTag
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php124 public static function handleExit($handler){ function in ComboStrap\\Tag\\MermaidTag
158 self::handleExit($handler);
H A DBoxTag.php47 static function handleExit(Doku_Handler $handler): array function in ComboStrap\\Tag\\BoxTag
H A DShareTag.php144 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\ShareTag
H A DBarTag.php71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array function in ComboStrap\\Tag\\BarTag
H A DBackgroundTag.php149 public static function handleExit($handler): array function in ComboStrap\\Tag\\BackgroundTag
H A DWebCodeTag.php80 public static function handleExit(\Doku_Handler $handler): array function in ComboStrap\\Tag\\WebCodeTag
/plugin/refnotes/syntax/
H A Dreferences.php124 $result = $this->handleExit();
177 private function handleExit() { function in syntax_plugin_refnotes_references
/plugin/combo/syntax/
H A Dwebcode.php179 $array = WebCodeTag::handleExit($handler);
H A Dheadingwiki.php151 $returnedData = HeadingTag::handleExit($handler);
/plugin/adhoctags/syntax/
H A Dabstract.php114 function handleExit($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_adhoctags_abstract
116 //dbg('handleExit: "' . $match );