Home
last modified time | relevance | path

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

/plugin/markdowku/
Dcodeblocks.php38 $ReWriter = new Preformatted($handler->getCallWriter());
51 $handler->getCallWriter()->process();
52 $ReWriter = & $handler->getCallWriter();
53 $handler->setCallWriter($ReWriter->getCallWriter());
Dulists.php43 $ReWriter = new Doku_Handler_Markdown_Unordered_List($handler->getCallWriter());
55 $handler->getCallWriter()->process();
56 $ReWriter = & $handler->getCallWriter();
57 $handler->setCallWriter($ReWriter->getCallWriter());
Dolists.php42 $ReWriter = new Doku_Handler_Markdown_Ordered_List($handler->getCallWriter());
54 $handler->getCallWriter()->process();
55 $ReWriter = & $handler->getCallWriter();
56 $handler->setCallWriter($ReWriter->getCallWriter());
Dblockquotes.php57 $ReWriter = new Doku_Handler_Markdown_Quote($handler->getCallWriter());
62 $handler->getCallWriter()->process();
63 $ReWriter = & $handler->getCallWriter();
64 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/mediasyntax/syntax/
Dlistblock.php48 $ReWriter = new Doku_Handler_Mediasyntax_List($handler->getCallWriter());
54 $handler->getCallWriter()->process();
55 $ReWriter = $handler->getCallWriter();
56 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/do/syntax/
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/
Dtable.php49 $ReWriter = new Table($handler->getCallWriter());
63 $handler->getCallWriter()->process();
64 $ReWriter = $handler->getCallWriter();
65 $handler->setCallWriter($ReWriter->getCallWriter());
Dlistblock.php56 $ReWriter = new Doku_Handler_Creole_List($handler->getCallWriter());
63 $ReWriter = $handler->getCallWriter();
65 $handler->setCallWriter($ReWriter->getCallWriter());
/plugin/imagemapping/
Dsyntax.php88 $ReWriter = new ImageMapHandler($mapname, $handler->getCallWriter());
93 $ReWriter = $handler->getCallWriter();
95 $handler->setCallWriter($ReWriter->getCallWriter());
DImageMapHandler.php58 public function getCallWriter() function in dokuwiki\\plugin\\imagemapping\\ImageMapHandler
/plugin/refnotes/syntax/
Dreferences.php321 parent::__construct($this->handler->getCallWriter());
328 $this->callWriterBackup = $this->handler->getCallWriter();
/plugin/combo/ComboStrap/
H A DCallStack.php115 $callWriter = $handler->getCallWriter();
189 public function getCallWriter(): object function in ComboStrap\\CallStack::createEmpty::AnonymousClassf00c83cd0100
/plugin/refnotes/
Dcore.php77 …$this->callWriter = new refnotes_nested_call_writer($this->handler->getCallWriter(), $this->handle…