Home
last modified time | relevance | path

Searched refs:getCallWriter (Results 1 – 11 of 11) sorted by relevance

/plugin/markdowku/
H A Dcodeblocks.php38 $ReWriter = new Preformatted($handler->getCallWriter());
51 $handler->getCallWriter()->process();
52 $ReWriter = & $handler->getCallWriter();
53 $handler->setCallWriter($ReWriter->getCallWriter());
H A Dolists.php42 $ReWriter = new Doku_Handler_Markdown_Ordered_List($handler->getCallWriter());
54 $handler->getCallWriter()->process();
55 $ReWriter = & $handler->getCallWriter();
56 $handler->setCallWriter($ReWriter->getCallWriter());
H A Dulists.php43 $ReWriter = new Doku_Handler_Markdown_Unordered_List($handler->getCallWriter());
55 $handler->getCallWriter()->process();
56 $ReWriter = & $handler->getCallWriter();
57 $handler->setCallWriter($ReWriter->getCallWriter());
H A Dblockquotes.php57 $ReWriter = new Doku_Handler_Markdown_Quote($handler->getCallWriter());
62 $handler->getCallWriter()->process();
63 $ReWriter = & $handler->getCallWriter();
64 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/do/syntax/
H A Ddo.php96 $ReWriter = new Nest($handler->getCallWriter(), 'plugin_do_do');
110 array_slice($handler->getCallWriter()->calls, 1),
119 $handler->getCallWriter()->calls[0][1][1]['task'] += $data['task'];
120 $data['task'] += $handler->getCallWriter()->calls[0][1][1]['task'];
123 $handler->getCallWriter()->process();
124 $ReWriter = $handler->getCallWriter();
125 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/creole/syntax/
H A Dtable.php49 $ReWriter = new Table($handler->getCallWriter());
63 $handler->getCallWriter()->process();
64 $ReWriter = $handler->getCallWriter();
65 $handler->setCallWriter($ReWriter->getCallWriter());
H A Dlistblock.php56 $ReWriter = new Doku_Handler_Creole_List($handler->getCallWriter());
63 $ReWriter = $handler->getCallWriter();
65 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/refnotes/syntax/
H A Dreferences.php321 parent::__construct($this->handler->getCallWriter());
328 $this->callWriterBackup = $this->handler->getCallWriter();
/plugin/imagemapping/
H A Dsyntax.php88 $ReWriter = new ImageMapHandler($mapname, $handler->getCallWriter());
93 $ReWriter = $handler->getCallWriter();
95 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/combo/ComboStrap/
H A DCallStack.php110 if (!method_exists($handler, 'getCallWriter')) {
112 LogUtility::msg("$headErrorMessage. The handler ($class) provided cannot manipulate the callstack (ie the function getCallWriter does not exist).", LogUtility::LVL_MSG_ERROR);
115 $callWriter = $handler->getCallWriter();
189 public function getCallWriter(): object function in ComboStrap\\CallStack::createEmpty::AnonymousClassf00c83cd0100
/plugin/refnotes/
H A Dcore.php77 $this->callWriter = new refnotes_nested_call_writer($this->handler->getCallWriter(), $this->handler);